Lines Matching refs:pmu_battery_count
182 int pmu_battery_count;
528 pmu_battery_count = 1;
535 pmu_battery_count = 2;
546 pmu_battery_count = (prim_info[6] >> 16) & 0xff;
548 if (pmu_battery_count > 1)
560 for (i=0; i<pmu_battery_count; i++) {
843 pmu_cur_battery = (pmu_cur_battery + 1) % pmu_battery_count;
866 ((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0) || pmu_battery_count == 0);
867 seq_printf(m, "Battery count : %d\n", pmu_battery_count);
1449 if (pmu_battery_count) {
1458 if (pmu_battery_count)
2669 EXPORT_SYMBOL(pmu_battery_count);