Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/auxdisplay/
Dcharlcd.c33 #define LCD_FLAG_B 0x0004 /* Blink on */ macro
233 LCD_FLAG_C | LCD_FLAG_B; in charlcd_init_display()
277 ((priv->flags & LCD_FLAG_B) ? LCD_CMD_BLINK_ON : 0)); in charlcd_init_display()
400 priv->flags |= LCD_FLAG_B; in handle_lcd_special_code()
404 priv->flags &= ~LCD_FLAG_B; in handle_lcd_special_code()
560 (LCD_FLAG_B | LCD_FLAG_C | LCD_FLAG_D)) in handle_lcd_special_code()
566 ((priv->flags & LCD_FLAG_B) ? LCD_CMD_BLINK_ON : 0)); in handle_lcd_special_code()