Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dsticon.c166 struct sti_cooked_font *cooked_font; in sticon_set_font() local
189 cooked_font = kzalloc_obj(*cooked_font); in sticon_set_font()
190 if (!cooked_font) { in sticon_set_font()
194 cooked_font->raw = new_font; in sticon_set_font()
195 cooked_font->raw_ptr = new_font; in sticon_set_font()
196 cooked_font->width = w; in sticon_set_font()
197 cooked_font->height = h; in sticon_set_font()
198 FNTREFCOUNT(cooked_font) = 0; /* usage counter */ in sticon_set_font()
207 FNTCRC(cooked_font) = crc32(0, new_font, size + sizeof(*new_font)); in sticon_set_font()
208 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font()
[all …]