Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpiexec/
Daeexec.c514 Status = AcpiRead (&Value, &GenericRegister); in AeGenericRegisters()
515 ACPI_CHECK_OK (AcpiRead, Status); in AeGenericRegisters()
524 Status = AcpiRead (&Value, &GenericRegister); in AeGenericRegisters()
525 ACPI_CHECK_OK (AcpiRead, Status); in AeGenericRegisters()
/acpica-latest/source/components/hardware/
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
Dhwesleep.c289 Status = AcpiRead (&SleepStatus, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedSleep()
/acpica-latest/source/include/
Dacpixf.h1240 AcpiRead (
/acpica-latest/documents/
Dchanges.txt2353 tables, as well as the GAS structures passed to the AcpiRead and
2836 registers, registers in other ACPI data tables, and the AcpiRead and
5442 AcpiRead: On error, do not modify the return value target location. If an
7060 transfer support for GAS register structures passed to AcpiRead and
9305 AcpiRead/Write
9308 Fixed a regression related to the recent update of the AcpiRead/Write
9372 Updated the AcpiRead and AcpiWrite external interfaces to support 64-bit
9717 Fixed the parameter validation for AcpiRead/Write. Now return
9882 AcpiRead - Low-level read ACPI register (was HwLowLevelRead.)