Home
last modified time | relevance | path

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

/linux/include/linux/
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()
/linux/drivers/video/backlight/
A Dipaq_micro_bl.c27 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
A Dpandora_bl.c48 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
A Daat2870_bl.c74 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status()
A Dbacklight.c120 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
127 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
A Darcxcnn_bl.c136 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in arcxcnn_bl_update_status()
A Dlp855x_bl.c267 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/linux/drivers/gpu/drm/panel/
A Dpanel-dsi-cm.c90 backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED); in dsicm_bl_power()
95 backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED; in dsicm_bl_power()
A Dpanel-asus-z00t-tm5p5-n35596.c223 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in tm5p5_nt35596_bl_update_status()
/linux/drivers/gpu/drm/bridge/
A Dparade-ps8622.c330 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/linux/drivers/staging/olpc_dcon/
A Dolpc_dcon.c530 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/linux/drivers/platform/x86/
A Dcompal-laptop.c329 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()
/linux/drivers/auxdisplay/
A Dht16k33.c322 bl->props.state & BL_CORE_FBBLANK) in ht16k33_bl_update_status()
/linux/drivers/video/fbdev/
A Dsh_mobile_lcdcfb.c2127 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()

Completed in 35 milliseconds