Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.c441 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
464 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
1016 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci()
1054 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
H A Dusb4.c297 if (sw->link_usb4 && tb_switch_find_port(parent, TB_TYPE_USB3_DOWN)) { in usb4_switch_setup()
303 if (tb_switch_find_port(parent, TB_TYPE_PCIE_DOWN)) { in usb4_switch_setup()
H A Dtb.h659 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
H A Dswitch.c2919 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function