Searched refs:tb_port_at (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tb.c | 196 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 292 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 452 port = tb_port_at(tb_route(sw), parent); in tb_tunnel_usb3() 807 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 827 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 1025 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 1053 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 1085 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
| H A D | tmu.c | 314 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_disable() 359 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_enable()
|
| H A D | icm.c | 617 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 618 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 622 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 632 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch() 634 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch() 657 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch() 676 tb_port_at(route, sw)->xdomain = xd; in add_xdomain() 697 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
|
| H A D | switch.c | 881 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 1893 down = tb_port_at(route, parent_sw); in tb_switch_alloc() 2300 down = tb_port_at(route, parent); in tb_switch_lane_bonding_enable() 2344 down = tb_port_at(tb_route(sw), parent); in tb_switch_lane_bonding_disable()
|
| H A D | tb.h | 440 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
|
| H A D | usb4.c | 283 downstream_port = tb_port_at(tb_route(sw), parent); in usb4_switch_setup()
|
| H A D | xdomain.c | 1280 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
|
| H A D | test.c | 256 port = tb_port_at(route, parent); in alloc_dev_default()
|