Home
last modified time | relevance | path

Searched refs:tb_tunnel_alloc_dp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dtunnel.h49 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in,
Dtunnel.c428 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_alloc_dp() function
Dtb.c378 tunnel = tb_tunnel_alloc_dp(tb, in, out); in tb_tunnel_dp()