Home
last modified time | relevance | path

Searched refs:LCD_FLAG_N (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcharlcd.c35 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ macro
230 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init_display()
264 ((priv->flags & LCD_FLAG_N) ? LCD_CMD_TWO_LINES : 0)); in charlcd_init_display()
406 priv->flags &= ~LCD_FLAG_N; in handle_lcd_special_code()
410 priv->flags |= LCD_FLAG_N; in handle_lcd_special_code()
541 else if ((oldflags ^ priv->flags) & (LCD_FLAG_F | LCD_FLAG_N)) in handle_lcd_special_code()
546 ((priv->flags & LCD_FLAG_N) ? LCD_CMD_TWO_LINES : 0)); in handle_lcd_special_code()

Completed in 3 milliseconds