Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dipaq_micro_bl.c27 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
H A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
H A Dpandora_bl.c48 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
H A Dbacklight.c120 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
127 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
H A Daat2870_bl.c74 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status()
H A Darcxcnn_bl.c136 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in arcxcnn_bl_update_status()
H A Dlp855x_bl.c267 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-asus-z00t-tm5p5-n35596.c223 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in tm5p5_nt35596_bl_update_status()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dparade-ps8622.c330 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_backlight.c356 backlight->props.state & BL_CORE_FBBLANK) in rockchip_drm_backlight_update_status()
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dht16k33.c201 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/displays/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c529 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dcompal-laptop.c329 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2130 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()