Lines Matching refs:root_switch

287 	sw = tunnel->tb->root_switch;  in tb_increase_tmu_accuracy()
438 xd = tb_xdomain_alloc(tb, &sw->dev, route, tb->root_switch->uuid, in tb_scan_xdomain()
514 if (sw == tb->root_switch) in tb_find_first_usb3_tunnel()
518 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel()
520 usb3_down = usb4_switch_map_usb3_down(tb->root_switch, port); in tb_find_first_usb3_tunnel()
1233 host_port = tb_port_at(tb_route(sw), tb->root_switch); in tb_configure_link()
1660 tb_switch_discover_tunnels(tb->root_switch, &tcm->tunnel_list, true); in tb_discover_tunnels()
1830 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out()
1856 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out()
2214 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
2262 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in __tb_disconnect_xdomain_paths()
2806 tb_switch_remove(tb->root_switch); in tb_stop()
2847 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in tb_start()
2848 if (IS_ERR(tb->root_switch)) in tb_start()
2849 return PTR_ERR(tb->root_switch); in tb_start()
2859 tb->root_switch->no_nvm_upgrade = !tb_switch_is_usb4(tb->root_switch); in tb_start()
2861 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
2863 ret = tb_switch_configure(tb->root_switch); in tb_start()
2865 tb_switch_put(tb->root_switch); in tb_start()
2870 ret = tb_switch_add(tb->root_switch); in tb_start()
2872 tb_switch_put(tb->root_switch); in tb_start()
2880 tb_switch_tmu_configure(tb->root_switch, TB_SWITCH_TMU_MODE_LOWRES); in tb_start()
2882 tb_switch_tmu_enable(tb->root_switch); in tb_start()
2890 if (reset && tb_switch_is_usb4(tb->root_switch)) { in tb_start()
2892 if (usb4_switch_version(tb->root_switch) == 1) in tb_start()
2893 tb_switch_reset(tb->root_switch); in tb_start()
2898 tb_scan_switch(tb->root_switch); in tb_start()
2909 tb_create_usb3_tunnels(tb->root_switch); in tb_start()
2911 tb_add_dp_resources(tb->root_switch); in tb_start()
2913 device_for_each_child(&tb->root_switch->dev, NULL, in tb_start()
2927 tb_switch_suspend(tb->root_switch, false); in tb_suspend_noirq()
2979 if (!tb_switch_is_usb4(tb->root_switch)) in tb_resume_noirq()
2980 tb_switch_reset(tb->root_switch); in tb_resume_noirq()
2982 tb_switch_resume(tb->root_switch, false); in tb_resume_noirq()
2984 tb_free_unplugged_children(tb->root_switch); in tb_resume_noirq()
2985 tb_restore_children(tb->root_switch); in tb_resume_noirq()
2993 tb_switch_discover_tunnels(tb->root_switch, &tunnels, false); in tb_resume_noirq()
3072 if (tb_free_unplugged_xdomains(tb->root_switch)) in tb_complete()
3073 tb_scan_switch(tb->root_switch); in tb_complete()
3082 tb_switch_suspend(tb->root_switch, true); in tb_runtime_suspend()
3095 if (tb->root_switch) { in tb_remove_work()
3096 tb_free_unplugged_children(tb->root_switch); in tb_remove_work()
3097 tb_free_unplugged_xdomains(tb->root_switch); in tb_remove_work()
3108 tb_switch_resume(tb->root_switch, true); in tb_runtime_resume()
3110 tb_restore_children(tb->root_switch); in tb_runtime_resume()