Searched refs:LCD_FLAG_D (Results 1 – 1 of 1) sorted by relevance
35 #define LCD_FLAG_D 0x0010 /* Display on */ macro232 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init_display()275 ((priv->flags & LCD_FLAG_D) ? LCD_CMD_DISPLAY_ON : 0) | in charlcd_init_display()384 priv->flags |= LCD_FLAG_D; in handle_lcd_special_code()388 priv->flags &= ~LCD_FLAG_D; in handle_lcd_special_code()560 (LCD_FLAG_B | LCD_FLAG_C | LCD_FLAG_D)) in handle_lcd_special_code()564 ((priv->flags & LCD_FLAG_D) ? LCD_CMD_DISPLAY_ON : 0) | in handle_lcd_special_code()