/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 232 path = tb_path_alloc(tb, down, TB_PCI_HOPID, up, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 241 path = tb_path_alloc(tb, up, TB_PCI_HOPID, down, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 763 path = tb_path_alloc(tb, in, TB_DP_VIDEO_HOPID, out, TB_DP_VIDEO_HOPID, in tb_tunnel_alloc_dp() 770 path = tb_path_alloc(tb, in, TB_DP_AUX_TX_HOPID, out, in tb_tunnel_alloc_dp() 777 path = tb_path_alloc(tb, out, TB_DP_AUX_RX_HOPID, in, in tb_tunnel_alloc_dp() 859 path = tb_path_alloc(tb, dst, receive_path, nhi, receive_ring, 0, "DMA RX"); in tb_tunnel_alloc_dma() 868 path = tb_path_alloc(tb, nhi, transmit_ring, dst, transmit_path, 0, "DMA TX"); in tb_tunnel_alloc_dma() 1175 path = tb_path_alloc(tb, down, TB_USB3_HOPID, up, TB_USB3_HOPID, 0, in tb_tunnel_alloc_usb3() 1184 path = tb_path_alloc(tb, up, TB_USB3_HOPID, down, TB_USB3_HOPID, 0, in tb_tunnel_alloc_usb3()
|
H A D | test.c | 729 path = tb_path_alloc(NULL, down, 8, up, 8, 0, "PCIe Down"); in tb_test_path_not_connected() 731 path = tb_path_alloc(NULL, down, 8, up, 8, 1, "PCIe Down"); in tb_test_path_not_connected() 780 path = tb_path_alloc(NULL, down, 8, up, 8, 0, "PCIe Down"); in tb_test_path_not_bonded_lane0() 842 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1() 922 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1_chain() 1002 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1_chain_reverse() 1094 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_mixed_chain() 1186 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_mixed_chain_reverse()
|
H A D | path.c | 211 * tb_path_alloc() - allocate a thunderbolt path between two ports 228 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() function
|
H A D | tb.h | 891 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 356 path = tb_path_alloc(tb, down, TB_PCI_HOPID, up, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 364 path = tb_path_alloc(tb, up, TB_PCI_HOPID, down, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 1417 path = tb_path_alloc(tb, in, TB_DP_VIDEO_HOPID, out, TB_DP_VIDEO_HOPID, in tb_tunnel_alloc_dp() 1424 path = tb_path_alloc(tb, in, TB_DP_AUX_TX_HOPID, out, in tb_tunnel_alloc_dp() 1431 path = tb_path_alloc(tb, out, TB_DP_AUX_RX_HOPID, in, in tb_tunnel_alloc_dp() 1627 path = tb_path_alloc(tb, dst, receive_path, nhi, receive_ring, 0, in tb_tunnel_alloc_dma() 1639 path = tb_path_alloc(tb, nhi, transmit_ring, dst, transmit_path, 0, in tb_tunnel_alloc_dma() 2035 path = tb_path_alloc(tb, down, TB_USB3_HOPID, up, TB_USB3_HOPID, 0, in tb_tunnel_alloc_usb3() 2044 path = tb_path_alloc(tb, up, TB_USB3_HOPID, down, TB_USB3_HOPID, 0, in tb_tunnel_alloc_usb3()
|
H A D | test.c | 856 path = tb_path_alloc(NULL, down, 8, up, 8, 0, "PCIe Down"); in tb_test_path_not_connected() 858 path = tb_path_alloc(NULL, down, 8, up, 8, 1, "PCIe Down"); in tb_test_path_not_connected() 907 path = tb_path_alloc(NULL, down, 8, up, 8, 0, "PCIe Down"); in tb_test_path_not_bonded_lane0() 969 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1() 1049 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1_chain() 1129 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_not_bonded_lane1_chain_reverse() 1221 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_mixed_chain() 1313 path = tb_path_alloc(NULL, in, 9, out, 9, 1, "Video"); in tb_test_path_mixed_chain_reverse()
|
H A D | path.c | 221 * tb_path_alloc() - allocate a thunderbolt path between two ports 238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() function
|
H A D | tb.h | 1093 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
|