Lines Matching defs:info
937 struct acpi_db_execute_walk info;
939 info.count = 0;
940 info.max_count = ACPI_UINT32_MAX;
943 info.max_count = strtoul(count_arg, NULL, 0);
951 (void *)&info, NULL);
954 info.count);
977 struct acpi_db_execute_walk *info =
1008 /* Get the object info for number of method parameters */
1023 arg_type_list = predefined->info.argument_list;
1098 info->count++;
1099 if (info->count >= info->max_count) {