Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/console/
Dsticore.c543 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
570 for (font = rom->font_start, i = font_index[index]; in sti_select_font()
577 return rom->font_start; in sti_select_font()
589 DPRINTK((" font start %08x\n", rom->font_start)); in sti_dump_rom()
601 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
608 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
610 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
612 font_start = raw_font; in sti_cook_fonts()
616 raw_font = ((void *)font_start) + (raw_font->next_font); 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.h191 u32 font_start; member
255 struct sti_cooked_font *font_start; member