btemp_high        641 drivers/mfd/ab8500-gpadc.c 	int btemp_high, btemp_low;
btemp_high        825 drivers/mfd/ab8500-gpadc.c 		btemp_high = (((gpadc_cal[2] & 0x01) << 9) |
btemp_high        829 drivers/mfd/ab8500-gpadc.c 		gpadc->cal_data[ADC_INPUT_BTEMP].otp_calib_hi = (u16)btemp_high;
btemp_high        833 drivers/mfd/ab8500-gpadc.c 			CALIB_SCALE * (1300 - 21) / (btemp_high - btemp_low);
btemp_high        835 drivers/mfd/ab8500-gpadc.c 			(CALIB_SCALE * (1300 - 21) / (btemp_high - btemp_low))
btemp_high        836 drivers/mfd/ab8500-gpadc.c 			* btemp_high;
btemp_high         60 drivers/power/supply/ab8500_btemp.c 	bool btemp_high;
btemp_high        651 drivers/power/supply/ab8500_btemp.c 		di->events.btemp_high = false;
btemp_high        673 drivers/power/supply/ab8500_btemp.c 	di->events.btemp_high = true;
btemp_high        697 drivers/power/supply/ab8500_btemp.c 	di->events.btemp_high = false;
btemp_high        719 drivers/power/supply/ab8500_btemp.c 	di->events.btemp_high = false;
btemp_high        771 drivers/power/supply/ab8500_btemp.c 		} else if (di->events.btemp_high) {