Searched refs:charge_raw (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/power/
H A Dds2780_battery.c347 u16 charge_raw; ds2780_get_charge_now() local
357 ret = ds2780_read16(dev_info, &charge_raw, DS2780_RAAC_MSB_REG); ds2780_get_charge_now()
361 *charge_now = charge_raw * 1600; ds2780_get_charge_now()
H A Dds2781_battery.c349 u16 charge_raw; ds2781_get_charge_now() local
359 ret = ds2781_read16(dev_info, &charge_raw, DS2781_RAAC_MSB); ds2781_get_charge_now()
363 *charge_now = charge_raw * 1600; ds2781_get_charge_now()

Completed in 72 milliseconds