Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dacpi.c152 bool tb_acpi_may_tunnel_usb3(void) in tb_acpi_may_tunnel_usb3() function
H A Dtb.h1387 bool tb_acpi_may_tunnel_usb3(void);
1400 static inline bool tb_acpi_may_tunnel_usb3(void) { return true; } in tb_acpi_may_tunnel_usb3() function
H A Dtb.c997 if (!tb_acpi_may_tunnel_usb3()) { in tb_tunnel_usb3()
1077 if (!tb_acpi_may_tunnel_usb3()) in tb_create_usb3_tunnels()
H A Dtunnel.c103 usb3 = tb_acpi_may_tunnel_usb3() ? sw->max_usb3_credits : 0; in tb_available_credits()
H A Dusb4.c271 if (tb_acpi_may_tunnel_usb3() && sw->link_usb4 && in usb4_switch_setup()