xref: /freebsd/sys/contrib/dev/acpica/include/acparser.h (revision 0d84335f991f528c6f038e79dd5cc0a7770532da)
1a9f12690SJung-uk Kim /******************************************************************************
2a9f12690SJung-uk Kim  *
3a9f12690SJung-uk Kim  * Module Name: acparser.h - AML Parser subcomponent prototypes and defines
4a9f12690SJung-uk Kim  *
5a9f12690SJung-uk Kim  *****************************************************************************/
6a9f12690SJung-uk Kim 
7*0d84335fSJung-uk Kim /******************************************************************************
8*0d84335fSJung-uk Kim  *
9*0d84335fSJung-uk Kim  * 1. Copyright Notice
10*0d84335fSJung-uk Kim  *
11*0d84335fSJung-uk Kim  * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
12a9f12690SJung-uk Kim  * All rights reserved.
13a9f12690SJung-uk Kim  *
14*0d84335fSJung-uk Kim  * 2. License
15*0d84335fSJung-uk Kim  *
16*0d84335fSJung-uk Kim  * 2.1. This is your license from Intel Corp. under its intellectual property
17*0d84335fSJung-uk Kim  * rights. You may have additional license terms from the party that provided
18*0d84335fSJung-uk Kim  * you this software, covering your right to use that party's intellectual
19*0d84335fSJung-uk Kim  * property rights.
20*0d84335fSJung-uk Kim  *
21*0d84335fSJung-uk Kim  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22*0d84335fSJung-uk Kim  * copy of the source code appearing in this file ("Covered Code") an
23*0d84335fSJung-uk Kim  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24*0d84335fSJung-uk Kim  * base code distributed originally by Intel ("Original Intel Code") to copy,
25*0d84335fSJung-uk Kim  * make derivatives, distribute, use and display any portion of the Covered
26*0d84335fSJung-uk Kim  * Code in any form, with the right to sublicense such rights; and
27*0d84335fSJung-uk Kim  *
28*0d84335fSJung-uk Kim  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29*0d84335fSJung-uk Kim  * license (with the right to sublicense), under only those claims of Intel
30*0d84335fSJung-uk Kim  * patents that are infringed by the Original Intel Code, to make, use, sell,
31*0d84335fSJung-uk Kim  * offer to sell, and import the Covered Code and derivative works thereof
32*0d84335fSJung-uk Kim  * solely to the minimum extent necessary to exercise the above copyright
33*0d84335fSJung-uk Kim  * license, and in no event shall the patent license extend to any additions
34*0d84335fSJung-uk Kim  * to or modifications of the Original Intel Code. No other license or right
35*0d84335fSJung-uk Kim  * is granted directly or by implication, estoppel or otherwise;
36*0d84335fSJung-uk Kim  *
37*0d84335fSJung-uk Kim  * The above copyright and patent license is granted only if the following
38*0d84335fSJung-uk Kim  * conditions are met:
39*0d84335fSJung-uk Kim  *
40*0d84335fSJung-uk Kim  * 3. Conditions
41*0d84335fSJung-uk Kim  *
42*0d84335fSJung-uk Kim  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43*0d84335fSJung-uk Kim  * Redistribution of source code of any substantial portion of the Covered
44*0d84335fSJung-uk Kim  * Code or modification with rights to further distribute source must include
45*0d84335fSJung-uk Kim  * the above Copyright Notice, the above License, this list of Conditions,
46*0d84335fSJung-uk Kim  * and the following Disclaimer and Export Compliance provision. In addition,
47*0d84335fSJung-uk Kim  * Licensee must cause all Covered Code to which Licensee contributes to
48*0d84335fSJung-uk Kim  * contain a file documenting the changes Licensee made to create that Covered
49*0d84335fSJung-uk Kim  * Code and the date of any change. Licensee must include in that file the
50*0d84335fSJung-uk Kim  * documentation of any changes made by any predecessor Licensee. Licensee
51*0d84335fSJung-uk Kim  * must include a prominent statement that the modification is derived,
52*0d84335fSJung-uk Kim  * directly or indirectly, from Original Intel Code.
53*0d84335fSJung-uk Kim  *
54*0d84335fSJung-uk Kim  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55*0d84335fSJung-uk Kim  * Redistribution of source code of any substantial portion of the Covered
56*0d84335fSJung-uk Kim  * Code or modification without rights to further distribute source must
57*0d84335fSJung-uk Kim  * include the following Disclaimer and Export Compliance provision in the
58*0d84335fSJung-uk Kim  * documentation and/or other materials provided with distribution. In
59*0d84335fSJung-uk Kim  * addition, Licensee may not authorize further sublicense of source of any
60*0d84335fSJung-uk Kim  * portion of the Covered Code, and must include terms to the effect that the
61*0d84335fSJung-uk Kim  * license from Licensee to its licensee is limited to the intellectual
62*0d84335fSJung-uk Kim  * property embodied in the software Licensee provides to its licensee, and
63*0d84335fSJung-uk Kim  * not to intellectual property embodied in modifications its licensee may
64*0d84335fSJung-uk Kim  * make.
65*0d84335fSJung-uk Kim  *
66*0d84335fSJung-uk Kim  * 3.3. Redistribution of Executable. Redistribution in executable form of any
67*0d84335fSJung-uk Kim  * substantial portion of the Covered Code or modification must reproduce the
68*0d84335fSJung-uk Kim  * above Copyright Notice, and the following Disclaimer and Export Compliance
69*0d84335fSJung-uk Kim  * provision in the documentation and/or other materials provided with the
70*0d84335fSJung-uk Kim  * distribution.
71*0d84335fSJung-uk Kim  *
72*0d84335fSJung-uk Kim  * 3.4. Intel retains all right, title, and interest in and to the Original
73*0d84335fSJung-uk Kim  * Intel Code.
74*0d84335fSJung-uk Kim  *
75*0d84335fSJung-uk Kim  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76*0d84335fSJung-uk Kim  * Intel shall be used in advertising or otherwise to promote the sale, use or
77*0d84335fSJung-uk Kim  * other dealings in products derived from or relating to the Covered Code
78*0d84335fSJung-uk Kim  * without prior written authorization from Intel.
79*0d84335fSJung-uk Kim  *
80*0d84335fSJung-uk Kim  * 4. Disclaimer and Export Compliance
81*0d84335fSJung-uk Kim  *
82*0d84335fSJung-uk Kim  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83*0d84335fSJung-uk Kim  * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84*0d84335fSJung-uk Kim  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85*0d84335fSJung-uk Kim  * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86*0d84335fSJung-uk Kim  * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87*0d84335fSJung-uk Kim  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88*0d84335fSJung-uk Kim  * PARTICULAR PURPOSE.
89*0d84335fSJung-uk Kim  *
90*0d84335fSJung-uk Kim  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91*0d84335fSJung-uk Kim  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92*0d84335fSJung-uk Kim  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93*0d84335fSJung-uk Kim  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94*0d84335fSJung-uk Kim  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95*0d84335fSJung-uk Kim  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96*0d84335fSJung-uk Kim  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97*0d84335fSJung-uk Kim  * LIMITED REMEDY.
98*0d84335fSJung-uk Kim  *
99*0d84335fSJung-uk Kim  * 4.3. Licensee shall not export, either directly or indirectly, any of this
100*0d84335fSJung-uk Kim  * software or system incorporating such software without first obtaining any
101*0d84335fSJung-uk Kim  * required license or other approval from the U. S. Department of Commerce or
102*0d84335fSJung-uk Kim  * any other agency or department of the United States Government. In the
103*0d84335fSJung-uk Kim  * event Licensee exports any such software from the United States or
104*0d84335fSJung-uk Kim  * re-exports any such software from a foreign destination, Licensee shall
105*0d84335fSJung-uk Kim  * ensure that the distribution and export/re-export of the software is in
106*0d84335fSJung-uk Kim  * compliance with all laws, regulations, orders, or other restrictions of the
107*0d84335fSJung-uk Kim  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108*0d84335fSJung-uk Kim  * any of its subsidiaries will export/re-export any technical data, process,
109*0d84335fSJung-uk Kim  * software, or service, directly or indirectly, to any country for which the
110*0d84335fSJung-uk Kim  * United States government or any agency thereof requires an export license,
111*0d84335fSJung-uk Kim  * other governmental approval, or letter of assurance, without first obtaining
112*0d84335fSJung-uk Kim  * such license, approval or letter.
113*0d84335fSJung-uk Kim  *
114*0d84335fSJung-uk Kim  *****************************************************************************
115*0d84335fSJung-uk Kim  *
116*0d84335fSJung-uk Kim  * Alternatively, you may choose to be licensed under the terms of the
117*0d84335fSJung-uk Kim  * following license:
118*0d84335fSJung-uk Kim  *
119d244b227SJung-uk Kim  * Redistribution and use in source and binary forms, with or without
120d244b227SJung-uk Kim  * modification, are permitted provided that the following conditions
121d244b227SJung-uk Kim  * are met:
122d244b227SJung-uk Kim  * 1. Redistributions of source code must retain the above copyright
123d244b227SJung-uk Kim  *    notice, this list of conditions, and the following disclaimer,
124d244b227SJung-uk Kim  *    without modification.
125d244b227SJung-uk Kim  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126d244b227SJung-uk Kim  *    substantially similar to the "NO WARRANTY" disclaimer below
127d244b227SJung-uk Kim  *    ("Disclaimer") and any redistribution must be conditioned upon
128d244b227SJung-uk Kim  *    including a substantially similar Disclaimer requirement for further
129d244b227SJung-uk Kim  *    binary redistribution.
130d244b227SJung-uk Kim  * 3. Neither the names of the above-listed copyright holders nor the names
131d244b227SJung-uk Kim  *    of any contributors may be used to endorse or promote products derived
132d244b227SJung-uk Kim  *    from this software without specific prior written permission.
133a9f12690SJung-uk Kim  *
134*0d84335fSJung-uk Kim  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135*0d84335fSJung-uk Kim  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136*0d84335fSJung-uk Kim  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137*0d84335fSJung-uk Kim  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138*0d84335fSJung-uk Kim  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139*0d84335fSJung-uk Kim  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140*0d84335fSJung-uk Kim  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141*0d84335fSJung-uk Kim  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142*0d84335fSJung-uk Kim  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143*0d84335fSJung-uk Kim  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144*0d84335fSJung-uk Kim  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
145*0d84335fSJung-uk Kim  *
146*0d84335fSJung-uk Kim  * Alternatively, you may choose to be licensed under the terms of the
147d244b227SJung-uk Kim  * GNU General Public License ("GPL") version 2 as published by the Free
148d244b227SJung-uk Kim  * Software Foundation.
149a9f12690SJung-uk Kim  *
150*0d84335fSJung-uk Kim  *****************************************************************************/
151a9f12690SJung-uk Kim 
152a9f12690SJung-uk Kim #ifndef __ACPARSER_H__
153a9f12690SJung-uk Kim #define __ACPARSER_H__
154a9f12690SJung-uk Kim 
155a9f12690SJung-uk Kim 
156a9f12690SJung-uk Kim #define OP_HAS_RETURN_VALUE             1
157a9f12690SJung-uk Kim 
158a9f12690SJung-uk Kim /* Variable number of arguments. This field must be 32 bits */
159a9f12690SJung-uk Kim 
160a9f12690SJung-uk Kim #define ACPI_VAR_ARGS                   ACPI_UINT32_MAX
161a9f12690SJung-uk Kim 
162a9f12690SJung-uk Kim 
163a9f12690SJung-uk Kim #define ACPI_PARSE_DELETE_TREE          0x0001
164a9f12690SJung-uk Kim #define ACPI_PARSE_NO_TREE_DELETE       0x0000
165a9f12690SJung-uk Kim #define ACPI_PARSE_TREE_MASK            0x0001
166a9f12690SJung-uk Kim 
167a9f12690SJung-uk Kim #define ACPI_PARSE_LOAD_PASS1           0x0010
168a9f12690SJung-uk Kim #define ACPI_PARSE_LOAD_PASS2           0x0020
169a9f12690SJung-uk Kim #define ACPI_PARSE_EXECUTE              0x0030
170a9f12690SJung-uk Kim #define ACPI_PARSE_MODE_MASK            0x0030
171a9f12690SJung-uk Kim 
172a9f12690SJung-uk Kim #define ACPI_PARSE_DEFERRED_OP          0x0100
173a9f12690SJung-uk Kim #define ACPI_PARSE_DISASSEMBLE          0x0200
174a9f12690SJung-uk Kim 
175d6dd1baeSJung-uk Kim #define ACPI_PARSE_MODULE_LEVEL         0x0400
176a9f12690SJung-uk Kim 
177a9f12690SJung-uk Kim /******************************************************************************
178a9f12690SJung-uk Kim  *
179a9f12690SJung-uk Kim  * Parser interfaces
180a9f12690SJung-uk Kim  *
181a9f12690SJung-uk Kim  *****************************************************************************/
182a9f12690SJung-uk Kim 
183a371a5fdSJung-uk Kim extern const UINT8      AcpiGbl_ShortOpIndex[];
184a371a5fdSJung-uk Kim extern const UINT8      AcpiGbl_LongOpIndex[];
185a371a5fdSJung-uk Kim 
186a9f12690SJung-uk Kim 
187a9f12690SJung-uk Kim /*
188a9f12690SJung-uk Kim  * psxface - Parser external interfaces
189a9f12690SJung-uk Kim  */
190a9f12690SJung-uk Kim ACPI_STATUS
191a9f12690SJung-uk Kim AcpiPsExecuteMethod (
192a9f12690SJung-uk Kim     ACPI_EVALUATE_INFO      *Info);
193a9f12690SJung-uk Kim 
194493deb39SJung-uk Kim ACPI_STATUS
195493deb39SJung-uk Kim AcpiPsExecuteTable (
196493deb39SJung-uk Kim     ACPI_EVALUATE_INFO      *Info);
197493deb39SJung-uk Kim 
198a9f12690SJung-uk Kim 
199a9f12690SJung-uk Kim /*
200a9f12690SJung-uk Kim  * psargs - Parse AML opcode arguments
201a9f12690SJung-uk Kim  */
202a9f12690SJung-uk Kim UINT8 *
203a9f12690SJung-uk Kim AcpiPsGetNextPackageEnd (
204a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState);
205a9f12690SJung-uk Kim 
206a9f12690SJung-uk Kim char *
207a9f12690SJung-uk Kim AcpiPsGetNextNamestring (
208a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState);
209a9f12690SJung-uk Kim 
210a9f12690SJung-uk Kim void
211a9f12690SJung-uk Kim AcpiPsGetNextSimpleArg (
212a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
213a9f12690SJung-uk Kim     UINT32                  ArgType,
214a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Arg);
215a9f12690SJung-uk Kim 
216a9f12690SJung-uk Kim ACPI_STATUS
217a9f12690SJung-uk Kim AcpiPsGetNextNamepath (
218a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
219a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
220a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Arg,
221f8146b88SJung-uk Kim     BOOLEAN                 PossibleMethodCall);
222f8146b88SJung-uk Kim 
223f8146b88SJung-uk Kim /* Values for BOOLEAN above */
224f8146b88SJung-uk Kim 
225f8146b88SJung-uk Kim #define ACPI_NOT_METHOD_CALL            FALSE
226f8146b88SJung-uk Kim #define ACPI_POSSIBLE_METHOD_CALL       TRUE
227a9f12690SJung-uk Kim 
228a9f12690SJung-uk Kim ACPI_STATUS
229a9f12690SJung-uk Kim AcpiPsGetNextArg (
230a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
231a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
232a9f12690SJung-uk Kim     UINT32                  ArgType,
233a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       **ReturnArg);
234a9f12690SJung-uk Kim 
235a9f12690SJung-uk Kim 
236a9f12690SJung-uk Kim /*
237a9f12690SJung-uk Kim  * psfind
238a9f12690SJung-uk Kim  */
239a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
240a9f12690SJung-uk Kim AcpiPsFindName (
241a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Scope,
242a9f12690SJung-uk Kim     UINT32                  Name,
243a9f12690SJung-uk Kim     UINT32                  Opcode);
244a9f12690SJung-uk Kim 
245a9f12690SJung-uk Kim ACPI_PARSE_OBJECT*
246a9f12690SJung-uk Kim AcpiPsGetParent (
247a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
248a9f12690SJung-uk Kim 
249a9f12690SJung-uk Kim 
250a9f12690SJung-uk Kim /*
251efcc2a30SJung-uk Kim  * psobject - support for parse object processing
252efcc2a30SJung-uk Kim  */
253efcc2a30SJung-uk Kim ACPI_STATUS
254efcc2a30SJung-uk Kim AcpiPsBuildNamedOp (
255efcc2a30SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
256efcc2a30SJung-uk Kim     UINT8                   *AmlOpStart,
257efcc2a30SJung-uk Kim     ACPI_PARSE_OBJECT       *UnnamedOp,
258efcc2a30SJung-uk Kim     ACPI_PARSE_OBJECT       **Op);
259efcc2a30SJung-uk Kim 
260efcc2a30SJung-uk Kim ACPI_STATUS
261efcc2a30SJung-uk Kim AcpiPsCreateOp (
262efcc2a30SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
263efcc2a30SJung-uk Kim     UINT8                   *AmlOpStart,
264efcc2a30SJung-uk Kim     ACPI_PARSE_OBJECT       **NewOp);
265efcc2a30SJung-uk Kim 
266efcc2a30SJung-uk Kim ACPI_STATUS
267efcc2a30SJung-uk Kim AcpiPsCompleteOp (
268efcc2a30SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
269efcc2a30SJung-uk Kim     ACPI_PARSE_OBJECT       **Op,
270efcc2a30SJung-uk Kim     ACPI_STATUS             Status);
271efcc2a30SJung-uk Kim 
272efcc2a30SJung-uk Kim ACPI_STATUS
273efcc2a30SJung-uk Kim AcpiPsCompleteFinalOp (
274efcc2a30SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
275efcc2a30SJung-uk Kim     ACPI_PARSE_OBJECT       *Op,
276efcc2a30SJung-uk Kim     ACPI_STATUS             Status);
277efcc2a30SJung-uk Kim 
278efcc2a30SJung-uk Kim 
279efcc2a30SJung-uk Kim /*
280efcc2a30SJung-uk Kim  * psopinfo - AML Opcode information
281a9f12690SJung-uk Kim  */
282a9f12690SJung-uk Kim const ACPI_OPCODE_INFO *
283a9f12690SJung-uk Kim AcpiPsGetOpcodeInfo (
284a9f12690SJung-uk Kim     UINT16                  Opcode);
285a9f12690SJung-uk Kim 
286f8146b88SJung-uk Kim const char *
287a9f12690SJung-uk Kim AcpiPsGetOpcodeName (
288a9f12690SJung-uk Kim     UINT16                  Opcode);
289a9f12690SJung-uk Kim 
290a9f12690SJung-uk Kim UINT8
291a9f12690SJung-uk Kim AcpiPsGetArgumentCount (
292a9f12690SJung-uk Kim     UINT32                  OpType);
293a9f12690SJung-uk Kim 
294a9f12690SJung-uk Kim 
295a9f12690SJung-uk Kim /*
296a9f12690SJung-uk Kim  * psparse - top level parsing routines
297a9f12690SJung-uk Kim  */
298a9f12690SJung-uk Kim ACPI_STATUS
299a9f12690SJung-uk Kim AcpiPsParseAml (
300a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState);
301a9f12690SJung-uk Kim 
302a9f12690SJung-uk Kim UINT32
303a9f12690SJung-uk Kim AcpiPsGetOpcodeSize (
304a9f12690SJung-uk Kim     UINT32                  Opcode);
305a9f12690SJung-uk Kim 
306a9f12690SJung-uk Kim UINT16
307a9f12690SJung-uk Kim AcpiPsPeekOpcode (
308a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *state);
309a9f12690SJung-uk Kim 
310a9f12690SJung-uk Kim ACPI_STATUS
311a9f12690SJung-uk Kim AcpiPsCompleteThisOp (
312a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
313a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
314a9f12690SJung-uk Kim 
315a9f12690SJung-uk Kim ACPI_STATUS
316a9f12690SJung-uk Kim AcpiPsNextParseState (
317a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
318a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op,
319a9f12690SJung-uk Kim     ACPI_STATUS             CallbackStatus);
320a9f12690SJung-uk Kim 
321a9f12690SJung-uk Kim 
322a9f12690SJung-uk Kim /*
323a9f12690SJung-uk Kim  * psloop - main parse loop
324a9f12690SJung-uk Kim  */
325a9f12690SJung-uk Kim ACPI_STATUS
326a9f12690SJung-uk Kim AcpiPsParseLoop (
327a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState);
328a9f12690SJung-uk Kim 
329a9f12690SJung-uk Kim 
330a9f12690SJung-uk Kim /*
331a9f12690SJung-uk Kim  * psscope - Scope stack management routines
332a9f12690SJung-uk Kim  */
333a9f12690SJung-uk Kim ACPI_STATUS
334a9f12690SJung-uk Kim AcpiPsInitScope (
335a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
336a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Root);
337a9f12690SJung-uk Kim 
338a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
339a9f12690SJung-uk Kim AcpiPsGetParentScope (
340a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *state);
341a9f12690SJung-uk Kim 
342a9f12690SJung-uk Kim BOOLEAN
343a9f12690SJung-uk Kim AcpiPsHasCompletedScope (
344a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState);
345a9f12690SJung-uk Kim 
346a9f12690SJung-uk Kim void
347a9f12690SJung-uk Kim AcpiPsPopScope (
348a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
349a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       **Op,
350a9f12690SJung-uk Kim     UINT32                  *ArgList,
351a9f12690SJung-uk Kim     UINT32                  *ArgCount);
352a9f12690SJung-uk Kim 
353a9f12690SJung-uk Kim ACPI_STATUS
354a9f12690SJung-uk Kim AcpiPsPushScope (
355a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *ParserState,
356a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op,
357a9f12690SJung-uk Kim     UINT32                  RemainingArgs,
358a9f12690SJung-uk Kim     UINT32                  ArgCount);
359a9f12690SJung-uk Kim 
360a9f12690SJung-uk Kim void
361a9f12690SJung-uk Kim AcpiPsCleanupScope (
362a9f12690SJung-uk Kim     ACPI_PARSE_STATE        *state);
363a9f12690SJung-uk Kim 
364a9f12690SJung-uk Kim 
365a9f12690SJung-uk Kim /*
366a9f12690SJung-uk Kim  * pstree - parse tree manipulation routines
367a9f12690SJung-uk Kim  */
368a9f12690SJung-uk Kim void
369a9f12690SJung-uk Kim AcpiPsAppendArg(
370a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op,
371a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *arg);
372a9f12690SJung-uk Kim 
373a9f12690SJung-uk Kim ACPI_PARSE_OBJECT*
374a9f12690SJung-uk Kim AcpiPsFind (
375a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Scope,
376a9f12690SJung-uk Kim     char                    *Path,
377a9f12690SJung-uk Kim     UINT16                  Opcode,
378a9f12690SJung-uk Kim     UINT32                  Create);
379a9f12690SJung-uk Kim 
380a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
381a9f12690SJung-uk Kim AcpiPsGetArg(
382a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op,
383a9f12690SJung-uk Kim     UINT32                   argn);
384a9f12690SJung-uk Kim 
385a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
386a9f12690SJung-uk Kim AcpiPsGetDepthNext (
387a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Origin,
388a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
389a9f12690SJung-uk Kim 
390a9f12690SJung-uk Kim 
391a9f12690SJung-uk Kim /*
392a9f12690SJung-uk Kim  * pswalk - parse tree walk routines
393a9f12690SJung-uk Kim  */
394a9f12690SJung-uk Kim ACPI_STATUS
395a9f12690SJung-uk Kim AcpiPsWalkParsedAml (
396a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *StartOp,
397a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *EndOp,
398a9f12690SJung-uk Kim     ACPI_OPERAND_OBJECT     *MthDesc,
399a9f12690SJung-uk Kim     ACPI_NAMESPACE_NODE     *StartNode,
400a9f12690SJung-uk Kim     ACPI_OPERAND_OBJECT     **Params,
401a9f12690SJung-uk Kim     ACPI_OPERAND_OBJECT     **CallerReturnDesc,
402a9f12690SJung-uk Kim     ACPI_OWNER_ID           OwnerId,
403a9f12690SJung-uk Kim     ACPI_PARSE_DOWNWARDS    DescendingCallback,
404a9f12690SJung-uk Kim     ACPI_PARSE_UPWARDS      AscendingCallback);
405a9f12690SJung-uk Kim 
406a9f12690SJung-uk Kim ACPI_STATUS
407a9f12690SJung-uk Kim AcpiPsGetNextWalkOp (
408a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
409a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op,
410a9f12690SJung-uk Kim     ACPI_PARSE_UPWARDS      AscendingCallback);
411a9f12690SJung-uk Kim 
412a9f12690SJung-uk Kim ACPI_STATUS
413a9f12690SJung-uk Kim AcpiPsDeleteCompletedOp (
414a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState);
415a9f12690SJung-uk Kim 
416a9f12690SJung-uk Kim void
417a9f12690SJung-uk Kim AcpiPsDeleteParseTree (
418a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *root);
419a9f12690SJung-uk Kim 
420a9f12690SJung-uk Kim 
421a9f12690SJung-uk Kim /*
422a9f12690SJung-uk Kim  * psutils - parser utilities
423a9f12690SJung-uk Kim  */
424a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
425a9f12690SJung-uk Kim AcpiPsCreateScopeOp (
426fe0f0bbbSJung-uk Kim     UINT8                   *Aml);
427a9f12690SJung-uk Kim 
428a9f12690SJung-uk Kim void
429a9f12690SJung-uk Kim AcpiPsInitOp (
430a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op,
431a9f12690SJung-uk Kim     UINT16                  opcode);
432a9f12690SJung-uk Kim 
433a9f12690SJung-uk Kim ACPI_PARSE_OBJECT *
434a9f12690SJung-uk Kim AcpiPsAllocOp (
435fe0f0bbbSJung-uk Kim     UINT16                  Opcode,
436fe0f0bbbSJung-uk Kim     UINT8                   *Aml);
437a9f12690SJung-uk Kim 
438a9f12690SJung-uk Kim void
439a9f12690SJung-uk Kim AcpiPsFreeOp (
440a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
441a9f12690SJung-uk Kim 
442a9f12690SJung-uk Kim BOOLEAN
443a9f12690SJung-uk Kim AcpiPsIsLeadingChar (
444a9f12690SJung-uk Kim     UINT32                  c);
445a9f12690SJung-uk Kim 
446a9f12690SJung-uk Kim UINT32
447a9f12690SJung-uk Kim AcpiPsGetName(
448a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op);
449a9f12690SJung-uk Kim 
450a9f12690SJung-uk Kim void
451a9f12690SJung-uk Kim AcpiPsSetName(
452a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op,
453a9f12690SJung-uk Kim     UINT32                  name);
454a9f12690SJung-uk Kim 
455a9f12690SJung-uk Kim 
456a9f12690SJung-uk Kim /*
457a9f12690SJung-uk Kim  * psdump - display parser tree
458a9f12690SJung-uk Kim  */
459a9f12690SJung-uk Kim UINT32
460a9f12690SJung-uk Kim AcpiPsSprintPath (
461a9f12690SJung-uk Kim     char                    *BufferStart,
462a9f12690SJung-uk Kim     UINT32                  BufferSize,
463a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
464a9f12690SJung-uk Kim 
465a9f12690SJung-uk Kim UINT32
466a9f12690SJung-uk Kim AcpiPsSprintOp (
467a9f12690SJung-uk Kim     char                    *BufferStart,
468a9f12690SJung-uk Kim     UINT32                  BufferSize,
469a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
470a9f12690SJung-uk Kim 
471a9f12690SJung-uk Kim void
472a9f12690SJung-uk Kim AcpiPsShow (
473a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *op);
474a9f12690SJung-uk Kim 
475a9f12690SJung-uk Kim 
476a9f12690SJung-uk Kim #endif /* __ACPARSER_H__ */
477