Home
last modified time | relevance | path

Searched refs:BL_CORE_FBBLANK (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dbacklight.h85 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
139 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable()
155 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()
/linux-4.19.296/drivers/auxdisplay/
Dht16k33.c201 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()