Home
last modified time | relevance | path

Searched refs:vbat_low (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/power/supply/
A Dda9030_battery.c78 int vbat_low; member
263 charger->thresholds.vbat_low) { in da9030_charger_check_state()
268 charger->thresholds.vbat_low); in da9030_charger_check_state()
374 if (charger->adc.vbat_res < charger->thresholds.vbat_low) { in da9030_battery_vbat_event()
418 charger->thresholds.vbat_low = in da9030_battery_convert_thresholds()
419 da9030_millivolt_to_reg(pdata->vbat_low); in da9030_battery_convert_thresholds()
454 v[0] = v[1] = charger->thresholds.vbat_low; in da9030_battery_charger_init()
/linux-6.3-rc2/drivers/iio/adc/
A Dab8500-gpadc.c675 int vbat_high, vbat_low; in ab8500_gpadc_read_calibration_data() local
875 vbat_low = ((gpadc_cal[6] & 0xFC) >> 2); in ab8500_gpadc_read_calibration_data()
878 gpadc->cal_data[AB8500_CAL_VBAT].otp_calib_lo = (u16)vbat_low; in ab8500_gpadc_read_calibration_data()
881 (4700 - 2380) / (vbat_high - vbat_low); in ab8500_gpadc_read_calibration_data()
884 (vbat_high - vbat_low)) * vbat_high; in ab8500_gpadc_read_calibration_data()
/linux-6.3-rc2/include/linux/mfd/
A Dda903x.h116 int vbat_low; member

Completed in 11 milliseconds