Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/console/
H A Dsticon.c189 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); 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()
209 new_font = cooked_font->raw_ptr; in sticon_set_font()
216 kfree(cooked_font); in sticon_set_font()
220 cooked_font = font_data[i]; in sticon_set_font()
235 FNTREFCOUNT(cooked_font)++; in sticon_set_font()
[all …]
/linux-6.15/drivers/video/
H A Dsticore.c561 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()
562 if (!cooked_font) { in sti_select_fbfont()
567 cooked_font->raw = nf; in sti_select_fbfont()
568 cooked_font->raw_ptr = nf; in sti_select_fbfont()
573 return cooked_font; in sti_select_fbfont()
681 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
682 if (!cooked_font) in sti_cook_fonts()
690 cooked_font->raw = raw_font; in sti_cook_fonts()
695 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
696 if (!cooked_font->next_font) in sti_cook_fonts()
[all …]