Searched refs:fb_on (Results 1 – 1 of 1) sorted by relevance
82 bool fb_on, bool prev_fb_on) in backlight_notify_blank() argument91 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() argument112 backlight_notify_blank(bd, display_dev, fb_on, prev_fb_on); in backlight_notify_blank_all()