Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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-4.4.14/include/linux/mfd/abx500/
Dab8500-bm.h466 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);
467 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/linux-4.4.14/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-4.4.14/drivers/power/
Dab8500_btemp.c126 struct ab8500_btemp *btemp; in ab8500_btemp_get() local
127 btemp = list_first_entry(&ab8500_btemp_list, struct ab8500_btemp, node); in ab8500_btemp_get()
129 return btemp; in ab8500_btemp_get()
860 int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp) in ab8500_btemp_get_batctrl_temp() argument
862 return btemp->bat_temp * 1000; in ab8500_btemp_get_batctrl_temp()
Daxp288_fuel_gauge.c503 static int fuel_gauge_get_btemp(struct axp288_fg_info *info, int *btemp) in fuel_gauge_get_btemp() argument
511 *btemp = adc_to_temp(info, raw_val); in fuel_gauge_get_btemp()
/linux-4.4.14/arch/arm/boot/dts/
Dste-dbx5x0.dtsi654 compatible = "stericsson,ab8500-btemp";