Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dacpi.c114 * tb_acpi_is_native() - Did the platform grant native TBT/USB4 control
120 bool tb_acpi_is_native(void) in tb_acpi_is_native() function
134 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_usb3()
147 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_dp()
160 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_pcie()
173 if (tb_acpi_is_native()) in tb_acpi_is_xdomain_allowed()
H A Dtb.h1496 bool tb_acpi_is_native(void);
1509 static inline bool tb_acpi_is_native(void) { return true; } in tb_acpi_is_native() function
H A Dnhi.c1314 if (tb_acpi_is_native()) in nhi_select_cm()