Home
last modified time | relevance | path

Searched refs:LCD_FLAG_L (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcharlcd.c36 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro
126 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()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dcharlcd.c80 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()
H A Dcharlcd.h17 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro
H A Dhd44780_common.c160 (hdc->hd44780_common_flags & LCD_FLAG_L) ? 1 : 0); in hd44780_common_init_display()

Completed in 4 milliseconds