Lines Matching refs:param_count
229 info->param_count = (u16)external_params->count; in ACPI_EXPORT_SYMBOL()
233 if (info->param_count > ACPI_METHOD_NUM_ARGS) { in ACPI_EXPORT_SYMBOL()
237 info->param_count, in ACPI_EXPORT_SYMBOL()
240 info->param_count = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
248 param_count + in ACPI_EXPORT_SYMBOL()
257 for (i = 0; i < info->param_count; i++) { in ACPI_EXPORT_SYMBOL()
268 info->parameters[info->param_count] = NULL; in ACPI_EXPORT_SYMBOL()
282 if (info->obj_desc->method.param_count > info->param_count) { in ACPI_EXPORT_SYMBOL()
285 info->param_count, in ACPI_EXPORT_SYMBOL()
286 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
292 else if (info->obj_desc->method.param_count < info->param_count) { in ACPI_EXPORT_SYMBOL()
295 info->param_count, in ACPI_EXPORT_SYMBOL()
296 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
300 info->param_count = info->obj_desc->method.param_count; in ACPI_EXPORT_SYMBOL()
307 if (info->param_count) { in ACPI_EXPORT_SYMBOL()
314 param_count + in ACPI_EXPORT_SYMBOL()
324 for (i = 0; i < info->param_count; i++) { in ACPI_EXPORT_SYMBOL()
334 info->parameters[info->param_count] = NULL; in ACPI_EXPORT_SYMBOL()
342 if (info->param_count) { in ACPI_EXPORT_SYMBOL()
345 info->param_count)); in ACPI_EXPORT_SYMBOL()