Searched refs:cooked_font (Results 1 – 1 of 1) sorted by relevance
500 struct sti_cooked_font *cooked_font; in sti_select_fbfont() local534 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()535 if (!cooked_font) { in sti_select_fbfont()540 cooked_font->raw = nf; in sti_select_fbfont()541 cooked_font->next_font = NULL; in sti_select_fbfont()543 cooked_rom->font_start = cooked_font; in sti_select_fbfont()545 return cooked_font; in sti_select_fbfont()602 struct sti_cooked_font *cooked_font; in sti_cook_fonts() local604 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()605 if (!cooked_font) in sti_cook_fonts()[all …]