Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dbacklight.h79 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
/linux-2.6.39/drivers/video/backlight/
Dbacklight.c51 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
53 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
Dgeneric_bl.c33 if (bd->props.state & BL_CORE_FBBLANK) in genericbl_send_intensity()
Dpcf50633-backlight.c64 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
Dadx_bl.c41 if (bldev->props.state & BL_CORE_FBBLANK) in adx_backlight_update_status()
/linux-2.6.39/drivers/platform/x86/
Dcompal-laptop.c339 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()
/linux-2.6.39/drivers/video/
Dsh_mobile_lcdcfb.c1101 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()