Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dclx.c201 down = tb_switch_downstream_port(sw); in tb_switch_clx_init()
224 down = tb_switch_downstream_port(sw); in tb_switch_pm_secondary_resolve()
350 down = tb_switch_downstream_port(sw); in tb_switch_clx_enable()
409 down = tb_switch_downstream_port(sw); in tb_switch_clx_disable()
H A Dtmu.c569 down = tb_switch_downstream_port(sw); in tb_switch_tmu_disable()
626 down = tb_switch_downstream_port(sw); in tb_switch_tmu_off()
668 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_bidirectional()
732 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_unidirectional()
781 down = tb_switch_downstream_port(sw); in tb_switch_tmu_enable_enhanced()
819 down = tb_switch_downstream_port(sw); in tb_switch_tmu_change_mode_prev()
867 down = tb_switch_downstream_port(sw); in tb_switch_tmu_change_mode()
H A Dacpi.c315 struct tb_port *port = tb_switch_downstream_port(sw); in tb_acpi_switch_find_companion()
H A Dswitch.c1620 return tb_port_reset(tb_switch_downstream_port(sw)); in tb_switch_reset_device()
2885 down = tb_switch_downstream_port(sw); in tb_switch_link_init()
2916 down = tb_switch_downstream_port(sw); in tb_switch_lane_bonding_enable()
2976 down = tb_switch_downstream_port(sw); in tb_switch_lane_bonding_disable()
2995 down = tb_switch_downstream_port(sw); in tb_switch_asym_enable()
3037 down = tb_switch_downstream_port(sw); in tb_switch_asym_disable()
3090 down = tb_switch_downstream_port(sw); in tb_switch_set_link_width()
H A Dtb.c1013 port = tb_switch_downstream_port(sw); in tb_tunnel_usb3()
2043 port = tb_switch_downstream_port(sw); in tb_tunnel_pci()
H A Dicm.c653 tb_switch_downstream_port(sw)->remote = NULL; in update_switch()
675 tb_switch_downstream_port(sw)->remote = NULL; in remove_switch()
H A Dtb.h859 static inline struct tb_port *tb_switch_downstream_port(struct tb_switch *sw) in tb_switch_downstream_port() function
H A Dusb4.c257 down = tb_switch_downstream_port(sw); in usb4_switch_setup()