Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dab8500_bmdata.c15 const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[] = { variable
32 EXPORT_SYMBOL(ab8500_temp_tbl_a_thermistor);
34 const int ab8500_temp_tbl_a_size = ARRAY_SIZE(ab8500_temp_tbl_a_thermistor);
242 .n_temp_tbl_elements = ARRAY_SIZE(ab8500_temp_tbl_a_thermistor),
243 .r_to_t_tbl = ab8500_temp_tbl_a_thermistor,
/Linux-v4.19/include/linux/power/
Dab8500.h10 extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
/Linux-v4.19/drivers/hwmon/
Dab8500.c180 ab8500_data->cfg.temp_tbl = ab8500_temp_tbl_a_thermistor; in abx500_hwmon_init()