Lines Matching refs:config_mutex
134 struct mutex config_mutex; member
467 mutex_lock(&test_dev->config_mutex); in config_show()
498 mutex_unlock(&test_dev->config_mutex); in config_show()
533 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
557 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
647 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
649 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
660 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
666 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
674 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
680 mutex_lock(config_mutex); in config_test_show_str()
682 mutex_unlock(config_mutex); in config_test_show_str()
694 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_driver_show()
707 mutex_lock(&test_dev->config_mutex); in config_test_fs_store()
713 mutex_unlock(&test_dev->config_mutex); in config_test_fs_store()
725 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_fs_show()
737 mutex_lock(&test_dev->config_mutex); in trigger_config_run_type()
753 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
759 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
853 mutex_lock(&test_dev->config_mutex); in reset_store()
867 mutex_unlock(&test_dev->config_mutex); in reset_store()
890 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
902 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
906 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
927 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
929 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
949 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_int()
951 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_int()
962 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_int()
964 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_int()
975 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_uint()
977 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_uint()
1073 mutex_lock(&test_dev->config_mutex); in kmod_config_init()
1075 mutex_unlock(&test_dev->config_mutex); in kmod_config_init()
1090 mutex_init(&test_dev->config_mutex); in alloc_test_dev_kmod()
1211 mutex_lock(&test_dev->config_mutex); in unregister_test_dev_kmod()
1218 mutex_unlock(&test_dev->config_mutex); in unregister_test_dev_kmod()