Searched refs:tb_port_is_dpout (Results 1 – 3 of 3) sorted by relevance
286 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()
150 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()
383 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function