Searched refs:tb_port_is_dpin (Results 1 – 4 of 4) sorted by relevance
75 if (!tb_port_is_dpin(port)) in tb_add_dp_resources()854 if (!tb_port_is_dpin(port)) in tb_tunnel_dp()944 if (tb_port_is_dpin(port)) { in tb_dp_resource_unavailable()979 tb_port_is_dpin(port) ? "IN" : "OUT"); in tb_dp_resource_available()1184 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()1198 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
307 if (tb_port_is_dpin(port)) in tb_lc_dp_sink_from_port()
318 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
488 static inline bool tb_port_is_dpin(const struct tb_port *port) in tb_port_is_dpin() function