Searched refs:tb_path_discover (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/thunderbolt/ |
D | tunnel.c | 240 path = tb_path_discover(down, TB_PCI_HOPID, NULL, -1, in tb_tunnel_discover_pci() 251 path = tb_path_discover(tunnel->dst_port, -1, down, TB_PCI_HOPID, NULL, in tb_tunnel_discover_pci() 806 path = tb_path_discover(in, TB_DP_VIDEO_HOPID, NULL, -1, in tb_tunnel_discover_dp() 817 path = tb_path_discover(in, TB_DP_AUX_TX_HOPID, NULL, -1, NULL, "AUX TX", in tb_tunnel_discover_dp() 824 path = tb_path_discover(tunnel->dst_port, -1, in, TB_DP_AUX_RX_HOPID, in tb_tunnel_discover_dp() 1392 path = tb_path_discover(down, TB_USB3_HOPID, NULL, -1, in tb_tunnel_discover_usb3() 1402 path = tb_path_discover(tunnel->dst_port, -1, down, TB_USB3_HOPID, NULL, in tb_tunnel_discover_usb3()
|
D | path.c | 101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover() function
|
D | tb.h | 1055 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
|