1 /******************************************************************************
3 * Name: acpixf.h - External interfaces to the ACPI subsystem
5 *****************************************************************************/
7 /******************************************************************************
11 * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
12 * All rights reserved.
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
25 * make derivatives, distribute, use and display any portion of the Covered
26 * Code in any form, with the right to sublicense such rights; and
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 * license (with the right to sublicense), under only those claims of Intel
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
32 * solely to the minimum extent necessary to exercise the above copyright
33 * license, and in no event shall the patent license extend to any additions
34 * to or modifications of the Original Intel Code. No other license or right
35 * is granted directly or by implication, estoppel or otherwise;
37 * The above copyright and patent license is granted only if the following
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
45 * the above Copyright Notice, the above License, this list of Conditions,
46 * and the following Disclaimer and Export Compliance provision. In addition,
47 * Licensee must cause all Covered Code to which Licensee contributes to
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
50 * documentation of any changes made by any predecessor Licensee. Licensee
51 * must include a prominent statement that the modification is derived,
52 * directly or indirectly, from Original Intel Code.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
59 * addition, Licensee may not authorize further sublicense of source of any
60 * portion of the Covered Code, and must include terms to the effect that the
61 * license from Licensee to its licensee is limited to the intellectual
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 * substantial portion of the Covered Code or modification must reproduce the
68 * above Copyright Notice, and the following Disclaimer and Export Compliance
69 * provision in the documentation and/or other materials provided with the
72 * 3.4. Intel retains all right, title, and interest in and to the Original
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
78 * without prior written authorization from Intel.
80 * 4. Disclaimer and Export Compliance
82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 * software or system incorporating such software without first obtaining any
101 * required license or other approval from the U. S. Department of Commerce or
102 * any other agency or department of the United States Government. In the
103 * event Licensee exports any such software from the United States or
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 * any of its subsidiaries will export/re-export any technical data, process,
109 * software, or service, directly or indirectly, to any country for which the
110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
114 *****************************************************************************
116 * Alternatively, you may choose to be licensed under the terms of the
119 * Redistribution and use in source and binary forms, with or without
120 * modification, are permitted provided that the following conditions
122 * 1. Redistributions of source code must retain the above copyright
123 * notice, this list of conditions, and the following disclaimer,
124 * without modification.
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126 * substantially similar to the "NO WARRANTY" disclaimer below
127 * ("Disclaimer") and any redistribution must be conditioned upon
128 * including a substantially similar Disclaimer requirement for further
129 * binary redistribution.
130 * 3. Neither the names of the above-listed copyright holders nor the names
131 * of any contributors may be used to endorse or promote products derived
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146 * Alternatively, you may choose to be licensed under the terms of the
147 * GNU General Public License ("GPL") version 2 as published by the Free
148 * Software Foundation.
150 *****************************************************************************/
152 #ifndef __ACXFACE_H__
153 #define __ACXFACE_H__
155 /* Current ACPICA subsystem version in YYYYMMDD format */
157 #define ACPI_CA_VERSION 0x20170303
159 #include "acconfig.h"
162 #include "acbuffer.h"
165 /*****************************************************************************
167 * Macros used for ACPICA globals and configuration
169 ****************************************************************************/
172 * Ensure that global variables are defined and initialized only once.
174 * The use of these macros allows for a single list of globals (here)
175 * in order to simplify maintenance of the code.
177 #ifdef DEFINE_ACPI_GLOBALS
178 #define ACPI_GLOBAL(type,name) \
182 #define ACPI_INIT_GLOBAL(type,name,value) \
187 #define ACPI_GLOBAL(type,name) \
191 #ifndef ACPI_INIT_GLOBAL
192 #define ACPI_INIT_GLOBAL(type,name,value) \
198 * These macros configure the various ACPICA interfaces. They are
199 * useful for generating stub inline functions for features that are
200 * configured out of the current kernel or ACPICA application.
202 #ifndef ACPI_EXTERNAL_RETURN_STATUS
203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
207 #ifndef ACPI_EXTERNAL_RETURN_OK
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \
212 #ifndef ACPI_EXTERNAL_RETURN_VOID
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \
217 #ifndef ACPI_EXTERNAL_RETURN_UINT32
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \
222 #ifndef ACPI_EXTERNAL_RETURN_PTR
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \
228 /*****************************************************************************
230 * Public globals and runtime configuration options
232 ****************************************************************************/
235 * Enable "slack mode" of the AML interpreter? Default is FALSE, and the
236 * interpreter strictly follows the ACPI specification. Setting to TRUE
237 * allows the interpreter to ignore certain errors and/or bad AML constructs.
239 * Currently, these features are enabled by this flag:
241 * 1) Allow "implicit return" of last value in a control method
242 * 2) Allow access beyond the end of an operation region
243 * 3) Allow access to uninitialized locals/args (auto-init to integer 0)
244 * 4) Allow ANY object type to be a source operand for the Store() operator
245 * 5) Allow unresolved references (invalid target name) in package objects
246 * 6) Enable warning messages for behavior that is not ACPI spec compliant
248 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_EnableInterpreterSlack
, FALSE
);
251 * Automatically serialize all methods that create named objects? Default
252 * is TRUE, meaning that all NonSerialized methods are scanned once at
253 * table load time to determine those that create named objects. Methods
254 * that create named objects are marked Serialized in order to prevent
255 * possible run-time problems if they are entered by more than one thread.
257 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_AutoSerializeMethods
, TRUE
);
260 * Create the predefined _OSI method in the namespace? Default is TRUE
261 * because ACPICA is fully compatible with other ACPI implementations.
262 * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior.
264 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_CreateOsiMethod
, TRUE
);
267 * Optionally use default values for the ACPI register widths. Set this to
268 * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.
270 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_UseDefaultRegisterWidths
, TRUE
);
273 * Whether or not to verify the table checksum before installation. Set
274 * this to TRUE to verify the table checksum before install it to the table
275 * manager. Note that enabling this option causes errors to happen in some
276 * OSPMs during early initialization stages. Default behavior is to do such
279 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_VerifyTableChecksum
, TRUE
);
282 * Optionally enable output from the AML Debug Object.
284 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_EnableAmlDebugObject
, FALSE
);
287 * Optionally copy the entire DSDT to local memory (instead of simply
288 * mapping it.) There are some BIOSs that corrupt or replace the original
289 * DSDT, creating the need for this option. Default is FALSE, do not copy
292 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_CopyDsdtLocally
, FALSE
);
295 * Optionally ignore an XSDT if present and use the RSDT instead.
296 * Although the ACPI specification requires that an XSDT be used instead
297 * of the RSDT, the XSDT has been found to be corrupt or ill-formed on
298 * some machines. Default behavior is to use the XSDT if present.
300 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_DoNotUseXsdt
, FALSE
);
303 * Optionally support group module level code.
305 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_GroupModuleLevelCode
, FALSE
);
308 * Optionally support module level code by parsing the entire table as
309 * a TermList. Default is FALSE, do not execute entire table until some
310 * lock order issues are fixed.
312 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_ParseTableAsTermList
, FALSE
);
315 * Optionally use 32-bit FADT addresses if and when there is a conflict
316 * (address mismatch) between the 32-bit and 64-bit versions of the
317 * address. Although ACPICA adheres to the ACPI specification which
318 * requires the use of the corresponding 64-bit address if it is non-zero,
319 * some machines have been found to have a corrupted non-zero 64-bit
320 * address. Default is FALSE, do not favor the 32-bit addresses.
322 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_Use32BitFadtAddresses
, FALSE
);
325 * Optionally use 32-bit FACS table addresses.
326 * It is reported that some platforms fail to resume from system suspending
327 * if 64-bit FACS table address is selected:
328 * https://bugzilla.kernel.org/show_bug.cgi?id=74021
329 * Default is TRUE, favor the 32-bit addresses.
331 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_Use32BitFacsAddresses
, TRUE
);
334 * Optionally truncate I/O addresses to 16 bits. Provides compatibility
335 * with other ACPI implementations. NOTE: During ACPICA initialization,
336 * this value is set to TRUE if any Windows OSI strings have been
337 * requested by the BIOS.
339 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_TruncateIoAddresses
, FALSE
);
342 * Disable runtime checking and repair of values returned by control methods.
343 * Use only if the repair is causing a problem on a particular machine.
345 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_DisableAutoRepair
, FALSE
);
348 * Optionally do not install any SSDTs from the RSDT/XSDT during initialization.
349 * This can be useful for debugging ACPI problems on some machines.
351 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_DisableSsdtTableInstall
, FALSE
);
354 * Optionally enable runtime namespace override.
356 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_RuntimeNamespaceOverride
, TRUE
);
359 * We keep track of the latest version of Windows that has been requested by
360 * the BIOS. ACPI 5.0.
362 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_OsiData
, 0);
365 * ACPI 5.0 introduces the concept of a "reduced hardware platform", meaning
366 * that the ACPI hardware is no longer required. A flag in the FADT indicates
367 * a reduced HW machine, and that flag is duplicated here for convenience.
369 ACPI_INIT_GLOBAL (BOOLEAN
, AcpiGbl_ReducedHardware
, FALSE
);
372 * Maximum number of While() loop iterations before forced method abort.
373 * This mechanism is intended to prevent infinite loops during interpreter
374 * execution within a host kernel.
376 ACPI_INIT_GLOBAL (UINT32
, AcpiGbl_MaxLoopIterations
, ACPI_MAX_LOOP_COUNT
);
379 * This mechanism is used to trace a specified AML method. The method is
380 * traced each time it is executed.
382 ACPI_INIT_GLOBAL (UINT32
, AcpiGbl_TraceFlags
, 0);
383 ACPI_INIT_GLOBAL (const char *, AcpiGbl_TraceMethodName
, NULL
);
384 ACPI_INIT_GLOBAL (UINT32
, AcpiGbl_TraceDbgLevel
, ACPI_TRACE_LEVEL_DEFAULT
);
385 ACPI_INIT_GLOBAL (UINT32
, AcpiGbl_TraceDbgLayer
, ACPI_TRACE_LAYER_DEFAULT
);
388 * Runtime configuration of debug output control masks. We want the debug
389 * switches statically initialized so they are already set when the debugger
392 #ifdef ACPI_DEBUG_OUTPUT
393 ACPI_INIT_GLOBAL (UINT32
, AcpiDbgLevel
, ACPI_DEBUG_DEFAULT
);
395 ACPI_INIT_GLOBAL (UINT32
, AcpiDbgLevel
, ACPI_NORMAL_DEFAULT
);
397 ACPI_INIT_GLOBAL (UINT32
, AcpiDbgLayer
, ACPI_COMPONENT_DEFAULT
);
399 /* Optionally enable timer output with Debug Object output */
401 ACPI_INIT_GLOBAL (UINT8
, AcpiGbl_DisplayDebugTimer
, FALSE
);
404 * Debugger command handshake globals. Host OSes need to access these
405 * variables to implement their own command handshake mechanism.
408 ACPI_INIT_GLOBAL (BOOLEAN
, AcpiGbl_MethodExecuting
, FALSE
);
409 ACPI_GLOBAL (char, AcpiGbl_DbLineBuf
[ACPI_DB_LINE_BUFFER_SIZE
]);
413 * Other miscellaneous globals
415 ACPI_GLOBAL (ACPI_TABLE_FADT
, AcpiGbl_FADT
);
416 ACPI_GLOBAL (UINT32
, AcpiCurrentGpeCount
);
417 ACPI_GLOBAL (BOOLEAN
, AcpiGbl_SystemAwakeAndRunning
);
420 /*****************************************************************************
422 * ACPICA public interface configuration.
424 * Interfaces that are configured out of the ACPICA build are replaced
425 * by inlined stubs by default.
427 ****************************************************************************/
430 * Hardware-reduced prototypes (default: Not hardware reduced).
432 * All ACPICA hardware-related interfaces that use these macros will be
433 * configured out of the ACPICA build if the ACPI_REDUCED_HARDWARE flag
436 * Note: This static build option for reduced hardware is intended to
437 * reduce ACPICA code size if desired or necessary. However, even if this
438 * option is not specified, the runtime behavior of ACPICA is dependent
439 * on the actual FADT reduced hardware flag (HW_REDUCED_ACPI). If set,
440 * the flag will enable similar behavior -- ACPICA will not attempt
441 * to access any ACPI-relate hardware (SCI, GPEs, Fixed Events, etc.)
443 #if (!ACPI_REDUCED_HARDWARE)
444 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \
445 ACPI_EXTERNAL_RETURN_STATUS(Prototype)
447 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \
448 ACPI_EXTERNAL_RETURN_OK(Prototype)
450 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \
451 ACPI_EXTERNAL_RETURN_VOID(Prototype)
454 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \
455 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
457 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \
458 static ACPI_INLINE Prototype {return(AE_OK);}
460 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \
461 static ACPI_INLINE Prototype {return;}
463 #endif /* !ACPI_REDUCED_HARDWARE */
467 * Error message prototypes (default: error messages enabled).
469 * All interfaces related to error and warning messages
470 * will be configured out of the ACPICA build if the
471 * ACPI_NO_ERROR_MESSAGE flag is defined.
473 #ifndef ACPI_NO_ERROR_MESSAGES
474 #define ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) \
478 #define ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) \
479 static ACPI_INLINE Prototype {return;}
481 #endif /* ACPI_NO_ERROR_MESSAGES */
485 * Debugging output prototypes (default: no debug output).
487 * All interfaces related to debug output messages
488 * will be configured out of the ACPICA build unless the
489 * ACPI_DEBUG_OUTPUT flag is defined.
491 #ifdef ACPI_DEBUG_OUTPUT
492 #define ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) \
496 #define ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) \
497 static ACPI_INLINE Prototype {return;}
499 #endif /* ACPI_DEBUG_OUTPUT */
503 * Application prototypes
505 * All interfaces used by application will be configured
506 * out of the ACPICA build unless the ACPI_APPLICATION
509 #ifdef ACPI_APPLICATION
510 #define ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) \
514 #define ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) \
515 static ACPI_INLINE Prototype {return;}
517 #endif /* ACPI_APPLICATION */
521 * Debugger prototypes
523 * All interfaces used by debugger will be configured
524 * out of the ACPICA build unless the ACPI_DEBUGGER
528 #define ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) \
529 ACPI_EXTERNAL_RETURN_OK(Prototype)
531 #define ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) \
532 ACPI_EXTERNAL_RETURN_VOID(Prototype)
535 #define ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) \
536 static ACPI_INLINE Prototype {return(AE_OK);}
538 #define ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) \
539 static ACPI_INLINE Prototype {return;}
541 #endif /* ACPI_DEBUGGER */
544 /*****************************************************************************
546 * ACPICA public interface prototypes
548 ****************************************************************************/
553 ACPI_EXTERNAL_RETURN_STATUS (
554 ACPI_STATUS ACPI_INIT_FUNCTION
555 AcpiInitializeTables (
556 ACPI_TABLE_DESC
*InitialStorage
,
557 UINT32 InitialTableCount
,
558 BOOLEAN AllowResize
))
560 ACPI_EXTERNAL_RETURN_STATUS (
561 ACPI_STATUS ACPI_INIT_FUNCTION
562 AcpiInitializeSubsystem (
565 ACPI_EXTERNAL_RETURN_STATUS (
566 ACPI_STATUS ACPI_INIT_FUNCTION
567 AcpiEnableSubsystem (
570 ACPI_EXTERNAL_RETURN_STATUS (
571 ACPI_STATUS ACPI_INIT_FUNCTION
572 AcpiInitializeObjects (
575 ACPI_EXTERNAL_RETURN_STATUS (
576 ACPI_STATUS ACPI_INIT_FUNCTION
582 * Miscellaneous global interfaces
584 ACPI_HW_DEPENDENT_RETURN_STATUS (
589 ACPI_HW_DEPENDENT_RETURN_STATUS (
594 ACPI_EXTERNAL_RETURN_STATUS (
596 AcpiSubsystemStatus (
599 ACPI_EXTERNAL_RETURN_STATUS (
602 ACPI_BUFFER
*RetBuffer
))
604 ACPI_EXTERNAL_RETURN_STATUS (
607 ACPI_STATISTICS
*Stats
))
609 ACPI_EXTERNAL_RETURN_PTR (
611 AcpiFormatException (
612 ACPI_STATUS Exception
))
614 ACPI_EXTERNAL_RETURN_STATUS (
616 AcpiPurgeCachedObjects (
619 ACPI_EXTERNAL_RETURN_STATUS (
621 AcpiInstallInterface (
622 ACPI_STRING InterfaceName
))
624 ACPI_EXTERNAL_RETURN_STATUS (
626 AcpiRemoveInterface (
627 ACPI_STRING InterfaceName
))
629 ACPI_EXTERNAL_RETURN_STATUS (
631 AcpiUpdateInterfaces (
634 ACPI_EXTERNAL_RETURN_UINT32 (
636 AcpiCheckAddressRange (
637 ACPI_ADR_SPACE_TYPE SpaceId
,
638 ACPI_PHYSICAL_ADDRESS Address
,
642 ACPI_EXTERNAL_RETURN_STATUS (
644 AcpiDecodePldBuffer (
647 ACPI_PLD_INFO
**ReturnBuffer
))
651 * ACPI table load/unload interfaces
653 ACPI_EXTERNAL_RETURN_STATUS (
654 ACPI_STATUS ACPI_INIT_FUNCTION
656 ACPI_PHYSICAL_ADDRESS Address
,
659 ACPI_EXTERNAL_RETURN_STATUS (
662 ACPI_TABLE_HEADER
*Table
))
664 ACPI_EXTERNAL_RETURN_STATUS (
666 AcpiUnloadParentTable (
669 ACPI_EXTERNAL_RETURN_STATUS (
670 ACPI_STATUS ACPI_INIT_FUNCTION
676 * ACPI table manipulation interfaces
678 ACPI_EXTERNAL_RETURN_STATUS (
679 ACPI_STATUS ACPI_INIT_FUNCTION
680 AcpiReallocateRootTable (
683 ACPI_EXTERNAL_RETURN_STATUS (
684 ACPI_STATUS ACPI_INIT_FUNCTION
685 AcpiFindRootPointer (
686 ACPI_PHYSICAL_ADDRESS
*RsdpAddress
))
688 ACPI_EXTERNAL_RETURN_STATUS (
691 ACPI_STRING Signature
,
693 ACPI_TABLE_HEADER
*OutTableHeader
))
695 ACPI_EXTERNAL_RETURN_STATUS (
698 ACPI_STRING Signature
,
700 ACPI_TABLE_HEADER
**OutTable
))
702 ACPI_EXTERNAL_RETURN_VOID (
705 ACPI_TABLE_HEADER
*Table
))
707 ACPI_EXTERNAL_RETURN_STATUS (
709 AcpiGetTableByIndex (
711 ACPI_TABLE_HEADER
**OutTable
))
713 ACPI_EXTERNAL_RETURN_STATUS (
715 AcpiInstallTableHandler (
716 ACPI_TABLE_HANDLER Handler
,
719 ACPI_EXTERNAL_RETURN_STATUS (
721 AcpiRemoveTableHandler (
722 ACPI_TABLE_HANDLER Handler
))
726 * Namespace and name interfaces
728 ACPI_EXTERNAL_RETURN_STATUS (
731 ACPI_OBJECT_TYPE Type
,
732 ACPI_HANDLE StartObject
,
734 ACPI_WALK_CALLBACK DescendingCallback
,
735 ACPI_WALK_CALLBACK AscendingCallback
,
739 ACPI_EXTERNAL_RETURN_STATUS (
743 ACPI_WALK_CALLBACK UserFunction
,
747 ACPI_EXTERNAL_RETURN_STATUS (
752 ACPI_BUFFER
*RetPathPtr
))
754 ACPI_EXTERNAL_RETURN_STATUS (
758 ACPI_STRING Pathname
,
759 ACPI_HANDLE
*RetHandle
))
761 ACPI_EXTERNAL_RETURN_STATUS (
765 ACPI_OBJECT_HANDLER Handler
,
768 ACPI_EXTERNAL_RETURN_STATUS (
772 ACPI_OBJECT_HANDLER Handler
))
774 ACPI_EXTERNAL_RETURN_STATUS (
778 ACPI_OBJECT_HANDLER Handler
,
781 ACPI_EXTERNAL_RETURN_STATUS (
791 * Object manipulation and enumeration
793 ACPI_EXTERNAL_RETURN_STATUS (
797 ACPI_STRING Pathname
,
798 ACPI_OBJECT_LIST
*ParameterObjects
,
799 ACPI_BUFFER
*ReturnObjectBuffer
))
801 ACPI_EXTERNAL_RETURN_STATUS (
803 AcpiEvaluateObjectTyped (
805 ACPI_STRING Pathname
,
806 ACPI_OBJECT_LIST
*ExternalParams
,
807 ACPI_BUFFER
*ReturnBuffer
,
808 ACPI_OBJECT_TYPE ReturnType
))
810 ACPI_EXTERNAL_RETURN_STATUS (
814 ACPI_DEVICE_INFO
**ReturnBuffer
))
816 ACPI_EXTERNAL_RETURN_STATUS (
821 ACPI_EXTERNAL_RETURN_STATUS (
824 ACPI_OBJECT_TYPE Type
,
827 ACPI_HANDLE
*OutHandle
))
829 ACPI_EXTERNAL_RETURN_STATUS (
833 ACPI_OBJECT_TYPE
*OutType
))
835 ACPI_EXTERNAL_RETURN_STATUS (
839 ACPI_HANDLE
*OutHandle
))
845 ACPI_EXTERNAL_RETURN_STATUS (
847 AcpiInstallInitializationHandler (
848 ACPI_INIT_HANDLER Handler
,
851 ACPI_HW_DEPENDENT_RETURN_STATUS (
853 AcpiInstallSciHandler (
854 ACPI_SCI_HANDLER Address
,
857 ACPI_HW_DEPENDENT_RETURN_STATUS (
859 AcpiRemoveSciHandler (
860 ACPI_SCI_HANDLER Address
))
862 ACPI_HW_DEPENDENT_RETURN_STATUS (
864 AcpiInstallGlobalEventHandler (
865 ACPI_GBL_EVENT_HANDLER Handler
,
868 ACPI_HW_DEPENDENT_RETURN_STATUS (
870 AcpiInstallFixedEventHandler (
872 ACPI_EVENT_HANDLER Handler
,
875 ACPI_HW_DEPENDENT_RETURN_STATUS (
877 AcpiRemoveFixedEventHandler (
879 ACPI_EVENT_HANDLER Handler
))
881 ACPI_HW_DEPENDENT_RETURN_STATUS (
883 AcpiInstallGpeHandler (
884 ACPI_HANDLE GpeDevice
,
887 ACPI_GPE_HANDLER Address
,
890 ACPI_HW_DEPENDENT_RETURN_STATUS (
892 AcpiInstallGpeRawHandler (
893 ACPI_HANDLE GpeDevice
,
896 ACPI_GPE_HANDLER Address
,
899 ACPI_HW_DEPENDENT_RETURN_STATUS (
901 AcpiRemoveGpeHandler (
902 ACPI_HANDLE GpeDevice
,
904 ACPI_GPE_HANDLER Address
))
906 ACPI_EXTERNAL_RETURN_STATUS (
908 AcpiInstallNotifyHandler (
911 ACPI_NOTIFY_HANDLER Handler
,
914 ACPI_EXTERNAL_RETURN_STATUS (
916 AcpiRemoveNotifyHandler (
919 ACPI_NOTIFY_HANDLER Handler
))
921 ACPI_EXTERNAL_RETURN_STATUS (
923 AcpiInstallAddressSpaceHandler (
925 ACPI_ADR_SPACE_TYPE SpaceId
,
926 ACPI_ADR_SPACE_HANDLER Handler
,
927 ACPI_ADR_SPACE_SETUP Setup
,
930 ACPI_EXTERNAL_RETURN_STATUS (
932 AcpiRemoveAddressSpaceHandler (
934 ACPI_ADR_SPACE_TYPE SpaceId
,
935 ACPI_ADR_SPACE_HANDLER Handler
))
937 ACPI_EXTERNAL_RETURN_STATUS (
939 AcpiInstallExceptionHandler (
940 ACPI_EXCEPTION_HANDLER Handler
))
942 ACPI_EXTERNAL_RETURN_STATUS (
944 AcpiInstallInterfaceHandler (
945 ACPI_INTERFACE_HANDLER Handler
))
949 * Global Lock interfaces
951 ACPI_HW_DEPENDENT_RETURN_STATUS (
953 AcpiAcquireGlobalLock (
957 ACPI_HW_DEPENDENT_RETURN_STATUS (
959 AcpiReleaseGlobalLock (
964 * Interfaces to AML mutex objects
966 ACPI_EXTERNAL_RETURN_STATUS (
970 ACPI_STRING Pathname
,
973 ACPI_EXTERNAL_RETURN_STATUS (
977 ACPI_STRING Pathname
))
981 * Fixed Event interfaces
983 ACPI_HW_DEPENDENT_RETURN_STATUS (
989 ACPI_HW_DEPENDENT_RETURN_STATUS (
995 ACPI_HW_DEPENDENT_RETURN_STATUS (
1000 ACPI_HW_DEPENDENT_RETURN_STATUS (
1002 AcpiGetEventStatus (
1004 ACPI_EVENT_STATUS
*EventStatus
))
1008 * General Purpose Event (GPE) Interfaces
1010 ACPI_HW_DEPENDENT_RETURN_STATUS (
1015 ACPI_HW_DEPENDENT_RETURN_STATUS (
1018 ACPI_HANDLE GpeDevice
,
1021 ACPI_HW_DEPENDENT_RETURN_STATUS (
1024 ACPI_HANDLE GpeDevice
,
1027 ACPI_HW_DEPENDENT_RETURN_STATUS (
1030 ACPI_HANDLE GpeDevice
,
1033 ACPI_HW_DEPENDENT_RETURN_STATUS (
1036 ACPI_HANDLE GpeDevice
,
1040 ACPI_HW_DEPENDENT_RETURN_STATUS (
1043 ACPI_HANDLE GpeDevice
,
1046 ACPI_HW_DEPENDENT_RETURN_STATUS (
1049 ACPI_HANDLE GpeDevice
,
1053 ACPI_HW_DEPENDENT_RETURN_STATUS (
1055 AcpiMarkGpeForWake (
1056 ACPI_HANDLE GpeDevice
,
1059 ACPI_HW_DEPENDENT_RETURN_STATUS (
1061 AcpiSetupGpeForWake (
1062 ACPI_HANDLE ParentDevice
,
1063 ACPI_HANDLE GpeDevice
,
1066 ACPI_HW_DEPENDENT_RETURN_STATUS (
1068 AcpiSetGpeWakeMask (
1069 ACPI_HANDLE GpeDevice
,
1073 ACPI_HW_DEPENDENT_RETURN_STATUS (
1076 ACPI_HANDLE GpeDevice
,
1078 ACPI_EVENT_STATUS
*EventStatus
))
1080 ACPI_HW_DEPENDENT_RETURN_STATUS (
1082 AcpiDisableAllGpes (
1085 ACPI_HW_DEPENDENT_RETURN_STATUS (
1087 AcpiEnableAllRuntimeGpes (
1090 ACPI_HW_DEPENDENT_RETURN_STATUS (
1092 AcpiEnableAllWakeupGpes (
1095 ACPI_HW_DEPENDENT_RETURN_STATUS (
1099 ACPI_HANDLE
*GpeDevice
))
1101 ACPI_HW_DEPENDENT_RETURN_STATUS (
1103 AcpiInstallGpeBlock (
1104 ACPI_HANDLE GpeDevice
,
1105 ACPI_GENERIC_ADDRESS
*GpeBlockAddress
,
1106 UINT32 RegisterCount
,
1107 UINT32 InterruptNumber
))
1109 ACPI_HW_DEPENDENT_RETURN_STATUS (
1111 AcpiRemoveGpeBlock (
1112 ACPI_HANDLE GpeDevice
))
1116 * Resource interfaces
1119 ACPI_STATUS (*ACPI_WALK_RESOURCE_CALLBACK
) (
1120 ACPI_RESOURCE
*Resource
,
1123 ACPI_EXTERNAL_RETURN_STATUS (
1125 AcpiGetVendorResource (
1128 ACPI_VENDOR_UUID
*Uuid
,
1129 ACPI_BUFFER
*RetBuffer
))
1131 ACPI_EXTERNAL_RETURN_STATUS (
1133 AcpiGetCurrentResources (
1135 ACPI_BUFFER
*RetBuffer
))
1137 ACPI_EXTERNAL_RETURN_STATUS (
1139 AcpiGetPossibleResources (
1141 ACPI_BUFFER
*RetBuffer
))
1143 ACPI_EXTERNAL_RETURN_STATUS (
1145 AcpiGetEventResources (
1146 ACPI_HANDLE DeviceHandle
,
1147 ACPI_BUFFER
*RetBuffer
))
1149 ACPI_EXTERNAL_RETURN_STATUS (
1151 AcpiWalkResourceBuffer (
1152 ACPI_BUFFER
*Buffer
,
1153 ACPI_WALK_RESOURCE_CALLBACK UserFunction
,
1156 ACPI_EXTERNAL_RETURN_STATUS (
1161 ACPI_WALK_RESOURCE_CALLBACK UserFunction
,
1164 ACPI_EXTERNAL_RETURN_STATUS (
1166 AcpiSetCurrentResources (
1168 ACPI_BUFFER
*InBuffer
))
1170 ACPI_EXTERNAL_RETURN_STATUS (
1172 AcpiGetIrqRoutingTable (
1174 ACPI_BUFFER
*RetBuffer
))
1176 ACPI_EXTERNAL_RETURN_STATUS (
1178 AcpiResourceToAddress64 (
1179 ACPI_RESOURCE
*Resource
,
1180 ACPI_RESOURCE_ADDRESS64
*Out
))
1182 ACPI_EXTERNAL_RETURN_STATUS (
1184 AcpiBufferToResource (
1186 UINT16 AmlBufferLength
,
1187 ACPI_RESOURCE
**ResourcePtr
))
1191 * Hardware (ACPI device) interfaces
1193 ACPI_EXTERNAL_RETURN_STATUS (
1198 ACPI_EXTERNAL_RETURN_STATUS (
1202 ACPI_GENERIC_ADDRESS
*Reg
))
1204 ACPI_EXTERNAL_RETURN_STATUS (
1208 ACPI_GENERIC_ADDRESS
*Reg
))
1210 ACPI_HW_DEPENDENT_RETURN_STATUS (
1212 AcpiReadBitRegister (
1214 UINT32
*ReturnValue
))
1216 ACPI_HW_DEPENDENT_RETURN_STATUS (
1218 AcpiWriteBitRegister (
1224 * Sleep/Wake interfaces
1226 ACPI_EXTERNAL_RETURN_STATUS (
1228 AcpiGetSleepTypeData (
1233 ACPI_EXTERNAL_RETURN_STATUS (
1235 AcpiEnterSleepStatePrep (
1238 ACPI_EXTERNAL_RETURN_STATUS (
1240 AcpiEnterSleepState (
1243 ACPI_HW_DEPENDENT_RETURN_STATUS (
1245 AcpiEnterSleepStateS4bios (
1248 ACPI_EXTERNAL_RETURN_STATUS (
1250 AcpiLeaveSleepStatePrep (
1253 ACPI_EXTERNAL_RETURN_STATUS (
1255 AcpiLeaveSleepState (
1258 ACPI_HW_DEPENDENT_RETURN_STATUS (
1260 AcpiSetFirmwareWakingVector (
1261 ACPI_PHYSICAL_ADDRESS PhysicalAddress
,
1262 ACPI_PHYSICAL_ADDRESS PhysicalAddress64
))
1266 * ACPI Timer interfaces
1268 ACPI_HW_DEPENDENT_RETURN_STATUS (
1270 AcpiGetTimerResolution (
1271 UINT32
*Resolution
))
1273 ACPI_HW_DEPENDENT_RETURN_STATUS (
1278 ACPI_HW_DEPENDENT_RETURN_STATUS (
1280 AcpiGetTimerDuration (
1283 UINT32
*TimeElapsed
))
1287 * Error/Warning output
1289 ACPI_MSG_DEPENDENT_RETURN_VOID (
1291 void ACPI_INTERNAL_VAR_XFACE
1293 const char *ModuleName
,
1298 ACPI_MSG_DEPENDENT_RETURN_VOID (
1300 void ACPI_INTERNAL_VAR_XFACE
1302 const char *ModuleName
,
1308 ACPI_MSG_DEPENDENT_RETURN_VOID (
1310 void ACPI_INTERNAL_VAR_XFACE
1312 const char *ModuleName
,
1317 ACPI_MSG_DEPENDENT_RETURN_VOID (
1319 void ACPI_INTERNAL_VAR_XFACE
1324 ACPI_MSG_DEPENDENT_RETURN_VOID (
1326 void ACPI_INTERNAL_VAR_XFACE
1328 const char *ModuleName
,
1333 ACPI_MSG_DEPENDENT_RETURN_VOID (
1335 void ACPI_INTERNAL_VAR_XFACE
1337 const char *ModuleName
,
1346 ACPI_DBG_DEPENDENT_RETURN_VOID (
1348 void ACPI_INTERNAL_VAR_XFACE
1350 UINT32 RequestedDebugLevel
,
1352 const char *FunctionName
,
1353 const char *ModuleName
,
1358 ACPI_DBG_DEPENDENT_RETURN_VOID (
1360 void ACPI_INTERNAL_VAR_XFACE
1362 UINT32 RequestedDebugLevel
,
1364 const char *FunctionName
,
1365 const char *ModuleName
,
1370 ACPI_DBG_DEPENDENT_RETURN_VOID (
1373 ACPI_TRACE_EVENT_TYPE Type
,
1379 AcpiInitializeDebugger (
1383 AcpiTerminateDebugger (
1391 AcpiSetDebuggerThreadId (
1392 ACPI_THREAD_ID ThreadId
);
1394 #endif /* __ACXFACE_H__ */