Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtb.c764 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
787 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
1495 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_disconnect_pci()
1517 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci()
1567 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
1615 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in __tb_disconnect_xdomain_paths()
Dusb4.c271 tb_switch_find_port(parent, TB_TYPE_USB3_DOWN)) { in usb4_switch_setup()
281 tb_switch_find_port(parent, TB_TYPE_PCIE_DOWN)) { in usb4_switch_setup()
Dtb.h806 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
Dswitch.c3428 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function