Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dacpi.c140 bool tb_acpi_is_native(void) in tb_acpi_is_native() function
154 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_usb3()
167 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_dp()
180 if (tb_acpi_is_native()) in tb_acpi_may_tunnel_pcie()
193 if (tb_acpi_is_native()) in tb_acpi_is_xdomain_allowed()
H A Dtb.h1346 bool tb_acpi_is_native(void);
1359 static inline bool tb_acpi_is_native(void) { return true; } in tb_acpi_is_native() function
H A Dnhi.c1316 if (tb_acpi_is_native()) in nhi_select_cm()