Home
last modified time | relevance | path

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

/openbmc/linux/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()