Home
last modified time | relevance | path

Searched refs:LCD_FLAG_L (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/auxdisplay/
Dcharlcd.c82 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()
Dcharlcd.h17 #define LCD_FLAG_L 0x0080 /* Backlight enabled */ macro
Dhd44780_common.c160 (hdc->hd44780_common_flags & LCD_FLAG_L) ? 1 : 0); in hd44780_common_init_display()