Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dbacklight.c82 bool fb_on, bool prev_fb_on) in backlight_notify_blank() argument
91 if (fb_on && (!prev_fb_on || !bd->use_count)) { in backlight_notify_blank()
96 } else if (!fb_on && prev_fb_on && bd->use_count) { in backlight_notify_blank()
105 void backlight_notify_blank_all(struct device *display_dev, bool fb_on, bool prev_fb_on) in backlight_notify_blank_all() argument
112 backlight_notify_blank(bd, display_dev, fb_on, prev_fb_on); in backlight_notify_blank_all()