Searched refs:LCD_FLAG_L (Results 1 – 1 of 1) sorted by relevance
36 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro126 if (!(priv->flags & LCD_FLAG_L)) in charlcd_bl_off()143 if (!priv->bl_tempo && !(priv->flags & LCD_FLAG_L)) in charlcd_poke()277 charlcd_backlight(lcd, (priv->flags & LCD_FLAG_L) ? 1 : 0); in charlcd_init_display()386 priv->flags |= LCD_FLAG_L; in handle_lcd_special_code()390 priv->flags &= ~LCD_FLAG_L; in handle_lcd_special_code()548 else if ((oldflags ^ priv->flags) & LCD_FLAG_L) in handle_lcd_special_code()549 charlcd_backlight(lcd, !!(priv->flags & LCD_FLAG_L)); in handle_lcd_special_code()