bl_curve_mutex     61 drivers/video/fbdev/core/fbsysfs.c 	mutex_init(&info->bl_curve_mutex);
bl_curve_mutex    458 drivers/video/fbdev/core/fbsysfs.c 	mutex_lock(&fb_info->bl_curve_mutex);
bl_curve_mutex    461 drivers/video/fbdev/core/fbsysfs.c 	mutex_unlock(&fb_info->bl_curve_mutex);
bl_curve_mutex    479 drivers/video/fbdev/core/fbsysfs.c 	mutex_lock(&fb_info->bl_curve_mutex);
bl_curve_mutex    483 drivers/video/fbdev/core/fbsysfs.c 	mutex_unlock(&fb_info->bl_curve_mutex);
bl_curve_mutex    557 drivers/video/fbdev/core/fbsysfs.c 	mutex_lock(&fb_info->bl_curve_mutex);
bl_curve_mutex    568 drivers/video/fbdev/core/fbsysfs.c 	mutex_unlock(&fb_info->bl_curve_mutex);
bl_curve_mutex    467 include/linux/fb.h 	struct mutex bl_curve_mutex;