Lines Matching refs:pmu_battery_count
181 int pmu_battery_count;
517 pmu_battery_count = 1;
524 pmu_battery_count = 2;
535 pmu_battery_count = (prim_info[6] >> 16) & 0xff;
537 if (pmu_battery_count > 1)
549 for (i=0; i<pmu_battery_count; i++) {
832 pmu_cur_battery = (pmu_cur_battery + 1) % pmu_battery_count;
856 ((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0) || pmu_battery_count == 0);
857 seq_printf(m, "Battery count : %d\n", pmu_battery_count);
1440 if (pmu_battery_count) {
1449 if (pmu_battery_count)
2661 EXPORT_SYMBOL(pmu_battery_count);