Searched refs:tb_port_at (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A 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()
|
A D | tb.c | 354 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 450 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 631 port = tb_port_at(tb_route(sw), parent); in tb_tunnel_usb3() 1112 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 1132 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 1386 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 1426 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 1460 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
A 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() 1431 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_get_properties() 1855 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc() 1985 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_enable() 2030 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_disable()
|
A 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()
|
A D | acpi.c | 308 struct tb_port *port = tb_port_at(tb_route(sw), parent_sw); in tb_acpi_switch_find_companion()
|
A D | switch.c | 865 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 2340 down = tb_port_at(route, parent_sw); in tb_switch_alloc() 2769 down = tb_port_at(route, parent); in tb_switch_lane_bonding_enable() 2821 down = tb_port_at(tb_route(sw), parent); in tb_switch_lane_bonding_disable() 3487 down = tb_port_at(tb_route(sw), parent); in tb_switch_pm_secondary_resolve() 3521 down = tb_port_at(tb_route(sw), parent); in __tb_switch_enable_clx() 3616 down = tb_port_at(tb_route(sw), parent); in __tb_switch_disable_clx()
|
A 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()
|
A D | tb.h | 564 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
|
A D | usb4.c | 252 downstream_port = tb_port_at(tb_route(sw), parent); in usb4_switch_setup()
|
A D | test.c | 300 port = tb_port_at(route, parent); in alloc_dev_default()
|
Completed in 37 milliseconds