Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb.c105 if (!tb_port_is_dpin(port)) in tb_add_dp_resources()
156 tb_port_is_dpin(port) ? "IN" : "OUT"); in tb_discover_dp_resource()
1997 if (!tb_port_is_dpin(port)) in tb_tunnel_dp()
2033 if (!tb_port_is_dpin(port)) in tb_enter_redrive()
2051 if (!tb_port_is_dpin(port)) in tb_exit_redrive()
2067 if (tb_port_is_dpin(port)) { in tb_dp_resource_unavailable()
2106 tb_port_is_dpin(port) ? "IN" : "OUT"); in tb_dp_resource_available()
2377 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
2397 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
2633 if (!tb_port_is_dpin(in)) { in tb_handle_dp_bandwidth_request()
Dlc.c523 if (tb_port_is_dpin(port)) in tb_lc_dp_sink_from_port()
Dusb4.c821 if ((tb_port_is_dpin(port) || tb_port_is_dpout(port)) && in usb4_switch_credits_init()
2406 if (!tb_port_is_dpin(port)) in is_usb4_dpin()
Dtb.h645 static inline bool tb_port_is_dpin(const struct tb_port *port) in tb_port_is_dpin() function
Ddebugfs.c1746 } else if (tb_port_is_dpin(port)) { in port_cap_show()
Dswitch.c1567 } else if (tb_port_is_dpin(port) || in tb_switch_reset_host()