Searched refs:cooked_font (Results 1 – 2 of 2) sorted by relevance
205 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sticon_set_font()206 if (!cooked_font) { in sticon_set_font()210 cooked_font->raw = new_font; in sticon_set_font()211 cooked_font->raw_ptr = new_font; in sticon_set_font()212 cooked_font->width = w; in sticon_set_font()213 cooked_font->height = h; in sticon_set_font()225 new_font = cooked_font->raw_ptr; in sticon_set_font()232 kfree(cooked_font); in sticon_set_font()236 cooked_font = font_data[i]; in sticon_set_font()251 FNTREFCOUNT(cooked_font)++; in sticon_set_font()[all …]
531 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()532 if (!cooked_font) { in sti_select_fbfont()537 cooked_font->raw = nf; in sti_select_fbfont()538 cooked_font->raw_ptr = nf; in sti_select_fbfont()543 return cooked_font; in sti_select_fbfont()651 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()652 if (!cooked_font) in sti_cook_fonts()660 cooked_font->raw = raw_font; in sti_cook_fonts()665 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()666 if (!cooked_font->next_font) in sti_cook_fonts()[all …]
Completed in 8 milliseconds