Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/auxdisplay/
Dhd44780_common.c100 LCD_FLAG_D | LCD_FLAG_C | LCD_FLAG_B; in hd44780_common_init_display()
144 ((hdc->hd44780_common_flags & LCD_FLAG_D) ? in hd44780_common_init_display()
202 ((hdc->hd44780_common_flags & LCD_FLAG_D) ? in hd44780_common_set_mode()
215 hdc->hd44780_common_flags |= LCD_FLAG_D; in hd44780_common_display()
217 hdc->hd44780_common_flags &= ~LCD_FLAG_D; in hd44780_common_display()
Dcharlcd.c209 priv->flags |= LCD_FLAG_D; in handle_lcd_special_code()
216 priv->flags &= ~LCD_FLAG_D; in handle_lcd_special_code()
337 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in handle_lcd_special_code()
569 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init()
Dcharlcd.h14 #define LCD_FLAG_D 0x0010 /* Display on */ macro