Home
last modified time | relevance | path

Searched refs:ab8500_btemp_get_temp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/hwmon/
Dab8500.c88 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()
/Linux-v5.4/include/linux/mfd/abx500/
Dab8500-bm.h465 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/Linux-v5.4/drivers/power/supply/
Dab8500_btemp.c755 int ab8500_btemp_get_temp(struct ab8500_btemp *di) in ab8500_btemp_get_temp() function
791 EXPORT_SYMBOL(ab8500_btemp_get_temp);
837 val->intval = ab8500_btemp_get_temp(di); in ab8500_btemp_get_property()