BL_CORE_FBBLANK   202 drivers/auxdisplay/ht16k33.c 	    bl->props.state & BL_CORE_FBBLANK || brightness == 0) {
BL_CORE_FBBLANK   336 drivers/gpu/drm/bridge/parade-ps8622.c 	    bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK   115 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c 		backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED);
BL_CORE_FBBLANK   120 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c 		backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED;
BL_CORE_FBBLANK    55 drivers/gpu/drm/panel/panel-lvds.c 		lvds->backlight->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK   101 drivers/gpu/drm/panel/panel-lvds.c 		lvds->backlight->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK    67 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c 		wuxga_nt->backlight->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK   147 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c 		wuxga_nt->backlight->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK   133 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 		p->backlight->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK   201 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 		p->backlight->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK   240 drivers/gpu/drm/panel/panel-simple.c 		p->backlight->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK   310 drivers/gpu/drm/panel/panel-simple.c 		p->backlight->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK   327 drivers/gpu/drm/panel/panel-sitronix-st7789v.c 		ctx->backlight->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK   344 drivers/gpu/drm/panel/panel-sitronix-st7789v.c 		ctx->backlight->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK   329 drivers/platform/x86/compal-laptop.c 		&&    !(b->props.state & BL_CORE_FBBLANK));
BL_CORE_FBBLANK   529 drivers/staging/olpc_dcon/olpc_dcon.c 		dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK));
BL_CORE_FBBLANK    74 drivers/video/backlight/aat2870_bl.c 			(bd->props.state & BL_CORE_FBBLANK) ||
BL_CORE_FBBLANK   136 drivers/video/backlight/arcxcnn_bl.c 	if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK   116 drivers/video/backlight/as3711_bl.c 	    bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK    69 drivers/video/backlight/backlight.c 					bd->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK    77 drivers/video/backlight/backlight.c 					bd->props.state |= BL_CORE_FBBLANK;
BL_CORE_FBBLANK    88 drivers/video/backlight/bd6107.c 	    backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK    26 drivers/video/backlight/generic_bl.c 	if (bd->props.state & BL_CORE_FBBLANK)
BL_CORE_FBBLANK    36 drivers/video/backlight/gpio_backlight.c 	    bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK    27 drivers/video/backlight/ipaq_micro_bl.c 	if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED))
BL_CORE_FBBLANK   267 drivers/video/backlight/lp855x_bl.c 	if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK    53 drivers/video/backlight/lv5207lp.c 	    backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK    46 drivers/video/backlight/ot200_bl.c 	if (bl->props.state & BL_CORE_FBBLANK)
BL_CORE_FBBLANK    48 drivers/video/backlight/pandora_bl.c 	if (bl->props.state & BL_CORE_FBBLANK)
BL_CORE_FBBLANK    55 drivers/video/backlight/pcf50633-backlight.c 	if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) ||
BL_CORE_FBBLANK    91 drivers/video/backlight/pm8941-wled.c 	    bl->props.state & BL_CORE_FBBLANK)
BL_CORE_FBBLANK   117 drivers/video/backlight/pwm_bl.c 	    bl->props.state & BL_CORE_FBBLANK)
BL_CORE_FBBLANK  2130 drivers/video/fbdev/sh_mobile_lcdcfb.c 	    bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
BL_CORE_FBBLANK   147 include/linux/backlight.h 	bd->props.state &= ~BL_CORE_FBBLANK;
BL_CORE_FBBLANK   163 include/linux/backlight.h 	bd->props.state |= BL_CORE_FBBLANK;