Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
A Dhd44780_common.c132 ((hdc->hd44780_common_flags & LCD_FLAG_F) ? in hd44780_common_init_display()
257 ((hdc->hd44780_common_flags & LCD_FLAG_F) ? in hd44780_common_set_function()
268 hdc->hd44780_common_flags |= LCD_FLAG_F; in hd44780_common_fontsize()
270 hdc->hd44780_common_flags &= ~LCD_FLAG_F; in hd44780_common_fontsize()
A Dcharlcd.h15 #define LCD_FLAG_F 0x0020 /* Large font mode */ macro
A Dcharlcd.c269 priv->flags &= ~LCD_FLAG_F; in handle_lcd_special_code()
276 priv->flags |= LCD_FLAG_F; in handle_lcd_special_code()

Completed in 5 milliseconds