Lines Matching refs:Parameters
176 * PARAMETERS: MethodName - Valid ACPI name string
219 * PARAMETERS: Info - Method info block, contains:
222 * Parameters - List of parameters to pass to the method,
224 * NULL if no parameters are being passed.
270 * The caller "owns" the parameters, so give each one an extra reference
359 /* Take away the extra reference that we gave the parameters above */
391 * PARAMETERS: Info - Method info block, contains:
488 * PARAMETERS: Info - See ACPI_EVALUATE_INFO
489 * (Used: ParameterType and Parameters)
506 if (Info->Parameters)
510 for (i = 0; Info->Parameters[i]; i++)
515 Info->Parameters[i], Action);