Searched refs:tb_dp_port_enable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 534 ret = tb_dp_port_enable(tunnel->src_port, active); in tb_dp_activate() 539 return tb_dp_port_enable(tunnel->dst_port, active); in tb_dp_activate() 676 tb_dp_port_enable(in, false); in tb_tunnel_discover_dp()
|
H A D | tb.h | 886 int tb_dp_port_enable(struct tb_port *port, bool enable);
|
H A D | switch.c | 1211 * tb_dp_port_enable() - Enables/disables DP paths of a port 1218 int tb_dp_port_enable(struct tb_port *port, bool enable) in tb_dp_port_enable() function
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 839 ret = tb_dp_port_enable(tunnel->src_port, active); in tb_dp_activate() 844 return tb_dp_port_enable(tunnel->dst_port, active); in tb_dp_activate() 1321 tb_dp_port_enable(in, false); in tb_tunnel_discover_dp()
|
H A D | tb.h | 1087 int tb_dp_port_enable(struct tb_port *port, bool enable);
|
H A D | switch.c | 1426 * tb_dp_port_enable() - Enables/disables DP paths of a port 1433 int tb_dp_port_enable(struct tb_port *port, bool enable) in tb_dp_port_enable() function
|
Completed in 17 milliseconds