Lines Matching refs:ParamCount
402 Info->ParamCount = (UINT16) ExternalParams->Count; in ACPI_EXPORT_SYMBOL()
406 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in ACPI_EXPORT_SYMBOL()
410 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in ACPI_EXPORT_SYMBOL()
412 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
420 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
429 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL()
459 Info->ParamCount, in ACPI_EXPORT_SYMBOL()
460 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL()
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL()
470 Info->ParamCount, in ACPI_EXPORT_SYMBOL()
471 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL()
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
482 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
489 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
498 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
508 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
516 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
520 Info->ParamCount)); in ACPI_EXPORT_SYMBOL()