Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtunnel.c286 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
294 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
390 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
Dtb.c150 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()
556 } else if (tb_port_is_dpout(port)) { in tb_handle_hotplug()
570 } else if (tb_port_is_dpout(port)) { in tb_handle_hotplug()
Dtb.h383 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function