Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/auxdisplay/
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()
Dcharlcd.c285 priv->flags &= ~LCD_FLAG_N; in handle_lcd_special_code()
292 priv->flags |= LCD_FLAG_N; in handle_lcd_special_code()
339 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in handle_lcd_special_code()
570 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init()
Dcharlcd.h16 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ macro