Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/video/backlight/
Dipaq_micro_bl.c27 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
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()
Daat2870_bl.c74 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_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()
Darcxcnn_bl.c136 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in arcxcnn_bl_update_status()
Dlp855x_bl.c267 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-asus-z00t-tm5p5-n35596.c223 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in tm5p5_nt35596_bl_update_status()
/Linux-v5.10/drivers/gpu/drm/bridge/
Dparade-ps8622.c330 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/Linux-v5.10/drivers/auxdisplay/
Dht16k33.c202 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()
/Linux-v5.10/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c115 backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED); in dsicm_bl_power()
120 backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED; in dsicm_bl_power()
/Linux-v5.10/drivers/staging/olpc_dcon/
Dolpc_dcon.c529 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/Linux-v5.10/drivers/platform/x86/
Dcompal-laptop.c329 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()
/Linux-v5.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c2130 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()