Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.h138 int tb_tunnel_activate(struct tb_tunnel *tunnel);
H A Dtb.c962 if (tb_tunnel_activate(tunnel)) { in tb_tunnel_usb3()
2019 ret = tb_tunnel_activate(tunnel); in tb_tunnel_one_dp()
2279 if (tb_tunnel_activate(tunnel)) { in tb_tunnel_pci()
2329 if (tb_tunnel_activate(tunnel)) { in tb_approve_xdomain_paths()
3132 tb_tunnel_activate(tunnel); in tb_resume_noirq()
3242 tb_tunnel_activate(tunnel); in tb_runtime_resume()
H A Dtunnel.c2289 int tb_tunnel_activate(struct tb_tunnel *tunnel) in tb_tunnel_activate() function