Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb.c504 struct tb_port *port, *usb3_down; in tb_find_first_usb3_tunnel() local
520 usb3_down = usb4_switch_map_usb3_down(tb->root_switch, port); in tb_find_first_usb3_tunnel()
521 if (!usb3_down) in tb_find_first_usb3_tunnel()
524 return tb_find_tunnel(tb, TB_TUNNEL_USB3, usb3_down, NULL); in tb_find_first_usb3_tunnel()