Lines Matching refs:config_mutex
127 struct mutex config_mutex; member
460 mutex_lock(&test_dev->config_mutex); in config_show()
491 mutex_unlock(&test_dev->config_mutex); in config_show()
526 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
550 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
640 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
642 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
653 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
659 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
667 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
673 mutex_lock(config_mutex); in config_test_show_str()
675 mutex_unlock(config_mutex); in config_test_show_str()
687 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_driver_show()
700 mutex_lock(&test_dev->config_mutex); in config_test_fs_store()
706 mutex_unlock(&test_dev->config_mutex); in config_test_fs_store()
718 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_fs_show()
730 mutex_lock(&test_dev->config_mutex); in trigger_config_run_type()
746 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
752 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
846 mutex_lock(&test_dev->config_mutex); in reset_store()
860 mutex_unlock(&test_dev->config_mutex); in reset_store()
880 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
892 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
896 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
917 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
919 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
936 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_int()
938 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_int()
949 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_int()
951 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_int()
962 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_uint()
964 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_uint()
1060 mutex_lock(&test_dev->config_mutex); in kmod_config_init()
1062 mutex_unlock(&test_dev->config_mutex); in kmod_config_init()
1077 mutex_init(&test_dev->config_mutex); in alloc_test_dev_kmod()
1199 mutex_lock(&test_dev->config_mutex); in unregister_test_dev_kmod()
1206 mutex_unlock(&test_dev->config_mutex); in unregister_test_dev_kmod()