Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacpixf.h1225 AcpiRead (
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt2218 tables, as well as the GAS structures passed to the AcpiRead and
2701 registers, registers in other ACPI data tables, and the AcpiRead and
5307 AcpiRead: On error, do not modify the return value target location. If an
6925 transfer support for GAS register structures passed to AcpiRead and
9170 AcpiRead/Write
9173 Fixed a regression related to the recent update of the AcpiRead/Write
9237 Updated the AcpiRead and AcpiWrite external interfaces to support 64-bit
9582 Fixed the parameter validation for AcpiRead/Write. Now return
9747 AcpiRead - Low-level read ACPI register (was HwLowLevelRead.)