next_font         526 drivers/video/console/sticore.c 	nf->next_font = 0;
next_font         541 drivers/video/console/sticore.c 	cooked_font->next_font = NULL;
next_font         572 drivers/video/console/sticore.c 	    font = font->next_font, i--);
next_font         615 drivers/video/console/sticore.c 	while (raw_font->next_font) {
next_font         616 drivers/video/console/sticore.c 		raw_font = ((void *)font_start) + (raw_font->next_font);
next_font         618 drivers/video/console/sticore.c 		cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL);
next_font         619 drivers/video/console/sticore.c 		if (!cooked_font->next_font)
next_font         622 drivers/video/console/sticore.c 		cooked_font = cooked_font->next_font;
next_font         627 drivers/video/console/sticore.c 	cooked_font->next_font = NULL;
next_font         637 drivers/video/console/sticore.c 	for (font = rom->font_start; font; font = font->next_font, i++) {
next_font         707 drivers/video/console/sticore.c 		while (raw_font->next_font) {
next_font         708 drivers/video/console/sticore.c 			BMODE_RELOCATE (raw_font->next_font);
next_font         709 drivers/video/console/sticore.c 			raw_font = ((void *)font_start) + raw_font->next_font;
next_font         240 drivers/video/fbdev/sticore.h 	u32 next_font;
next_font         250 drivers/video/fbdev/sticore.h 	struct sti_cooked_font *next_font;