Lines Matching +full:no +full:- +full:tick +full:- +full:in +full:- +full:suspend
1 /*-
7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
77 int acpi_next_sstate; /* Next suspend Sx state. */
78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */
80 struct callout susp_force_to; /* Force suspend if no acks. */
137 /* Flags for each device defined in the AML namespace. */
145 * Entry points to ACPI from above are global functions defined in this
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.
163 * GPE -> EC runs _Qxx -> _Qxx reads EC space -> GPE
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",
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)
337 /* Find the difference between two PM tick counts. */
344 return (end - start); in acpi_TimerDelta()
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))
595 * Parse and use proximity information in SRAT and SLIT.
607 * Returns the VM domain ID if found, or -1 if not found / invalid.