Lines Matching +full:dsd +full:- +full:path

1 /*-
78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */
94 ACPI_BUFFER dsd; /* Device Specific Data */ member
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.
162 * The most complicated path is:
163 * GPE -> EC runs _Qxx -> _Qxx reads EC space -> GPE
180 * ACPI CA does not define layers for non-ACPI CA drivers.
205 * See the Intel document titled "Intel Processor Vendor-Specific ACPI",
206 * number 302223-007.
218 #define ACPI_CAP_PX_HW_COORD (1 << 11) /* Intel P-state HW coordination */
229 * first APIC and that the MADT should force that by ignoring the PC-AT
250 * edge-sensitive and active-lo. Normally, edge-sensitive IRQs should
251 * be active-hi. If this value is non-zero, edge-sensitive ISA IRQs
252 * are forced to be active-hi instead. At least some AMD systems use
253 * active-lo edge-sensitive ISA IRQs, so this setting is only enabled
269 MODULE_PNP_INFO("Z:_HID", busname, t##hid, t, nitems(t)-1); \
270 MODULE_PNP_INFO("Z:_CID", busname, t##cid, t, nitems(t)-1);
287 #define ACPI_DEV_DOMAIN_UNKNOWN (-1)
344 return (end - start); in acpi_TimerDelta()
383 ACPI_STATUS acpi_GetHandleInScope(ACPI_HANDLE parent, char *path,
390 ACPI_STATUS acpi_GetInteger(ACPI_HANDLE handle, char *path,
392 ACPI_STATUS acpi_SetInteger(ACPI_HANDLE handle, char *path,
516 return (sc->acpi_verbose); in acpi_get_verbose()
556 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
557 (pkg)->Package.Count >= (size))
559 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
560 (pkg)->Package.Count == (size))
607 * Returns the VM domain ID if found, or -1 if not found / invalid.