Lines Matching defs:elem_count
515 u32 elem_count;
521 elem_count = wobj->package.count;
522 if (elem_count != last_prop + 1)
582 u32 elem_count;
600 elem_count = wobj->package.count;
601 if (elem_count <= HP_WMI_PROPERTY_SIZE ||
602 elem_count > HP_WMI_MAX_PROPERTIES)
626 if (elem_count < last_prop - !is_new + 1)
629 count = elem_count - (last_prop - !is_new);
631 for (i = 0; i < elem_count && prop <= last_prop; i++, prop++) {
652 for (j = 0; i + 1 < elem_count && j + 1 < count; j++) {