Home
last modified time | relevance | path

Searched refs:new_font (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/console/
H A Dsticon.c180 struct sti_rom_font *new_font; in sticon_set_font() local
191 new_font = kmalloc(sizeof(*new_font) + size, STI_LOWMEM); in sticon_set_font()
192 if (!new_font) in sticon_set_font()
195 new_font->first_char = 0; in sticon_set_font()
196 new_font->last_char = op->charcount - 1; in sticon_set_font()
197 new_font->width = w; in sticon_set_font()
198 new_font->height = h; in sticon_set_font()
199 new_font->font_type = STI_FONT_HPROMAN8; in sticon_set_font()
200 new_font in sticon_set_font()
[all...]
/kernel/linux/linux-6.6/drivers/video/console/
H A Dsticon.c179 struct sti_rom_font *new_font; in sticon_set_font() local
190 new_font = kmalloc(sizeof(*new_font) + size, STI_LOWMEM); in sticon_set_font()
191 if (!new_font) in sticon_set_font()
194 new_font->first_char = 0; in sticon_set_font()
195 new_font->last_char = op->charcount - 1; in sticon_set_font()
196 new_font->width = w; in sticon_set_font()
197 new_font->height = h; in sticon_set_font()
198 new_font->font_type = STI_FONT_HPROMAN8; in sticon_set_font()
199 new_font in sticon_set_font()
[all...]

Completed in 2 milliseconds