Home
last modified time | relevance | path

Searched refs:tb_port_is_usb3_up (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.c914 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()
H A Dusb4.c1452 if (!tb_port_is_usb3_down(port) && !tb_port_is_usb3_up(port)) in usb4_usb3_port_max_link_rate()
1476 if (!tb_port_is_usb3_down(port) && !tb_port_is_usb3_up(port)) in usb4_usb3_port_actual_link_rate()
H A Ddebugfs.c321 tb_port_is_usb3_up(port)) { in port_cap_show()
H A Dtb.h503 static inline bool tb_port_is_usb3_up(const struct tb_port *port) in tb_port_is_usb3_up() function