Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.h1292 int usb4_port_reset(struct tb_port *port);
H A Dusb4.c1123 int usb4_port_reset(struct tb_port *port) in usb4_port_reset() function
H A Dswitch.c681 return port->cap_usb4 ? usb4_port_reset(port) : 0; in tb_port_reset()