Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c299 sw = tunnel->tb->root_switch; in tb_increase_tmu_accuracy()
450 xd = tb_xdomain_alloc(tb, &sw->dev, route, tb->root_switch->uuid, in tb_scan_xdomain()
526 if (sw == tb->root_switch) in tb_find_first_usb3_tunnel()
530 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel()
532 usb3_down = usb4_switch_map_usb3_down(tb->root_switch, port); in tb_find_first_usb3_tunnel()
1245 host_port = tb_port_at(tb_route(sw), tb->root_switch); in tb_configure_link()
1670 tb_switch_discover_tunnels(tb->root_switch, &tcm->tunnel_list, true); in tb_discover_tunnels()
1840 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out()
1866 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out()
2300 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
[all …]
H A Dnhi_ops.c30 ret = device_for_each_child(&tb->root_switch->dev, NULL, in icl_nhi_is_device_connected()
130 if (tb_switch_is_icm(tb->root_switch)) { in icl_nhi_suspend()
153 if (!tb_switch_is_icm(tb->root_switch)) in icl_nhi_suspend_noirq()
H A Dtmu.c447 struct tb_switch *root_switch = sw->tb->root_switch; in tb_switch_tmu_post_time() local
459 if (!root_switch->tmu.cap) in tb_switch_tmu_post_time()
462 ret = tb_sw_read(root_switch, gm_local_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
463 root_switch->tmu.cap + TMU_RTR_CS_1, in tb_switch_tmu_post_time()
469 tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time()
H A Dswitch.c2390 (sw->tb->root_switch && tb_switch_is_usb4(sw->tb->root_switch))) in tb_switch_exceeds_max_depth()
3423 if (sw == sw->tb->root_switch) { in tb_sw_set_unplugged()
3776 return tb_switch_get(tb->root_switch); in tb_switch_find_by_route()
/linux/include/linux/
H A Dthunderbolt.h67 * @root_switch: Root switch of this domain
80 struct tb_switch *root_switch;
81 struct tb_switch *root_switch; global() member