• Home
  • Raw
  • Download

Lines Matching refs:update_lock

296 	struct mutex update_lock;  member
374 mutex_lock(&data->update_lock); in lm85_update_device()
546 mutex_unlock(&data->update_lock); in lm85_update_device()
582 mutex_lock(&data->update_lock); in fan_min_store()
585 mutex_unlock(&data->update_lock); in fan_min_store()
704 mutex_lock(&data->update_lock); in pwm_store()
707 mutex_unlock(&data->update_lock); in pwm_store()
766 mutex_lock(&data->update_lock); in pwm_enable_store()
773 mutex_unlock(&data->update_lock); in pwm_enable_store()
807 mutex_lock(&data->update_lock); in pwm_freq_store()
827 mutex_unlock(&data->update_lock); in pwm_freq_store()
873 mutex_lock(&data->update_lock); in in_min_store()
876 mutex_unlock(&data->update_lock); in in_min_store()
901 mutex_lock(&data->update_lock); in in_max_store()
904 mutex_unlock(&data->update_lock); in in_max_store()
969 mutex_lock(&data->update_lock); in temp_min_store()
972 mutex_unlock(&data->update_lock); in temp_min_store()
1001 mutex_lock(&data->update_lock); in temp_max_store()
1004 mutex_unlock(&data->update_lock); in temp_max_store()
1043 mutex_lock(&data->update_lock); in pwm_auto_channels_store()
1048 mutex_unlock(&data->update_lock); in pwm_auto_channels_store()
1074 mutex_lock(&data->update_lock); in pwm_auto_pwm_min_store()
1078 mutex_unlock(&data->update_lock); in pwm_auto_pwm_min_store()
1106 mutex_lock(&data->update_lock); in pwm_auto_pwm_minctl_store()
1113 mutex_unlock(&data->update_lock); in pwm_auto_pwm_minctl_store()
1154 mutex_lock(&data->update_lock); in temp_auto_temp_off_store()
1165 mutex_unlock(&data->update_lock); in temp_auto_temp_off_store()
1192 mutex_lock(&data->update_lock); in temp_auto_temp_min_store()
1205 mutex_unlock(&data->update_lock); in temp_auto_temp_min_store()
1234 mutex_lock(&data->update_lock); in temp_auto_temp_max_store()
1242 mutex_unlock(&data->update_lock); in temp_auto_temp_max_store()
1269 mutex_lock(&data->update_lock); in temp_auto_temp_crit_store()
1273 mutex_unlock(&data->update_lock); in temp_auto_temp_crit_store()
1565 mutex_init(&data->update_lock); in lm85_probe()