Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/console/
Dsticore.c542 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
569 for (font = rom->font_start, i = font_index[index]; in sti_select_font()
576 return rom->font_start; in sti_select_font()
588 DPRINTK((" font start %08x\n", rom->font_start)); in sti_dump_rom()
600 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
607 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
609 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
611 font_start = raw_font; in sti_cook_fonts()
615 raw_font = ((void *)font_start) + (raw_font->next_font); 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.h191 u32 font_start; member
255 struct sti_cooked_font *font_start; member