Searched refs:tb_switch_find_port (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dtb.c865 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP);
888 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP);
2105 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP);
2127 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP);
2177 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI);
2225 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI);
H A Dtunnel.c437 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_UP))
439 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_DOWN))
442 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_DOWN))
444 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_UP))
H A Dusb4.c272 tb_switch_find_port(parent, TB_TYPE_USB3_DOWN)) {
282 tb_switch_find_port(parent, TB_TYPE_PCIE_DOWN)) {
H A Dtb.h835 struct tb_port *tb_switch_find_port(struct tb_switch *sw,
H A Dswitch.c3789 * tb_switch_find_port() - return the first port of @type on @sw or NULL
3793 struct tb_port *tb_switch_find_port(struct tb_switch *sw, function

Completed in 141 milliseconds