Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbacklight.h266 #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ macro
407 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
/linux-6.3-rc2/drivers/video/backlight/
A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
A Dpandora_bl.c50 if (bl->props.state & BL_CORE_SUSPENDED) in pandora_backlight_update_status()
A Dbacklight.c329 bd->props.state |= BL_CORE_SUSPENDED; in backlight_suspend()
343 bd->props.state &= ~BL_CORE_SUSPENDED; in backlight_resume()
A Dlp8788_bl.c164 if (bl_dev->props.state & BL_CORE_SUSPENDED) in lp8788_bl_update_status()
A Dlp855x_bl.c249 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/linux-6.3-rc2/drivers/video/fbdev/
A Dsh_mobile_lcdcfb.c2129 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()

Completed in 12 milliseconds