Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/abx500/
Dab8500-bm.h467 int ab8500_btemp_get_temp(struct ab8500_btemp *btemp);
/linux-4.4.14/drivers/hwmon/
Dab8500.c88 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()
/linux-4.4.14/drivers/power/
Dab8500_btemp.c816 int ab8500_btemp_get_temp(struct ab8500_btemp *di) in ab8500_btemp_get_temp() function
852 EXPORT_SYMBOL(ab8500_btemp_get_temp);
898 val->intval = ab8500_btemp_get_temp(di); in ab8500_btemp_get_property()