Home
last modified time | relevance | path

Searched refs:btemp (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/hwmon/
Dab8500.c44 struct ab8500_btemp *btemp; member
86 *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()
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/ab8500/
Dbtemp.txt3 The properties below describes the node for btemp driver.
6 - compatible = Shall be: "stericsson,ab8500-btemp"
11 compatible = "stericsson,ab8500-btemp";
Dfg.txt34 'btemp' and 'batctrl' are the pins interfaced for battery temperature
35 measurement, 'btemp' signal is used when NTC(negative temperature
47 NTC resister is external to battery and 'btemp' signal is used
/Linux-v5.4/include/linux/mfd/abx500/
Dab8500-bm.h464 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);
465 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dab8500.txt21 ab8500-btemp : : : Battery Temperature
30 ab8500-btemp : : vtvout : Battery Temperature
69 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|
/Linux-v5.4/arch/arm/boot/dts/
Dste-ab8500.dtsi55 compatible = "stericsson,ab8500-btemp";
/Linux-v5.4/drivers/power/supply/
Dab8500_btemp.c799 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp) in ab8500_btemp_get_batctrl_temp() argument
801 return btemp->bat_temp * 1000; in ab8500_btemp_get_batctrl_temp()