Home
last modified time | relevance | path

Searched refs:abx500_res_to_temp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/power/
H A Dab8500.h10 extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
13 extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[];
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dab8500_bmdata.c15 const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[] = {
37 const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[] = {
136 static const struct abx500_res_to_temp temp_tbl[] = {
H A Dab8500_btemp.c428 const struct abx500_res_to_temp *tbl, int tbl_size, int res) in ab8500_btemp_res_to_temp()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dabx500.h51 struct abx500_res_to_temp { struct
186 const struct abx500_res_to_temp *r_to_t_tbl;
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dab8500.c40 const struct abx500_res_to_temp *temp_tbl;
65 const struct abx500_res_to_temp *tbl = cfg->temp_tbl; in ab8500_voltage_to_temp()