Lines Matching refs:param_count
241 info->param_count = (u16)external_params->count; in ACPI_EXPORT_SYMBOL()
245 if (info->param_count > ACPI_METHOD_NUM_ARGS) { in ACPI_EXPORT_SYMBOL()
249 info->param_count, in ACPI_EXPORT_SYMBOL()
252 info->param_count = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
260 param_count + in ACPI_EXPORT_SYMBOL()
269 for (i = 0; i < info->param_count; i++) { in ACPI_EXPORT_SYMBOL()
280 info->parameters[info->param_count] = NULL; in ACPI_EXPORT_SYMBOL()
295 if (info->obj_desc->method.param_count > info->param_count) { in ACPI_EXPORT_SYMBOL()
298 info->param_count, in ACPI_EXPORT_SYMBOL()
299 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
305 else if (info->obj_desc->method.param_count < info->param_count) { in ACPI_EXPORT_SYMBOL()
308 info->param_count, in ACPI_EXPORT_SYMBOL()
309 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
313 info->param_count = info->obj_desc->method.param_count; in ACPI_EXPORT_SYMBOL()
320 if (info->param_count) { in ACPI_EXPORT_SYMBOL()
327 param_count + in ACPI_EXPORT_SYMBOL()
337 for (i = 0; i < info->param_count; i++) { in ACPI_EXPORT_SYMBOL()
347 info->parameters[info->param_count] = NULL; in ACPI_EXPORT_SYMBOL()
355 if (info->param_count) { in ACPI_EXPORT_SYMBOL()
358 info->param_count)); in ACPI_EXPORT_SYMBOL()