Lines Matching refs:config_mutex

123 	struct mutex config_mutex;  member
456 mutex_lock(&test_dev->config_mutex); in config_show()
487 mutex_unlock(&test_dev->config_mutex); in config_show()
522 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
546 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
636 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
638 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
649 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
655 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
663 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
669 mutex_lock(config_mutex); in config_test_show_str()
671 mutex_unlock(config_mutex); in config_test_show_str()
683 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_driver_show()
696 mutex_lock(&test_dev->config_mutex); in config_test_fs_store()
702 mutex_unlock(&test_dev->config_mutex); in config_test_fs_store()
714 return config_test_show_str(&test_dev->config_mutex, buf, in config_test_fs_show()
726 mutex_lock(&test_dev->config_mutex); in trigger_config_run_type()
742 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
748 mutex_unlock(&test_dev->config_mutex); in trigger_config_run_type()
842 mutex_lock(&test_dev->config_mutex); in reset_store()
856 mutex_unlock(&test_dev->config_mutex); in reset_store()
876 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
888 mutex_unlock(&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()
913 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
915 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
932 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_int()
934 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_int()
945 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_int()
947 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_int()
958 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_uint()
960 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_uint()
1056 mutex_lock(&test_dev->config_mutex); in kmod_config_init()
1058 mutex_unlock(&test_dev->config_mutex); in kmod_config_init()
1073 mutex_init(&test_dev->config_mutex); in alloc_test_dev_kmod()
1195 mutex_lock(&test_dev->config_mutex); in unregister_test_dev_kmod()
1202 mutex_unlock(&test_dev->config_mutex); in unregister_test_dev_kmod()