Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb.c559 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()
Dtunnel.c530 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()
Ddebugfs.c318 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
Dtb.h493 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function