• Home
  • Raw
  • Download

Lines Matching refs:update_lock

261 	struct mutex update_lock;  member
326 mutex_lock(&data->update_lock); in adm1026_update_device()
463 mutex_unlock(&data->update_lock); in adm1026_update_device()
497 mutex_lock(&data->update_lock); in in_min_store()
500 mutex_unlock(&data->update_lock); in in_min_store()
525 mutex_lock(&data->update_lock); in in_max_store()
528 mutex_unlock(&data->update_lock); in in_max_store()
608 mutex_lock(&data->update_lock); in in16_min_store()
614 mutex_unlock(&data->update_lock); in in16_min_store()
637 mutex_lock(&data->update_lock); in in16_max_store()
643 mutex_unlock(&data->update_lock); in in16_max_store()
686 mutex_lock(&data->update_lock); in fan_min_store()
690 mutex_unlock(&data->update_lock); in fan_min_store()
756 mutex_lock(&data->update_lock); in fan_div_store()
777 mutex_unlock(&data->update_lock); in fan_div_store()
822 mutex_lock(&data->update_lock); in temp_min_store()
826 mutex_unlock(&data->update_lock); in temp_min_store()
852 mutex_lock(&data->update_lock); in temp_max_store()
856 mutex_unlock(&data->update_lock); in temp_max_store()
893 mutex_lock(&data->update_lock); in temp_offset_store()
897 mutex_unlock(&data->update_lock); in temp_offset_store()
949 mutex_lock(&data->update_lock); in temp_auto_point1_temp_store()
953 mutex_unlock(&data->update_lock); in temp_auto_point1_temp_store()
991 mutex_lock(&data->update_lock); in set_temp_crit_enable()
994 mutex_unlock(&data->update_lock); in set_temp_crit_enable()
1029 mutex_lock(&data->update_lock); in temp_crit_store()
1033 mutex_unlock(&data->update_lock); in temp_crit_store()
1060 mutex_lock(&data->update_lock); in analog_out_store()
1063 mutex_unlock(&data->update_lock); in analog_out_store()
1174 mutex_lock(&data->update_lock); in alarm_mask_store()
1189 mutex_unlock(&data->update_lock); in alarm_mask_store()
1214 mutex_lock(&data->update_lock); in gpio_store()
1222 mutex_unlock(&data->update_lock); in gpio_store()
1249 mutex_lock(&data->update_lock); in gpio_mask_store()
1257 mutex_unlock(&data->update_lock); in gpio_mask_store()
1284 mutex_lock(&data->update_lock); in pwm1_store()
1287 mutex_unlock(&data->update_lock); in pwm1_store()
1313 mutex_lock(&data->update_lock); in temp1_auto_point1_pwm_store()
1320 mutex_unlock(&data->update_lock); in temp1_auto_point1_pwm_store()
1355 mutex_lock(&data->update_lock); in pwm1_enable_store()
1370 mutex_unlock(&data->update_lock); in pwm1_enable_store()
1831 mutex_init(&data->update_lock); in adm1026_probe()