Searched refs:thermal_data (Results 1 – 1 of 1) sorted by relevance
211 struct pmic_thermal_data *thermal_data; in pmic_thermal_probe() local226 thermal_data = (struct pmic_thermal_data *) in pmic_thermal_probe()228 if (!thermal_data) { in pmic_thermal_probe()256 for (i = 0; i < thermal_data->num_maps; i++) { in pmic_thermal_probe()257 for (j = 0; j < thermal_data->maps[i].num_trips; j++) { in pmic_thermal_probe()258 reg = thermal_data->maps[i].trip_config[j].irq_en; in pmic_thermal_probe()259 mask = thermal_data->maps[i].trip_config[j].irq_en_mask; in pmic_thermal_probe()