Home
last modified time | relevance | path

Searched refs:tb_acpi_may_tunnel_dp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dacpi.c145 bool tb_acpi_may_tunnel_dp(void) in tb_acpi_may_tunnel_dp() function
H A Dtb.h1471 bool tb_acpi_may_tunnel_dp(void);
1484 static inline bool tb_acpi_may_tunnel_dp(void) { return true; } in tb_acpi_may_tunnel_dp() function
H A Dtb.c1983 if (!tb_acpi_may_tunnel_dp()) { in tb_tunnel_dp()