Lines Matching refs:last_prop
510 const acpi_object_type property_map[], int last_prop)
522 if (elem_count != last_prop + 1)
526 for (prop = 0; prop <= last_prop; prop++) {
583 int last_prop;
609 last_prop = HP_WMI_PROPERTY_RATE_UNITS;
614 last_prop = HP_WMI_PROPERTY_CURRENT_READING;
624 * reduce the value of last_prop by 1 when doing arithmetic with it.
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++) {
671 if (prop != last_prop + 1)
816 int last_prop = HP_WMI_PROPERTY_RATE_UNITS;
841 last_prop = HP_WMI_PROPERTY_CURRENT_READING;
843 for (; prop <= last_prop; prop++) {
1007 int last_prop = HP_WMI_PLATFORM_EVENTS_PROPERTY_POSSIBLE_STATUS;
1021 for (; prop <= last_prop; prop++, element++) {