Home
last modified time | relevance | path

Searched refs:tb_tunnel_alloc_pci (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.h66 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up,
H A Dtest.c1230 tunnel1 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie()
1245 tunnel2 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie()
H A Dtunnel.c218 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci() function
H A Dtb.c1030 tunnel = tb_tunnel_alloc_pci(tb, up, down); in tb_tunnel_pci()