Lines Matching full:acpi
79 STAILQ_HEAD(,apm_clone_data) apm_cdevs; /* All apm/apmctl/acpi cdevs. */
87 /* ACPI ivars */
111 /* Track device (/dev/{apm,apmctl} and /dev/acpi) notification status. */
117 #define ACPI_EVF_DEVD 1 /* /dev/acpi is handled via devd(8) */
145 * Entry points to ACPI from above are global functions defined in this
150 * ACPI tables and global shared data are protected by a global lock
153 * Each ACPI device can have its own driver-specific mutex for protecting
160 * ACPI-CA handles its own locking and should not be called with locks held.
180 * ACPI CA does not define layers for non-ACPI CA drivers.
204 * In particular, these are used for the ACPI 3.0 _PDC and _OSC methods.
205 * See the Intel document titled "Intel Processor Vendor-Specific ACPI",
226 * ACPI_Q_BROKEN: Disables all ACPI support.
227 * ACPI_Q_TIMER: Disables support for the ACPI timer.
234 * should be written to the power status register as part of ACPI Eject.
271 #define ACPI_PNP_INFO(t) ACPICOMPAT_PNP_INFO(t, acpi)
276 * attach to ACPI.
310 __ACPI_BUS_ACCESSOR(acpi, handle, ACPI, HANDLE, ACPI_HANDLE)
311 __ACPI_BUS_ACCESSOR(acpi, private, ACPI, PRIVATE, void *)
312 __ACPI_BUS_ACCESSOR(acpi, flags, ACPI, FLAGS, int)
313 __ACPI_BUS_ACCESSOR(acpi, domain, ACPI, DOMAIN, int)
474 /* ACPI event handling */
624 * ARM specific ACPI interfaces, relating to IORT table.