Searched refs:LCD_FLAG_D (Results 1 – 1 of 1) sorted by relevance
33 #define LCD_FLAG_D 0x0010 /* Display on */ macro230 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init_display()273 ((priv->flags & LCD_FLAG_D) ? LCD_CMD_DISPLAY_ON : 0) | in charlcd_init_display()362 priv->flags |= LCD_FLAG_D; in handle_lcd_special_code()366 priv->flags &= ~LCD_FLAG_D; in handle_lcd_special_code()533 (LCD_FLAG_B | LCD_FLAG_C | LCD_FLAG_D)) in handle_lcd_special_code()537 ((priv->flags & LCD_FLAG_D) ? LCD_CMD_DISPLAY_ON : 0) | in handle_lcd_special_code()