Home
last modified time | relevance | path

Searched refs:fontsize (Results 1 – 6 of 6) sorted by relevance

/drivers/auxdisplay/
Dhd44780.c139 .fontsize = hd44780_common_fontsize,
195 .fontsize = hd44780_common_fontsize,
Dcharlcd.h90 int (*fontsize)(struct charlcd *lcd, enum charlcd_fontsize size); member
Dcharlcd.c271 lcd->ops->fontsize(lcd, CHARLCD_FONTSIZE_SMALL); in handle_lcd_special_code()
278 lcd->ops->fontsize(lcd, CHARLCD_FONTSIZE_LARGE); in handle_lcd_special_code()
Dlcd2s.c284 .fontsize = lcd2s_fontsize,
Dpanel.c823 .fontsize = hd44780_common_fontsize,
/drivers/staging/media/av7110/
Dav7110_hw.c709 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont() argument
713 windownr, fontsize, colorfg, colorbg); in SetFont()