vram_total         54 drivers/video/fbdev/uvesafb.c static int vram_total;		/* set total amount of memory */
vram_total       1471 drivers/video/fbdev/uvesafb.c 	if (vram_total)
vram_total       1472 drivers/video/fbdev/uvesafb.c 		size_total = vram_total * 1024 * 1024;
vram_total       1841 drivers/video/fbdev/uvesafb.c 			vram_total = simple_strtoul(this_opt + 7, NULL, 0);
vram_total       1982 drivers/video/fbdev/uvesafb.c module_param(vram_total, uint, 0);
vram_total       1983 drivers/video/fbdev/uvesafb.c MODULE_PARM_DESC(vram_total, "Set total amount of video memory [MiB]");
vram_total         57 drivers/video/fbdev/vesafb.c static int   vram_total;			/* Set total amount of memory */
vram_total        229 drivers/video/fbdev/vesafb.c 			vram_total = simple_strtoul(this_opt+7, NULL, 0);
vram_total        273 drivers/video/fbdev/vesafb.c 	if (vram_total)
vram_total        274 drivers/video/fbdev/vesafb.c 		size_total = vram_total * 1024 * 1024;