Searched refs:tb_acpi_may_tunnel_usb3 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dacpi.c147 * tb_acpi_may_tunnel_usb3() - Is USB3 tunneling allowed by the platform
152 bool tb_acpi_may_tunnel_usb3(void) function
H A Dtb.h1415 bool tb_acpi_may_tunnel_usb3(void);
1428 static inline bool tb_acpi_may_tunnel_usb3(void) { return true; } function
H A Dtb.c860 if (!tb_acpi_may_tunnel_usb3()) {
940 if (!tb_acpi_may_tunnel_usb3())
H A Dtunnel.c103 usb3 = tb_acpi_may_tunnel_usb3() ? sw->max_usb3_credits : 0;
H A Dusb4.c271 if (tb_acpi_may_tunnel_usb3() && sw->link_usb4 &&

Completed in 157 milliseconds