Home
last modified time | relevance | path

Searched refs:tb_usb3_port_enable (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/thunderbolt/
Dtunnel.c1810 res = tb_usb3_port_enable(tunnel->src_port, activate); in tb_usb3_activate()
1815 return tb_usb3_port_enable(tunnel->dst_port, activate); in tb_usb3_activate()
1981 tb_usb3_port_enable(down, false); in tb_tunnel_discover_usb3()
Dtb.h1149 int tb_usb3_port_enable(struct tb_port *port, bool enable);
Dswitch.c1347 int tb_usb3_port_enable(struct tb_port *port, bool enable) in tb_usb3_port_enable() function
1566 tb_usb3_port_enable(port, false); in tb_switch_reset_host()