max_charge         46 drivers/macintosh/apm_emu.c 				pmu_batteries[i].max_charge;
max_charge        763 drivers/macintosh/via-pmu.c 	pmu_batteries[pmu_cur_battery].max_charge = max;
max_charge        833 drivers/macintosh/via-pmu.c 	pmu_batteries[pmu_cur_battery].max_charge = max;
max_charge        908 drivers/macintosh/via-pmu.c 	seq_printf(m, "max_charge : %d\n", pmu_batteries[batnum].max_charge);
max_charge         41 drivers/power/supply/apm_power.c 	int max_charge;
max_charge         59 drivers/power/supply/apm_power.c 		if (bp->full.intval > bp->max_charge) {
max_charge         61 drivers/power/supply/apm_power.c 			bp->max_charge = bp->full.intval;
max_charge         94 drivers/power/supply/apm_power.c 			if (bp.max_energy > bp.max_charge * bp.full.intval)
max_charge        100 drivers/power/supply/apm_power.c 			if (bp.max_charge > bp.max_energy / bp.full.intval)
max_charge        108 drivers/power/supply/pmu_battery.c 		val->intval = pbi->max_charge * 1000; /* mWh -> µWh */
max_charge         69 include/linux/pmu.h 	unsigned int	max_charge;	/* maximum charge */