Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dhd44780_common.c107 hdc->hd44780_common_flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | in hd44780_common_init_display()
142 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_init_display()
267 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_set_function()
290 hdc->hd44780_common_flags |= LCD_FLAG_N; in hd44780_common_lines()
292 hdc->hd44780_common_flags &= ~LCD_FLAG_N; in hd44780_common_lines()
H A Dcharlcd.c283 priv->flags &= ~LCD_FLAG_N; in handle_lcd_special_code()
290 priv->flags |= LCD_FLAG_N; in handle_lcd_special_code()
337 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in handle_lcd_special_code()
569 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init()
H A Dcharlcd.h16 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ macro