Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtb.c890 if (tb_port_is_dpout(port) && tb_dp_port_hpd_is_active(port) == 1 && in tb_scan_port()
1257 if (!tb_port_is_dpout(port)) in tb_find_dp_out()
1729 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
1749 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
Dtunnel.c835 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
843 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
1343 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
Dusb4.c818 if (tb_port_is_dpout(port) && min_dp_main < 0) { in usb4_switch_credits_init()
822 if ((tb_port_is_dpin(port) || tb_port_is_dpout(port)) && in usb4_switch_credits_init()
Dtb.h617 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout() function
Ddebugfs.c1188 } else if (tb_port_is_dpout(port)) { in port_cap_show()