bl_props          395 drivers/auxdisplay/ht16k33.c 	struct backlight_properties bl_props;
bl_props          467 drivers/auxdisplay/ht16k33.c 	memset(&bl_props, 0, sizeof(struct backlight_properties));
bl_props          468 drivers/auxdisplay/ht16k33.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          469 drivers/auxdisplay/ht16k33.c 	bl_props.max_brightness = MAX_BRIGHTNESS;
bl_props          473 drivers/auxdisplay/ht16k33.c 					    &ht16k33_bl_ops, &bl_props);
bl_props          545 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	struct backlight_properties bl_props;
bl_props          591 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	memset(&bl_props, 0, sizeof(bl_props));
bl_props          592 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          593 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	bl_props.brightness = 255;
bl_props          594 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	bl_props.max_brightness = 255;
bl_props          598 drivers/gpu/drm/panel/panel-raydium-rm67191.c 							  &bl_props);
bl_props          216 drivers/staging/fbtft/fb_ssd1351.c 	struct backlight_properties bl_props = { 0, };
bl_props          218 drivers/staging/fbtft/fb_ssd1351.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          219 drivers/staging/fbtft/fb_ssd1351.c 	bl_props.power = FB_BLANK_POWERDOWN;
bl_props          223 drivers/staging/fbtft/fb_ssd1351.c 				       &bl_props);
bl_props          247 drivers/staging/fbtft/fb_watterott.c 	struct backlight_properties bl_props = { 0, };
bl_props          249 drivers/staging/fbtft/fb_watterott.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          250 drivers/staging/fbtft/fb_watterott.c 	bl_props.power = FB_BLANK_POWERDOWN;
bl_props          251 drivers/staging/fbtft/fb_watterott.c 	bl_props.max_brightness = 100;
bl_props          252 drivers/staging/fbtft/fb_watterott.c 	bl_props.brightness = DEFAULT_BRIGHTNESS;
bl_props          256 drivers/staging/fbtft/fb_watterott.c 				       &bl_props);
bl_props          182 drivers/staging/fbtft/fbtft-core.c 	struct backlight_properties bl_props = { 0, };
bl_props          190 drivers/staging/fbtft/fbtft-core.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          192 drivers/staging/fbtft/fbtft-core.c 	bl_props.power = FB_BLANK_POWERDOWN;
bl_props          198 drivers/staging/fbtft/fbtft-core.c 				       &fbtft_bl_ops, &bl_props);
bl_props          100 drivers/video/backlight/pcf50633-backlight.c 	struct backlight_properties bl_props;
bl_props          106 drivers/video/backlight/pcf50633-backlight.c 	memset(&bl_props, 0, sizeof(bl_props));
bl_props          107 drivers/video/backlight/pcf50633-backlight.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          108 drivers/video/backlight/pcf50633-backlight.c 	bl_props.max_brightness = 0x3f;
bl_props          109 drivers/video/backlight/pcf50633-backlight.c 	bl_props.power = FB_BLANK_UNBLANK;
bl_props          112 drivers/video/backlight/pcf50633-backlight.c 		bl_props.brightness = pdata->default_brightness;
bl_props          115 drivers/video/backlight/pcf50633-backlight.c 		bl_props.brightness = 0x3f;
bl_props          123 drivers/video/backlight/pcf50633-backlight.c 						&pcf50633_bl_ops, &bl_props);
bl_props          275 drivers/video/backlight/tps65217_bl.c 	struct backlight_properties bl_props;
bl_props          294 drivers/video/backlight/tps65217_bl.c 	memset(&bl_props, 0, sizeof(struct backlight_properties));
bl_props          295 drivers/video/backlight/tps65217_bl.c 	bl_props.type = BACKLIGHT_RAW;
bl_props          296 drivers/video/backlight/tps65217_bl.c 	bl_props.max_brightness = 100;
bl_props          300 drivers/video/backlight/tps65217_bl.c 						&tps65217_bl_ops, &bl_props);