bl_curve           85 arch/powerpc/platforms/powermac/backlight.c 			max = max((int)info->bl_curve[i], max);
bl_curve           89 arch/powerpc/platforms/powermac/backlight.c 			int diff = abs(info->bl_curve[i] - value);
bl_curve           22 drivers/macintosh/via-pmu-backlight.c static u8 bl_curve[FB_BACKLIGHT_LEVELS];
bl_curve           28 drivers/macintosh/via-pmu-backlight.c 	bl_curve[0] = off;
bl_curve           31 drivers/macintosh/via-pmu-backlight.c 		bl_curve[flat] = min;
bl_curve           35 drivers/macintosh/via-pmu-backlight.c 		bl_curve[flat + i] = min + (range * (i + 1) / count);
bl_curve           45 drivers/macintosh/via-pmu-backlight.c 		max = max((int)bl_curve[i], max);
bl_curve           49 drivers/macintosh/via-pmu-backlight.c 		int diff = abs(bl_curve[i] - value);
bl_curve           63 drivers/macintosh/via-pmu-backlight.c 	pmulevel = bl_curve[level] * FB_BACKLIGHT_MAX / MAX_PMU_LEVEL;
bl_curve         1750 drivers/video/fbdev/aty/aty128fb.c 		(info->bl_curve[level] * FB_BACKLIGHT_MAX / MAX_LEVEL);
bl_curve         2168 drivers/video/fbdev/aty/atyfb_base.c 	atylevel = info->bl_curve[level] * FB_BACKLIGHT_MAX / MAX_LEVEL;
bl_curve           32 drivers/video/fbdev/aty/radeon_backlight.c 	rlevel = pdata->rinfo->info->bl_curve[level] *
bl_curve          460 drivers/video/fbdev/core/fbsysfs.c 		fb_info->bl_curve[i] = tmp_curve[i];
bl_curve          482 drivers/video/fbdev/core/fbsysfs.c 				fb_info->bl_curve + i);
bl_curve          506 drivers/video/fbdev/core/fbsysfs.c 	__ATTR(bl_curve, S_IRUGO|S_IWUSR, show_bl_curve, store_bl_curve),
bl_curve          559 drivers/video/fbdev/core/fbsysfs.c 	fb_info->bl_curve[0] = off;
bl_curve          562 drivers/video/fbdev/core/fbsysfs.c 		fb_info->bl_curve[flat] = min;
bl_curve          566 drivers/video/fbdev/core/fbsysfs.c 		fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count);
bl_curve           36 drivers/video/fbdev/nvidia/nv_backlight.c 	nlevel = MIN_LEVEL + info->bl_curve[level] * LEVEL_STEP;
bl_curve          283 drivers/video/fbdev/riva/fbdev.c 	nlevel = MIN_LEVEL + info->bl_curve[level] * LEVEL_STEP;
bl_curve          468 include/linux/fb.h 	u8 bl_curve[FB_BACKLIGHT_LEVELS];