Lines Matching defs:count
326 info.count = 0;
402 u32 *count = (u32 *)context;
440 /* Check that the declared argument count matches the ACPI spec */
445 (*count)++;
463 u32 count = 0;
470 (void *)&count, NULL);
472 acpi_os_printf("Found %u predefined names in the namespace\n", count);
537 info->count++;
607 info->count++;
649 /* No argument means display summary/count of all object types */
696 info.count = 0;
709 info.count, acpi_ut_get_type_name(type));
732 info.count = 0;
1004 for (i = 0; i < info->compatible_id_list.count; i++) {