Searched refs:cooked_font (Results 1 – 1 of 1) sorted by relevance
499 struct sti_cooked_font *cooked_font; in sti_select_fbfont() local533 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() local603 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()604 if (!cooked_font) in sti_cook_fonts()[all …]