Lines Matching refs:thermal_lock
53 struct mutex thermal_lock; /* protects register data */ member
84 mutex_lock(&data->thermal_lock); in hisi_thermal_get_sensor_temp()
104 mutex_unlock(&data->thermal_lock); in hisi_thermal_get_sensor_temp()
114 mutex_lock(&data->thermal_lock); in hisi_thermal_enable_bind_irq_sensor()
143 mutex_unlock(&data->thermal_lock); in hisi_thermal_enable_bind_irq_sensor()
148 mutex_lock(&data->thermal_lock); in hisi_thermal_disable_sensor()
155 mutex_unlock(&data->thermal_lock); in hisi_thermal_disable_sensor()
177 mutex_lock(&data->thermal_lock); in hisi_thermal_get_temp()
179 mutex_unlock(&data->thermal_lock); in hisi_thermal_get_temp()
222 mutex_lock(&data->thermal_lock); in hisi_thermal_alarm_irq_thread()
227 mutex_unlock(&data->thermal_lock); in hisi_thermal_alarm_irq_thread()
293 mutex_init(&data->thermal_lock); in hisi_thermal_probe()