summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_util.h
AgeCommit message (Expand)Author
2022-07-23- Handle dtlink in acpi_pack_compat_list().thorpej
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-15acpi: Add helper for querying DSM function 0.jmcneill
2022-01-09acpi: Add acpi_dsd_bool helperjmcneill
2021-02-05ACPI device handle implementation.thorpej
2021-01-26Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all childjmcneill
2021-01-14- Add a new routine, acpi_pack_compat_list(), that packs the _HIDthorpej
2019-12-29Add support for reading _DSD string property values.jmcneill
2018-12-21Add acpi_dsd_integer, which reads an integer value from an ACPI 5.0 _DSDjmcneill
2018-10-12Add helper function to match a PCI-defined class/subclass/interfacejmcneill
2011-06-21Rename acpi_get_node() to acpi_match_node() for consistency.jruoho
2011-06-20Add two new functions, acpi_match_cpu_info() and acpi_match_cpu_handle(),jruoho
2010-06-07Use the new ACPICA functions AcpiAttachData() and AcpiGetData() to associatejruoho
2010-04-24Add utility function acpi_get_node().jruoho
2010-04-14Reorganize the main file: add several missing prototypes, move the functionsjruoho