Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dipaq_micro_bl.c29 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
Dgeneric_bl.c33 if (bd->props.state & BL_CORE_FBBLANK) in genericbl_send_intensity()
Dpandora_bl.c47 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
Dpcf50633-backlight.c64 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
Dot200_bl.c49 if (bl->props.state & BL_CORE_FBBLANK) in ot200_backlight_update_status()
Dlv5207lp.c56 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lv5207lp_backlight_update_status()
Dgpio_backlight.c38 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in gpio_backlight_update_status()
Dbd6107.c91 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in bd6107_backlight_update_status()
Dbacklight.c62 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
70 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
Daat2870_bl.c87 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status()
Dpwm_bl.c100 bl->props.state & BL_CORE_FBBLANK) in pwm_backlight_update_status()
Das3711_bl.c121 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in as3711_bl_update_status()
Dlp855x_bl.c261 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
/linux-4.1.27/include/linux/
Dbacklight.h85 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
/linux-4.1.27/drivers/gpu/drm/bridge/
Dps8622.c345 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/linux-4.1.27/drivers/staging/olpc_dcon/
Dolpc_dcon.c532 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/linux-4.1.27/drivers/platform/x86/
Dcompal-laptop.c340 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c2284 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()