Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c1136 ret = tb_dp_port_enable(tunnel->src_port, active); in tb_dp_activate()
1141 ret = tb_dp_port_enable(tunnel->dst_port, active); in tb_dp_activate()
1579 tb_dp_port_enable(in, false); in tb_tunnel_discover_dp()
H A Dtb.h1177 int tb_dp_port_enable(struct tb_port *port, bool enable);
H A Dswitch.c1482 * tb_dp_port_enable() - Enables/disables DP paths of a port
1489 int tb_dp_port_enable(struct tb_port *port, bool enable) in tb_dp_port_enable() function
1569 tb_dp_port_enable(port, false); in tb_switch_reset_host()