Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.c210 if (!tb_port_is_dpin(port)) in tb_add_dp_resources()
251 tb_port_is_dpin(port) ? "IN" : "OUT"); in tb_discover_dp_resource()
1868 if (!tb_port_is_dpin(port)) in tb_tunnel_dp()
1904 if (!tb_port_is_dpin(port)) in tb_enter_redrive()
1922 if (!tb_port_is_dpin(port)) in tb_exit_redrive()
1953 if (!tb_port_is_dpin(port)) in tb_switch_exit_redrive()
1969 if (tb_port_is_dpin(port)) { in tb_dp_resource_unavailable()
2008 tb_port_is_dpin(port) ? "IN" : "OUT"); in tb_dp_resource_available()
2279 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
2299 } else if (tb_port_is_dpout(port) || tb_port_is_dpin(port)) { in tb_handle_hotplug()
[all …]
H A Dlc.c523 if (tb_port_is_dpin(port)) in tb_lc_dp_sink_from_port()
H A Dusb4.c823 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()
H A Dtb.h611 static inline bool tb_port_is_dpin(const struct tb_port *port) in tb_port_is_dpin() function
H A Ddebugfs.c1184 } else if (tb_port_is_dpin(port)) { in port_cap_show()
H A Dswitch.c1582 } else if (tb_port_is_dpin(port) || in tb_switch_reset_host()