Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/console/
Dsticore.c526 nf->next_font = 0; in sti_select_fbfont()
541 cooked_font->next_font = NULL; in sti_select_fbfont()
572 font = font->next_font, i--); in sti_select_font()
615 while (raw_font->next_font) { in sti_cook_fonts()
616 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
618 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
619 if (!cooked_font->next_font) in sti_cook_fonts()
622 cooked_font = cooked_font->next_font; in sti_cook_fonts()
627 cooked_font->next_font = NULL; in sti_cook_fonts()
637 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h240 u32 next_font; member
250 struct sti_cooked_font *next_font; member