Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c918 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
941 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
2259 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_disconnect_pci()
2281 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci()
2331 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
2379 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in __tb_disconnect_xdomain_paths()
H A Dtunnel.c570 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci()
572 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci()
575 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci()
577 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci()
H A Dusb4.c273 tb_switch_find_port(parent, TB_TYPE_USB3_DOWN)) { in usb4_switch_setup()
283 tb_switch_find_port(parent, TB_TYPE_PCIE_DOWN)) { in usb4_switch_setup()
H A Dtb.h858 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
H A Dicm.c388 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in icm_xdomain_activated()
H A Dswitch.c3855 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function