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