Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/console/
Dsticore.c525 nf->next_font = 0; in sti_select_fbfont()
540 cooked_font->next_font = NULL; in sti_select_fbfont()
571 font = font->next_font, i--); in sti_select_font()
614 while (raw_font->next_font) { in sti_cook_fonts()
615 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
617 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
618 if (!cooked_font->next_font) in sti_cook_fonts()
621 cooked_font = cooked_font->next_font; in sti_cook_fonts()
626 cooked_font->next_font = NULL; in sti_cook_fonts()
636 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Dsticore.h240 u32 next_font; member
250 struct sti_cooked_font *next_font; member