Home
last modified time | relevance | path

Searched refs:next_font (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/console/
H A Dsticore.c523 nf->next_font = 0; in sti_select_fbfont()
539 cooked_font->next_font = NULL; in sti_select_fbfont()
558 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
584 font = font->next_font, i--); in sti_select_font()
620 font_start = font_start->next_font; in sti_dump_rom()
642 while (raw_font->next_font) { in sti_cook_fonts()
643 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
645 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
646 if (!cooked_font->next_font) in sti_cook_fonts()
649 cooked_font = cooked_font->next_font; in sti_cook_fonts()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H A Dsticore.c553 nf->next_font = 0; in sti_select_fbfont()
569 cooked_font->next_font = NULL; in sti_select_fbfont()
608 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
634 font = font->next_font, i--); in sti_select_font()
670 font_start = font_start->next_font; in sti_dump_rom()
692 while (raw_font->next_font) { in sti_cook_fonts()
693 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
695 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
696 if (!cooked_font->next_font) in sti_cook_fonts()
699 cooked_font = cooked_font->next_font; in sti_cook_fonts()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsticore.h234 s32 next_font; /* note: signed int */ member
245 struct sti_cooked_font *next_font; member
/kernel/linux/linux-6.6/include/video/
H A Dsticore.h235 s32 next_font; /* note: signed int */ member
246 struct sti_cooked_font *next_font; member

Completed in 5 milliseconds