Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.c563 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()
810 if (!tb_port_is_dpout(port)) in tb_find_dp_out()
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()
H A 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()
H A Ddebugfs.c318 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()
H A Dtb.h493 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function