Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/console/
H A Dsticon.c176 new_font = kmalloc(sizeof(*new_font) + size, STI_LOWMEM); in sticon_set_font()
177 if (!new_font) in sticon_set_font()
180 new_font->first_char = 0; in sticon_set_font()
182 new_font->width = w; in sticon_set_font()
183 new_font->height = h; in sticon_set_font()
187 new_font->underline_pos = 0; in sticon_set_font()
191 kfree(new_font); in sticon_set_font()
194 cooked_font->raw = new_font; in sticon_set_font()
201 p += sizeof(*new_font); in sticon_set_font()
207 FNTCRC(cooked_font) = crc32(0, new_font, size + sizeof(*new_font)); in sticon_set_font()
[all …]