Home
last modified time | relevance | path

Searched refs:tb_switch_downstream_port (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtmu.c575 down = tb_switch_downstream_port(sw); in tb_switch_tmu_disable()
632 down = tb_switch_downstream_port(sw); in tb_switch_tmu_off()
674 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_bidirectional()
738 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_unidirectional()
787 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_enhanced()
825 down = tb_switch_downstream_port(sw); in tb_switch_tmu_change_mode_prev()
873 down = tb_switch_downstream_port(sw); in tb_switch_tmu_change_mode()
H A Dswitch.c1646 return tb_port_reset(tb_switch_downstream_port(sw)); in tb_switch_reset_device()
2913 down = tb_switch_downstream_port(sw); in tb_switch_link_init()
2959 down = tb_switch_downstream_port(sw); in tb_switch_lane_bonding_enable()
3021 down = tb_switch_downstream_port(sw); in tb_switch_lane_bonding_disable()
3040 down = tb_switch_downstream_port(sw); in tb_switch_asym_enable()
3082 down = tb_switch_downstream_port(sw); in tb_switch_asym_disable()
3135 down = tb_switch_downstream_port(sw); in tb_switch_set_link_width()
H A Dtb.c929 port = tb_switch_downstream_port(sw); in tb_tunnel_usb3()
1059 struct tb_port *down = tb_switch_downstream_port(up->sw); in tb_configure_asym()
2289 port = tb_switch_downstream_port(sw); in tb_tunnel_pci()
H A Dicm.c678 tb_switch_downstream_port(sw)->remote = NULL; in update_switch()
700 tb_switch_downstream_port(sw)->remote = NULL; in remove_switch()
H A Dtb.h913 static inline struct tb_port *tb_switch_downstream_port(struct tb_switch *sw) in tb_switch_downstream_port() function
H A Dusb4.c258 down = tb_switch_downstream_port(sw); in usb4_switch_setup()