Home
last modified time | relevance | path

Searched refs:LCD_FLAG_B (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()
156 ((hdc->hd44780_common_flags & LCD_FLAG_B) ? in hd44780_common_init_display()
214 ((hdc->hd44780_common_flags & LCD_FLAG_B) ? in hd44780_common_set_mode()
251 hdc->hd44780_common_flags |= LCD_FLAG_B; in hd44780_common_blink()
253 hdc->hd44780_common_flags &= ~LCD_FLAG_B; in hd44780_common_blink()
H A Dcharlcd.c237 priv->flags |= LCD_FLAG_B; in handle_lcd_special_code()
244 priv->flags &= ~LCD_FLAG_B; in handle_lcd_special_code()
338 LCD_FLAG_C | LCD_FLAG_B; in handle_lcd_special_code()
570 LCD_FLAG_C | LCD_FLAG_B; in charlcd_init()
H A Dcharlcd.h12 #define LCD_FLAG_B 0x0004 /* Blink on */ macro