Searched refs:LCD_FLAG_D (Results 1 – 3 of 3) sorted by relevance
108 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()
211 priv->flags |= LCD_FLAG_D; in handle_lcd_special_code()218 priv->flags &= ~LCD_FLAG_D; in handle_lcd_special_code()339 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in handle_lcd_special_code()570 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init()
14 #define LCD_FLAG_D 0x0010 /* Display on */ macro