Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbacklight.h267 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
370 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable()
386 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()
407 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
/Linux-v6.6/drivers/video/backlight/
Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
Dpandora_bl.c48 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
Dbacklight.c120 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
127 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
Dlp855x_bl.c245 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/Linux-v6.6/drivers/staging/olpc_dcon/
Dolpc_dcon.c527 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/Linux-v6.6/drivers/auxdisplay/
Dht16k33.c322 bl->props.state & BL_CORE_FBBLANK) in ht16k33_bl_update_status()
/Linux-v6.6/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c2127 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()