Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb.c75 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()
Dlc.c307 if (tb_port_is_dpin(port)) in tb_lc_dp_sink_from_port()
Ddebugfs.c318 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
Dtb.h488 static inline bool tb_port_is_dpin(const struct tb_port *port) in tb_port_is_dpin() function