Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.c627 ret = tb_dp_port_enable(tunnel->src_port, active); in tb_dp_activate()
632 return tb_dp_port_enable(tunnel->dst_port, active); in tb_dp_activate()
810 tb_dp_port_enable(in, false); in tb_tunnel_discover_dp()
Dtb.h1070 int tb_dp_port_enable(struct tb_port *port, bool enable);
Dswitch.c1530 int tb_dp_port_enable(struct tb_port *port, bool enable) in tb_dp_port_enable() function