Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/auxdisplay/
Dhd44780_common.c140 ((hdc->hd44780_common_flags & LCD_FLAG_F) ? in hd44780_common_init_display()
265 ((hdc->hd44780_common_flags & LCD_FLAG_F) ? in hd44780_common_set_function()
276 hdc->hd44780_common_flags |= LCD_FLAG_F; in hd44780_common_fontsize()
278 hdc->hd44780_common_flags &= ~LCD_FLAG_F; in hd44780_common_fontsize()
Dcharlcd.h15 #define LCD_FLAG_F 0x0020 /* Large font mode */ macro
Dcharlcd.c271 priv->flags &= ~LCD_FLAG_F; in handle_lcd_special_code()
278 priv->flags |= LCD_FLAG_F; in handle_lcd_special_code()