Searched refs:ParamCount (Results 1 – 19 of 19) sorted by relevance
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsxfeval.c | 294 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL() 304 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL() 321 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL() 325 Info->ParamCount, in ACPI_EXPORT_SYMBOL() 332 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL() 336 Info->ParamCount, in ACPI_EXPORT_SYMBOL() 341 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL() 348 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL() 364 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL() 382 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL() [all …]
|
| A D | nseval.c | 155 Info->ParamCount = 0; in AcpiNsEvaluate() 158 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate() 160 Info->ParamCount++; in AcpiNsEvaluate() 165 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in AcpiNsEvaluate() 169 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in AcpiNsEvaluate() 171 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in AcpiNsEvaluate() 187 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate() 303 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount, in AcpiNsEvaluate()
|
| A D | nsarguments.c | 90 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) in AcpiNsCheckArgumentTypes() 180 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance() 257 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
|
| A D | nsxfname.c | 321 UINT8 ParamCount= 0; in AcpiGetObjectInfo() local 356 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo() 549 Info->ParamCount = ParamCount; in AcpiGetObjectInfo() 702 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL()
|
| A D | nsaccess.c | 169 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize() 176 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
|
| A D | nsdump.c | 330 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbinput.c | 758 UINT32 ParamCount; in AcpiDbCommandDispatch() local 772 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch() 788 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch() 791 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch() 933 if (ParamCount == 0) in AcpiDbCommandDispatch() 942 else if (ParamCount == 2) in AcpiDbCommandDispatch()
|
| A D | dbobject.c | 562 AcpiUtGetNodeName (Node), ObjDesc->Method.ParamCount); in AcpiDbDecodeArguments()
|
| A D | dbexec.c | 366 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk()
|
| A D | dbdisply.c | 422 (UINT32) ObjDesc->Method.ParamCount, in AcpiDbDisplayMethodInfo()
|
| /third_party/lib/acpica/source/common/ |
| A D | adwalk.c | 761 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local 892 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp() 903 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
|
| A D | dmextern.c | 941 ObjDesc->Method.ParamCount = (UINT8) External->Value; in AcpiDmAddExternalsToNamespace()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acstruct.h | 218 UINT16 ParamCount; /* Count of the input argument list */ member
|
| A D | acobject.h | 214 UINT8 ParamCount; member
|
| A D | actypes.h | 1261 UINT8 ParamCount; /* If a method, required parameter count */ member
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psargs.c | 345 Node, MethodDesc->Method.ParamCount)); in AcpiPsGetNextNamepath() 349 WalkState->ArgCount = MethodDesc->Method.ParamCount; in AcpiPsGetNextNamepath()
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | excreate.c | 544 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
|
| A D | exdump.c | 147 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"}, 867 ObjDesc->Method.ParamCount, in AcpiExDumpOperand()
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsmethod.c | 608 for (i = 0; i < ObjDesc->Method.ParamCount; i++) in AcpiDsCallControlMethod()
|
Completed in 31 milliseconds