Searched refs:BL_CORE_SUSPENDED (Results 1 – 7 of 7) sorted by relevance
266 #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ macro407 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
50 if (bl->props.state & BL_CORE_SUSPENDED) in pandora_backlight_update_status()
329 bd->props.state |= BL_CORE_SUSPENDED; in backlight_suspend()343 bd->props.state &= ~BL_CORE_SUSPENDED; in backlight_resume()
164 if (bl_dev->props.state & BL_CORE_SUSPENDED) in lp8788_bl_update_status()
249 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
2129 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()
Completed in 12 milliseconds