Searched refs:Subop (Results 1 – 1 of 1) sorted by relevance
1057 UINT32 Subop; in AcpiPsGetNextArg() local1163 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()1164 if (Subop == 0 || in AcpiPsGetNextArg()1165 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()1166 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()1167 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()1200 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()1201 if (Subop == 0 || in AcpiPsGetNextArg()1202 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()1203 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()[all …]