Searched refs:fontsize (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/memory-model/ |
D | linux-kernel.cfg | 8 fontsize 8
|
/linux-6.12.1/drivers/auxdisplay/ |
D | charlcd.h | 92 int (*fontsize)(struct charlcd *lcd, enum charlcd_fontsize size); member
|
D | hd44780.c | 139 .fontsize = hd44780_common_fontsize, 195 .fontsize = hd44780_common_fontsize,
|
D | charlcd.c | 273 lcd->ops->fontsize(lcd, CHARLCD_FONTSIZE_SMALL); in handle_lcd_special_code() 280 lcd->ops->fontsize(lcd, CHARLCD_FONTSIZE_LARGE); in handle_lcd_special_code()
|
D | lcd2s.c | 285 .fontsize = lcd2s_fontsize,
|
D | panel.c | 823 .fontsize = hd44780_common_fontsize,
|
/linux-6.12.1/drivers/staging/media/av7110/ |
D | av7110_hw.c | 698 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont() argument 702 windownr, fontsize, colorfg, colorbg); in SetFont()
|