Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticore.c499 struct sti_cooked_font *cooked_font; in sti_select_fbfont() local
533 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()
534 if (!cooked_font) { in sti_select_fbfont()
539 cooked_font->raw = nf; in sti_select_fbfont()
540 cooked_font->next_font = NULL; in sti_select_fbfont()
542 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
544 return cooked_font; in sti_select_fbfont()
601 struct sti_cooked_font *cooked_font; in sti_cook_fonts() local
603 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
604 if (!cooked_font) in sti_cook_fonts()
[all …]