Lines Matching defs:count
207 u32 count;
222 * Get the count and size of the returned _CIDs. _CID can return either
228 count = obj_desc->package.count;
232 count = 1;
237 for (i = 0; i < count; i++) {
266 (count * sizeof(struct acpi_pnp_device_id)) + string_area_size;
277 ((acpi_size)count * sizeof(struct acpi_pnp_device_id));
281 for (i = 0; i < count; i++) {
303 cid_list->count = count;
340 u32 count;
358 count = obj_desc->package.count;
361 if (count > 0
365 if (count > 1
369 if (count > 2