Lines Matching +full:gpio +full:- +full:activelow

4  * Module Name: aslcompiler.l - Flex/lex input file
12 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
29 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
105 * re-exports any such software from a foreign destination, Licensee shall
106 * ensure that the distribution and export/re-export of the software is in
109 * any of its subsidiaries will export/re-export any technical data, process,
131 * 3. Neither the names of the above-listed copyright holders nor the names
163 * flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
165 * -i: Scanner must be case-insensitive
195 LeadNameChar [A-Za-z_]
196 DigitChar [0-9]
197 ErrorCode [(][ ]*[1-9][0-9][0-9][0-9][ ]*[)]
198 OctalChar [0-7]
199 HexDigitChar [A-Fa-f0-9]
203 NameChar [A-Za-z_0-9]
238 "-" { count (3); return (PARSEOP_EXP_SUBTRACT); }
252 "--" { count (3); return (PARSEOP_EXP_DECREMENT); }
259 "-=" { count (3); return (PARSEOP_EXP_SUB_EQ); }
282 [0-9][a-zA-Z0-9]* { count (1); AslCompilerlval.i = UtDoConstant ((char *) AslCompilertex…
290 * here in the main iASL lexer - simply set the line number and
501 /* AccessAttribKeyword: Legacy synonyms for above (pre-ACPI 5.0) */
520 /* AddressingModeKeyword: Mode - Resource Descriptors (ACPI 5.0) */
537 /* ByteLengthKeyword: Bits per Byte - Resource Descriptors (ACPI 5.0) */
555 /* DecodeKeyword: Type of Memory Decoding - Resource Descriptors */
560 /* DmaTypeKeyword: DMA Types - DMA Resource Descriptor */
567 /* EndianKeyword: Endian type - Resource Descriptor (ACPI 5.0) */
588 "ActiveLow" { count (0); return (PARSEOP_INTLEVEL_ACTIVELOW); }
595 /* IoDecodeKeyword: Type of Memory Decoding - Resource Descriptors */
600 /* IoRestrictionKeyword: I/O Restriction - GPIO Resource Descriptors (ACPI 5.0) */
621 /* MaxKeyword: Max Range Type - Resource Descriptors */
626 /* MemTypeKeyword: Memory Types - Resource Descriptors */
633 /* MinKeyword: Min Range Type - Resource Descriptors */
665 /* PinConfigKeyword: Pin Configuration - GPIO Resource Descriptors (ACPI 5.0) */
688 /* RangeTypeKeyword: I/O Range Types - Resource Descriptors */
694 /* ReadWriteKeyword: Memory Access Types - Resource Descriptors */
715 /* ResourceTypeKeyword: Resource Usage - Resource Descriptors */
725 /* ShareTypeKeyword: Interrupt Sharing - Resource Descriptors */
744 /* TransferWidthKeyword: DMA Widths - Fixed DMA Resource Descriptor (ACPI 5.0) */
753 /* TranslationKeyword: Translation Density Types - Resource Descriptors */
758 /* TypeKeyword: Translation Types - Resource Descriptors */
769 /* WireModeKeyword: SPI Wire Mode - Resource Descriptors (ACPI 5.0) */