Searched refs:LCD_FLAG_L (Results 1 – 3 of 3) sorted by relevance
82 if (!(priv->flags & LCD_FLAG_L)) in charlcd_bl_off()99 if (!priv->bl_tempo && !(priv->flags & LCD_FLAG_L)) in charlcd_poke()253 priv->flags |= LCD_FLAG_L; in handle_lcd_special_code()260 priv->flags &= ~LCD_FLAG_L; in handle_lcd_special_code()
17 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro
160 (hdc->hd44780_common_flags & LCD_FLAG_L) ? 1 : 0); in hd44780_common_init_display()