Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_spmc.c296 supports_function(const struct acpi_spmc_softc *const sc, const int dsm_index, in supports_function() function
751 if (supports_function(sc, DSM_INTEL, DSM_GET_DEVICE_CONSTRAINTS)) { in acpi_spmc_get_constraints()
754 if (supports_function(sc, DSM_AMD, DSM_GET_DEVICE_CONSTRAINTS)) in acpi_spmc_get_constraints()
758 } else if (supports_function(sc, DSM_AMD, DSM_GET_DEVICE_CONSTRAINTS)) in acpi_spmc_get_constraints()
868 if (!(supports_function(sc, dsm->index, function_index) || in acpi_spmc_run()