Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/console/
H A Dsticon.c203 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sticon_set_font()
204 if (!cooked_font) { in sticon_set_font()
208 cooked_font->raw = new_font; in sticon_set_font()
209 cooked_font->raw_ptr = new_font; in sticon_set_font()
210 cooked_font->width = w; in sticon_set_font()
211 cooked_font->height = h; in sticon_set_font()
223 new_font = cooked_font->raw_ptr; in sticon_set_font()
230 kfree(cooked_font); in sticon_set_font()
234 cooked_font = font_data[i]; in sticon_set_font()
249 FNTREFCOUNT(cooked_font)++; in sticon_set_font()
[all …]
H A Dsticore.c530 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()
531 if (!cooked_font) { in sti_select_fbfont()
536 cooked_font->raw = nf; in sti_select_fbfont()
537 cooked_font->raw_ptr = nf; in sti_select_fbfont()
542 return cooked_font; in sti_select_fbfont()
630 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
631 if (!cooked_font) in sti_cook_fonts()
639 cooked_font->raw = raw_font; in sti_cook_fonts()
644 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
645 if (!cooked_font->next_font) in sti_cook_fonts()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/console/
H A Dsticon.c203 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sticon_set_font()
204 if (!cooked_font) { in sticon_set_font()
208 cooked_font->raw = new_font; in sticon_set_font()
209 cooked_font->raw_ptr = new_font; in sticon_set_font()
210 cooked_font->width = w; in sticon_set_font()
211 cooked_font->height = h; in sticon_set_font()
223 new_font = cooked_font->raw_ptr; in sticon_set_font()
230 kfree(cooked_font); in sticon_set_font()
234 cooked_font = font_data[i]; in sticon_set_font()
249 FNTREFCOUNT(cooked_font)++; in sticon_set_font()
[all …]
H A Dsticore.c530 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()
531 if (!cooked_font) { in sti_select_fbfont()
536 cooked_font->raw = nf; in sti_select_fbfont()
537 cooked_font->raw_ptr = nf; in sti_select_fbfont()
542 return cooked_font; in sti_select_fbfont()
630 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
631 if (!cooked_font) in sti_cook_fonts()
639 cooked_font->raw = raw_font; in sti_cook_fonts()
644 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
645 if (!cooked_font->next_font) in sti_cook_fonts()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/console/
H A Dsticon.c203 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sticon_set_font()
204 if (!cooked_font) { in sticon_set_font()
208 cooked_font->raw = new_font; in sticon_set_font()
209 cooked_font->raw_ptr = new_font; in sticon_set_font()
210 cooked_font->width = w; in sticon_set_font()
211 cooked_font->height = h; in sticon_set_font()
223 new_font = cooked_font->raw_ptr; in sticon_set_font()
230 kfree(cooked_font); in sticon_set_font()
234 cooked_font = font_data[i]; in sticon_set_font()
249 FNTREFCOUNT(cooked_font)++; in sticon_set_font()
[all …]
H A Dsticore.c530 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_select_fbfont()
531 if (!cooked_font) { in sti_select_fbfont()
536 cooked_font->raw = nf; in sti_select_fbfont()
537 cooked_font->raw_ptr = nf; in sti_select_fbfont()
542 return cooked_font; in sti_select_fbfont()
630 cooked_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
631 if (!cooked_font) in sti_cook_fonts()
639 cooked_font->raw = raw_font; in sti_cook_fonts()
644 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
645 if (!cooked_font->next_font) in sti_cook_fonts()
[all …]