Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/hardware/
H A Dhwxface.c246 AcpiRead ( in ACPI_EXPORT_SYMBOL()
253 ACPI_FUNCTION_NAME (AcpiRead); in ACPI_EXPORT_SYMBOL()
260 ACPI_EXPORT_SYMBOL (AcpiRead) in ACPI_EXPORT_SYMBOL() argument
H A Dhwesleep.c289 Status = AcpiRead (&SleepStatus, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedSleep()
/src/sys/dev/wdatwd/
H A Dwdatwd.c146 status = AcpiRead(&x, gas); in wdatwd_action()
156 status = AcpiRead(&x, gas); in wdatwd_action()
170 status = AcpiRead(&y, gas); in wdatwd_action()
189 status = AcpiRead(&y, gas); in wdatwd_action()
/src/sys/contrib/dev/acpica/include/
H A Dacpixf.h1246 AcpiRead (
/src/sys/contrib/dev/acpica/
H A Dchanges.txt2540 tables, as well as the GAS structures passed to the AcpiRead and
3023 registers, registers in other ACPI data tables, and the AcpiRead and
5629 AcpiRead: On error, do not modify the return value target location. If an
7247 transfer support for GAS register structures passed to AcpiRead and
9491 AcpiRead/Write
9494 Fixed a regression related to the recent update of the AcpiRead/Write
9558 Updated the AcpiRead and AcpiWrite external interfaces to support 64-bit
9903 Fixed the parameter validation for AcpiRead/Write. Now return
10068 AcpiRead - Low-level read ACPI register (was HwLowLevelRead.)