Searched refs:btemp (Results 1 – 7 of 7) sorted by relevance
44 struct ab8500_btemp *btemp; member86 *temp = ab8500_btemp_get_batctrl_temp(ab8500_data->btemp); in ab8500_read_sensor()88 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()171 ab8500_data->btemp = ab8500_btemp_get(); in abx500_hwmon_init()172 if (IS_ERR(ab8500_data->btemp)) in abx500_hwmon_init()173 return PTR_ERR(ab8500_data->btemp); in abx500_hwmon_init()
3 The properties below describes the node for btemp driver.6 - compatible = Shall be: "stericsson,ab8500-btemp"11 compatible = "stericsson,ab8500-btemp";
34 'btemp' and 'batctrl' are the pins interfaced for battery temperature35 measurement, 'btemp' signal is used when NTC(negative temperature47 NTC resister is external to battery and 'btemp' signal is used
464 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);465 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
21 ab8500-btemp : : : Battery Temperature30 ab8500-btemp : : vtvout : Battery Temperature69 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|
55 compatible = "stericsson,ab8500-btemp";
799 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp) in ab8500_btemp_get_batctrl_temp() argument801 return btemp->bat_temp * 1000; in ab8500_btemp_get_batctrl_temp()