Searched refs:tb_port_at (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/thunderbolt/ |
D | tmu.c | 356 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_disable() 399 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_off() 430 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_enable_bidirectional() 495 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_enable_unidirectional()
|
D | tb.c | 207 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 303 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 468 port = tb_port_at(tb_route(sw), parent); in tb_tunnel_usb3() 831 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 851 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 1090 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 1130 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 1164 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
D | xdomain.c | 542 struct tb_port *port = tb_port_at(xd->route, sw); in tb_xdp_link_state_status_response() 1145 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_update_link_attributes() 1261 struct tb_port *port = tb_port_at(xd->route, sw); in tb_xdomain_link_state_change() 1318 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_bond_lanes_uuid_high() 1430 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_get_properties() 1851 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc() 1979 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_enable() 2024 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_disable()
|
D | icm.c | 637 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 638 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 642 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 652 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch() 654 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch() 677 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch() 696 tb_port_at(route, sw)->xdomain = xd; in add_xdomain() 717 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
|
D | acpi.c | 331 struct tb_port *port = tb_port_at(tb_route(sw), parent_sw); in tb_acpi_switch_find_companion()
|
D | switch.c | 911 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 2252 down = tb_port_at(route, parent_sw); in tb_switch_alloc() 2680 down = tb_port_at(route, parent); in tb_switch_lane_bonding_enable() 2732 down = tb_port_at(tb_route(sw), parent); in tb_switch_lane_bonding_disable() 3399 down = tb_port_at(tb_route(sw), parent); in tb_switch_pm_secondary_resolve() 3511 down = tb_port_at(tb_route(sw), parent); in tb_switch_enable_cl0s() 3605 down = tb_port_at(tb_route(sw), parent); in tb_switch_disable_cl0s()
|
D | tb.h | 533 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
|
D | usb4.c | 239 downstream_port = tb_port_at(tb_route(sw), parent); in usb4_switch_setup()
|
D | test.c | 300 port = tb_port_at(route, parent); in alloc_dev_default()
|