Lines Matching refs:update_lock
143 struct mutex update_lock; member
172 mutex_lock(&data->update_lock); in amc6821_update_device()
263 mutex_unlock(&data->update_lock); in amc6821_update_device()
289 mutex_lock(&data->update_lock); in temp_store()
295 mutex_unlock(&data->update_lock); in temp_store()
363 mutex_lock(&data->update_lock); in pwm1_store()
366 mutex_unlock(&data->update_lock); in pwm1_store()
388 mutex_lock(&data->update_lock); in pwm1_enable_store()
420 mutex_unlock(&data->update_lock); in pwm1_enable_store()
513 mutex_lock(&data->update_lock); in temp_auto_point_temp_store()
550 mutex_unlock(&data->update_lock); in temp_auto_point_temp_store()
566 mutex_lock(&data->update_lock); in pwm1_auto_point_pwm_store()
588 mutex_unlock(&data->update_lock); in pwm1_auto_point_pwm_store()
624 mutex_lock(&data->update_lock); in fan_store()
638 mutex_unlock(&data->update_lock); in fan_store()
660 mutex_lock(&data->update_lock); in fan1_div_store()
687 mutex_unlock(&data->update_lock); in fan1_div_store()
915 mutex_init(&data->update_lock); in amc6821_probe()