Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbacklight.h247 #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ macro
384 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
/linux/drivers/video/backlight/
H A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
H A Dpandora_bl.c50 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.c329 bd->props.state |= BL_CORE_SUSPENDED; in backlight_suspend()
343 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()
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2129 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()