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

/linux-4.4.14/drivers/mfd/
H A Dda9052-core.c428 int tbat; da9052_adc_read_temp() local
430 tbat = da9052_reg_read(da9052, DA9052_TBAT_RES_REG); da9052_adc_read_temp()
431 if (tbat <= 0) da9052_adc_read_temp()
432 return tbat; da9052_adc_read_temp()
435 return tbat_lookup[tbat - 1]; da9052_adc_read_temp()
/linux-4.4.14/drivers/iio/adc/
H A Dda9150-gpadc.c291 DA9150_GPADC_CHANNEL_RAW(TBAT, TBAT, IIO_VOLTAGE, "tbat"),

Completed in 89 milliseconds