Searched refs:BL_CORE_FBBLANK (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dbacklight.h254 * The state is a bitmask. BL_CORE_FBBLANK is set when the display
267 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
370 bd->props.state &= ~BL_CORE_FBBLANK;
386 bd->props.state |= BL_CORE_FBBLANK;
407 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK);
/linux-master/drivers/video/backlight/
H A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) ||
H A Dpandora_bl.c48 if (bl->props.state & BL_CORE_FBBLANK)
H A Dbacklight.c120 bd->props.state &= ~BL_CORE_FBBLANK;
127 bd->props.state |= BL_CORE_FBBLANK;
H A Dlp855x_bl.c245 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c527 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK));
/linux-master/drivers/auxdisplay/
H A Dht16k33.c292 bl->props.state & BL_CORE_FBBLANK)
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2129 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))

Completed in 151 milliseconds