Searched refs:tb_port_is_dpout (Results 1 – 5 of 5) sorted by relevance
614 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()861 if (!tb_port_is_dpout(port)) in tb_find_dp_out()1286 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()1300 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
610 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()618 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()819 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
793 if (tb_port_is_dpout(port) && min_dp_main < 0) { in usb4_switch_credits_init()797 if ((tb_port_is_dpin(port) || tb_port_is_dpout(port)) && in usb4_switch_credits_init()
338 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
564 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function