Searched refs:tb_port_is_dpout (Results 1 – 4 of 4) sorted by relevance
559 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()806 if (!tb_port_is_dpout(port)) in tb_find_dp_out()1180 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()1194 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
530 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()538 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()696 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
318 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
493 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function