Lines Matching refs:update_lock
63 struct mutex update_lock; member
140 mutex_lock(&data->update_lock); in tc654_update_client()
183 mutex_unlock(&data->update_lock); in tc654_update_client()
240 mutex_lock(&data->update_lock); in fan_min_store()
246 mutex_unlock(&data->update_lock); in fan_min_store()
315 mutex_lock(&data->update_lock); in fan_pulses_store()
321 mutex_unlock(&data->update_lock); in fan_pulses_store()
350 mutex_lock(&data->update_lock); in pwm_mode_store()
359 mutex_unlock(&data->update_lock); in pwm_mode_store()
388 mutex_lock(&data->update_lock); in _set_pwm()
406 mutex_unlock(&data->update_lock); in _set_pwm()
527 mutex_init(&data->update_lock); in tc654_probe()