Lines Matching refs:update_lock
57 struct mutex update_lock; member
161 mutex_lock(&data->update_lock); in lm95234_update_device()
200 mutex_unlock(&data->update_lock); in lm95234_update_device()
263 mutex_lock(&data->update_lock); in type_store()
271 mutex_unlock(&data->update_lock); in type_store()
306 mutex_lock(&data->update_lock); in tcrit2_store()
309 mutex_unlock(&data->update_lock); in tcrit2_store()
355 mutex_lock(&data->update_lock); in tcrit1_store()
358 mutex_unlock(&data->update_lock); in tcrit1_store()
397 mutex_lock(&data->update_lock); in tcrit1_hyst_store()
400 mutex_unlock(&data->update_lock); in tcrit1_hyst_store()
436 mutex_lock(&data->update_lock); in offset_store()
439 mutex_unlock(&data->update_lock); in offset_store()
478 mutex_lock(&data->update_lock); in update_interval_store()
481 mutex_unlock(&data->update_lock); in update_interval_store()
694 mutex_init(&data->update_lock); in lm95234_probe()