Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dab8500.c49 struct ab8500_btemp *btemp; member
91 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()
93 *temp = ab8500_btemp_get_batctrl_temp(ab8500_data->btemp); in ab8500_read_sensor()
178 ab8500_data->btemp = ab8500_btemp_get(); in abx500_hwmon_init()
179 if (IS_ERR(ab8500_data->btemp)) in abx500_hwmon_init()
180 return PTR_ERR(ab8500_data->btemp); in abx500_hwmon_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ab8500/
H A Dbtemp.txt3 The properties below describes the node for btemp driver.
6 - compatible = Shall be: "stericsson,ab8500-btemp"
11 compatible = "stericsson,ab8500-btemp";
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dab8500.txt21 ab8500-btemp : : : Battery Temperature
30 ab8500-btemp : : vtvout : Battery Temperature
71 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|
80 ab8500-btemp : io-channels "btemp_ball" and "bat_ctrl" for measuring the
206 compatible = "stericsson,ab8500-btemp";
/OK3568_Linux_fs/kernel/include/linux/mfd/abx500/
H A Dab8500-bm.h464 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);
465 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dab8500_btemp.c801 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp) in ab8500_btemp_get_batctrl_temp() argument
803 return btemp->bat_temp * 1000; in ab8500_btemp_get_batctrl_temp()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-ab8505.dtsi107 compatible = "stericsson,ab8500-btemp";
H A Dste-ab8500.dtsi143 compatible = "stericsson,ab8500-btemp";