Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
A Dhd44780_common.c99 hdc->hd44780_common_flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | in hd44780_common_init_display()
134 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_init_display()
259 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_set_function()
282 hdc->hd44780_common_flags |= LCD_FLAG_N; in hd44780_common_lines()
284 hdc->hd44780_common_flags &= ~LCD_FLAG_N; in hd44780_common_lines()
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()
A Dcharlcd.h16 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ macro

Completed in 5 milliseconds