Searched refs:LCD_FLAG_L (Results 1 – 3 of 3) sorted by relevance
80 if (!(priv->flags & LCD_FLAG_L)) in charlcd_bl_off()97 if (!priv->bl_tempo && !(priv->flags & LCD_FLAG_L)) in charlcd_poke()251 priv->flags |= LCD_FLAG_L; in handle_lcd_special_code()258 priv->flags &= ~LCD_FLAG_L; in handle_lcd_special_code()
17 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro
152 (hdc->hd44780_common_flags & LCD_FLAG_L) ? 1 : 0); in hd44780_common_init_display()
Completed in 8 milliseconds