Searched refs:tb_port_at (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/thunderbolt/ |
D | tmu.c | 405 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_disable() 448 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_off() 480 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_enable_bidirectional() 545 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_enable_unidirectional() 582 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_change_mode_prev() 607 down = tb_port_at(tb_route(sw), parent); in __tb_switch_tmu_change_mode()
|
D | tb.c | 240 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 336 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 501 port = tb_port_at(tb_route(sw), parent); in tb_tunnel_usb3() 878 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 898 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 1143 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 1183 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 1217 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() 1140 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_update_link_attributes() 1256 struct tb_port *port = tb_port_at(xd->route, sw); in tb_xdomain_link_state_change() 1313 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_bond_lanes_uuid_high() 1425 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_get_properties() 1848 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc() 1978 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_enable() 2023 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 | 315 struct tb_port *port = tb_port_at(tb_route(sw), parent_sw); in tb_acpi_switch_find_companion()
|
D | switch.c | 856 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 2331 down = tb_port_at(route, parent_sw); in tb_switch_alloc() 2760 down = tb_port_at(route, parent); in tb_switch_lane_bonding_enable() 2812 down = tb_port_at(tb_route(sw), parent); in tb_switch_lane_bonding_disable() 3478 down = tb_port_at(tb_route(sw), parent); in tb_switch_pm_secondary_resolve() 3512 down = tb_port_at(tb_route(sw), parent); in __tb_switch_enable_clx() 3607 down = tb_port_at(tb_route(sw), parent); in __tb_switch_disable_clx()
|
D | debugfs.c | 962 downstream = tb_port_at(route, parent_sw); in margining_switch_init() 982 downstream = tb_port_at(route, parent_sw); in margining_switch_remove() 992 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_init() 1003 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_remove()
|
D | tb.h | 542 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()
|