Home
last modified time | relevance | path

Searched refs:BL_CORE_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dbacklight.h231 #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ macro
355 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
/linux/drivers/video/backlight/
H A Dpandora_bl.c49 if (bl->props.state & BL_CORE_SUSPENDED) in pandora_backlight_update_status()
H A Dlp8788_bl.c63 if (bl_dev->props.state & BL_CORE_SUSPENDED) in lp8788_bl_update_status()
H A Dbacklight.c283 bd->props.state |= BL_CORE_SUSPENDED; in backlight_suspend()
297 bd->props.state &= ~BL_CORE_SUSPENDED; in backlight_resume()
H A Dlp855x_bl.c245 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()