Searched refs:next_font (Results 1 – 2 of 2) sorted by relevance
506 nf->next_font = 0; in sti_select_fbfont()521 cooked_font->next_font = NULL; in sti_select_fbfont()553 font = font->next_font, i--); in sti_select_font()598 while (raw_font->next_font) { in sti_cook_fonts()599 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()601 cooked_font->next_font = kmalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()602 if (!cooked_font->next_font) in sti_cook_fonts()605 cooked_font = cooked_font->next_font; in sti_cook_fonts()610 cooked_font->next_font = NULL; in sti_cook_fonts()621 for(font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()[all …]
276 u32 next_font; member286 struct sti_cooked_font *next_font; member