Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/power/
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[];
/Linux-v5.4/drivers/power/supply/
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[] = {
Dab8500_btemp.c426 const struct abx500_res_to_temp *tbl, int tbl_size, int res) in ab8500_btemp_res_to_temp()
/Linux-v5.4/include/linux/mfd/
Dabx500.h51 struct abx500_res_to_temp { struct
186 const struct abx500_res_to_temp *r_to_t_tbl;
/Linux-v5.4/drivers/hwmon/
Dab8500.c36 const struct abx500_res_to_temp *temp_tbl;
60 const struct abx500_res_to_temp *tbl = cfg->temp_tbl; in ab8500_voltage_to_temp()