Searched full:btemp_low (Results 1 – 6 of 6) sorted by relevance
34 - const: BTEMP_LOW70 "BTEMP_LOW",
65 bool btemp_low; member364 di->events.btemp_low = true; in ab8500_btemp_templow_handler()390 di->events.btemp_low = false; in ab8500_btemp_temphigh_handler()412 di->events.btemp_low = false; in ab8500_btemp_lowmed_handler()434 di->events.btemp_low = false; in ab8500_btemp_medhigh_handler()480 if (di->events.btemp_low) { in ab8500_btemp_get_temp()626 {"BTEMP_LOW", ab8500_btemp_templow_handler},
152 bool btemp_low; member659 di->events.btemp_low = false; in ab8500_chargalg_check_temp()675 di->events.btemp_low = true; in ab8500_chargalg_check_temp()682 di->events.btemp_low = false; in ab8500_chargalg_check_temp()1317 else if (di->events.btemp_low || di->events.btemp_high) { in ab8500_chargalg_algorithm()1530 if (di->events.btemp_low) { in ab8500_chargalg_algorithm()1550 if (!di->events.btemp_low && !di->events.btemp_high) in ab8500_chargalg_algorithm()
674 int btemp_high, btemp_low; in ab8500_gpadc_read_calibration_data() local756 * btemp_low: Vin = 21mV / ADC ideal code = 16 in ab8500_gpadc_read_calibration_data()858 btemp_low = ((gpadc_cal[4] & 0x7C) >> 2); in ab8500_gpadc_read_calibration_data()861 gpadc->cal_data[AB8500_CAL_BTEMP].otp_calib_lo = (u16)btemp_low; in ab8500_gpadc_read_calibration_data()864 AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high - btemp_low); in ab8500_gpadc_read_calibration_data()866 (AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high - btemp_low)) in ab8500_gpadc_read_calibration_data()
128 "BTEMP_LOW",
156 "BTEMP_LOW",