Lines Matching refs:ParamCount
267 Info->ParamCount = (UINT16) ExternalParams->Count; in ACPI_EXPORT_SYMBOL()
271 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in ACPI_EXPORT_SYMBOL()
275 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in ACPI_EXPORT_SYMBOL()
277 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
285 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
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()
326 Info->ObjDesc->Method.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()
337 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL()
341 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
348 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
355 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
364 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
374 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
382 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
386 Info->ParamCount)); in ACPI_EXPORT_SYMBOL()