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()
887 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
899 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
903 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_sync()
924 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
926 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_uint_range()
943 mutex_lock(&test_dev->config_mutex); in test_dev_config_update_int()
945 mutex_unlock(&test_dev->config_mutex); in test_dev_config_update_int()
956 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_int()
958 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_int()
969 mutex_lock(&test_dev->config_mutex); in test_dev_config_show_uint()
971 mutex_unlock(&test_dev->config_mutex); in test_dev_config_show_uint()
1067 mutex_lock(&test_dev->config_mutex); in kmod_config_init()
1069 mutex_unlock(&test_dev->config_mutex); in kmod_config_init()
1084 mutex_init(&test_dev->config_mutex); in alloc_test_dev_kmod()
1205 mutex_lock(&test_dev->config_mutex); in unregister_test_dev_kmod()
1212 mutex_unlock(&test_dev->config_mutex); in unregister_test_dev_kmod()