Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dhd44780_common.c108 LCD_FLAG_D | LCD_FLAG_C | LCD_FLAG_B; in hd44780_common_init_display()
152 ((hdc->hd44780_common_flags & LCD_FLAG_D) ? in hd44780_common_init_display()
210 ((hdc->hd44780_common_flags & LCD_FLAG_D) ? in hd44780_common_set_mode()
223 hdc->hd44780_common_flags |= LCD_FLAG_D; in hd44780_common_display()
225 hdc->hd44780_common_flags &= ~LCD_FLAG_D; in hd44780_common_display()
H A 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()
H A Dcharlcd.h14 #define LCD_FLAG_D 0x0010 /* Display on */ macro