Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dacpi.c190 bool tb_acpi_is_xdomain_allowed(void) in tb_acpi_is_xdomain_allowed() function
Dtb.h1269 bool tb_acpi_is_xdomain_allowed(void);
1282 static inline bool tb_acpi_is_xdomain_allowed(void) { return true; } in tb_acpi_is_xdomain_allowed() function
Dtunnel.c91 if (tb_acpi_is_xdomain_allowed()) { in tb_available_credits()
Dxdomain.c85 return tb_xdomain_enabled && tb_acpi_is_xdomain_allowed(); in tb_is_xdomain_enabled()