Searched refs:ab8500_temp_tbl_a_thermistor (Results 1 – 3 of 3) sorted by relevance
15 const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[] = { variable32 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,
10 extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
180 ab8500_data->cfg.temp_tbl = ab8500_temp_tbl_a_thermistor; in abx500_hwmon_init()