Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/power/supply/
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-5.19.10/drivers/iio/adc/
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-5.19.10/include/linux/mfd/
Dda903x.h116 int vbat_low; member
/linux-5.19.10/arch/arm/mach-pxa/
Dcm-x300.c717 .vbat_low = 3600,