Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dtb.c616 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()
881 if (!tb_port_is_dpout(port)) in tb_find_dp_out()
1324 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
1344 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
Dtunnel.c623 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
631 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
832 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
Dusb4.c771 if (tb_port_is_dpout(port) && min_dp_main < 0) { in usb4_switch_credits_init()
775 if ((tb_port_is_dpin(port) || tb_port_is_dpout(port)) && in usb4_switch_credits_init()
Dtb.h595 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function
Ddebugfs.c1161 } else if (tb_port_is_dpin(port) || tb_port_is_dpout(port)) { in port_cap_show()