Searched refs:LCD_FLAG_L (Results 1 – 1 of 1) sorted by relevance
38 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro128 if (!(priv->flags & LCD_FLAG_L)) in charlcd_bl_off()145 if (!priv->bl_tempo && !(priv->flags & LCD_FLAG_L)) in charlcd_poke()279 charlcd_backlight(lcd, (priv->flags & LCD_FLAG_L) ? 1 : 0); in charlcd_init_display()408 priv->flags |= LCD_FLAG_L; in handle_lcd_special_code()412 priv->flags &= ~LCD_FLAG_L; in handle_lcd_special_code()575 else if ((oldflags ^ priv->flags) & LCD_FLAG_L) in handle_lcd_special_code()576 charlcd_backlight(lcd, !!(priv->flags & LCD_FLAG_L)); in handle_lcd_special_code()