Searched refs:tb_port_is_usb3_up (Results 1 – 4 of 4) sorted by relevance
914 if (tb_port_is_usb3_up(tunnel->dst_port)) in tb_usb3_activate()1071 if (!tb_port_is_usb3_up(tunnel->dst_port)) { in tb_tunnel_discover_usb3()
1431 if (!tb_port_is_usb3_down(port) && !tb_port_is_usb3_up(port)) in usb4_usb3_port_max_link_rate()1455 if (!tb_port_is_usb3_down(port) && !tb_port_is_usb3_up(port)) in usb4_usb3_port_actual_link_rate()
321 tb_port_is_usb3_up(port)) { in port_cap_show()
503 static inline bool tb_port_is_usb3_up(const struct tb_port *port) in tb_port_is_usb3_up() function