Home
last modified time | relevance | path

Searched refs:root_switch (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dicm.c388 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in icm_xdomain_activated()
1375 if (!tb->root_switch) in icm_tr_xdomain_connected()
1697 tb->root_switch->uuid = kmemdup(uuid, sizeof(uuid), GFP_KERNEL); in icm_icl_set_uuid()
1748 if (tb->root_switch) { in icm_handle_notification()
2126 if (tb->root_switch) in icm_rescan_work()
2127 icm_free_unplugged_children(tb->root_switch); in icm_rescan_work()
2147 icm_unplug_children(tb->root_switch); in icm_complete()
2203 tb->root_switch = tb_switch_alloc_safe_mode(tb, &tb->dev, 0); in icm_start()
2205 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in icm_start()
2206 if (IS_ERR(tb->root_switch)) in icm_start()
[all …]
H A Dtmu.c451 struct tb_switch *root_switch = sw->tb->root_switch; in tb_switch_tmu_post_time() local
463 if (!root_switch->tmu.cap) in tb_switch_tmu_post_time()
466 ret = tb_sw_read(root_switch, gm_local_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
467 root_switch->tmu.cap + TMU_RTR_CS_1, in tb_switch_tmu_post_time()
473 tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time()
/linux/include/linux/
H A Dthunderbolt.h88 struct tb_switch *root_switch; member