ab8500_temp_tbl_a_thermistor  180 drivers/hwmon/ab8500.c 	ab8500_data->cfg.temp_tbl = ab8500_temp_tbl_a_thermistor;
ab8500_temp_tbl_a_thermistor   15 drivers/power/supply/ab8500_bmdata.c const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[] = {
ab8500_temp_tbl_a_thermistor   32 drivers/power/supply/ab8500_bmdata.c EXPORT_SYMBOL(ab8500_temp_tbl_a_thermistor);
ab8500_temp_tbl_a_thermistor   34 drivers/power/supply/ab8500_bmdata.c const int ab8500_temp_tbl_a_size = ARRAY_SIZE(ab8500_temp_tbl_a_thermistor);
ab8500_temp_tbl_a_thermistor  242 drivers/power/supply/ab8500_bmdata.c 		.n_temp_tbl_elements = ARRAY_SIZE(ab8500_temp_tbl_a_thermistor),
ab8500_temp_tbl_a_thermistor  243 drivers/power/supply/ab8500_bmdata.c 		.r_to_t_tbl = ab8500_temp_tbl_a_thermistor,
ab8500_temp_tbl_a_thermistor   10 include/linux/power/ab8500.h extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];