Searched refs:tb_switch_find_port (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb.c | 441 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 D | usb4.c | 297 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 D | tb.h | 659 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
|
H A D | switch.c | 2922 * tb_switch_find_port() - return the first port of @type on @sw or NULL 2926 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.c | 764 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()
|
H A D | usb4.c | 271 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()
|
H A D | tb.h | 806 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
|
H A D | switch.c | 3424 * tb_switch_find_port() - return the first port of @type on @sw or NULL 3428 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function
|
Completed in 21 milliseconds