Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mfd/abx500/
Dab8500-bm.h465 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/Linux-v5.10/drivers/power/supply/
Dab8500_btemp.c757 int ab8500_btemp_get_temp(struct ab8500_btemp *di) in ab8500_btemp_get_temp() function
793 EXPORT_SYMBOL(ab8500_btemp_get_temp);
839 val->intval = ab8500_btemp_get_temp(di); in ab8500_btemp_get_property()
/Linux-v5.10/drivers/hwmon/
Dab8500.c91 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()