noinit            234 drivers/video/fbdev/intelfb/intelfbdrv.c static bool noinit      = 0;
noinit            254 drivers/video/fbdev/intelfb/intelfbdrv.c module_param(noinit, bool, 0);
noinit            255 drivers/video/fbdev/intelfb/intelfbdrv.c MODULE_PARM_DESC(noinit, "Don't initialise graphics mode when loading");
noinit            363 drivers/video/fbdev/intelfb/intelfbdrv.c 		else if (get_opt_bool(this_opt, "init", &noinit))
noinit            364 drivers/video/fbdev/intelfb/intelfbdrv.c 			noinit = !noinit;
noinit            761 drivers/video/fbdev/intelfb/intelfbdrv.c 		"noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
noinit            108 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	if (minfo->devflags.noinit) {
noinit            687 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	if (minfo->devflags.noinit)
noinit            887 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	if (minfo->devflags.noinit)
noinit           1000 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 		if (!minfo->devflags.noinit) {
noinit           1021 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	if (minfo->devflags.noinit)
noinit            553 drivers/video/fbdev/matrox/matroxfb_Ti3026.c 	if (minfo->devflags.noinit)
noinit            705 drivers/video/fbdev/matrox/matroxfb_Ti3026.c 	if (minfo->devflags.noinit)
noinit           1250 drivers/video/fbdev/matrox/matroxfb_base.c static int noinit = 1;			/* "matroxfb:init" */
noinit           2072 drivers/video/fbdev/matrox/matroxfb_base.c 		noinit = 0;
noinit           2076 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->devflags.noinit = noinit;
noinit           2080 drivers/video/fbdev/matrox/matroxfb_base.c 		noinit = 0;
noinit           2084 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->devflags.noinit = 0;
noinit           2435 drivers/video/fbdev/matrox/matroxfb_base.c 				noinit = !value;
noinit           2502 drivers/video/fbdev/matrox/matroxfb_base.c module_param(noinit, int, 0);
noinit           2503 drivers/video/fbdev/matrox/matroxfb_base.c MODULE_PARM_DESC(noinit, "Disables W/SG/SD-RAM and bus interface initialization (0 or 1=do not initialize) (default=0)");
noinit            439 drivers/video/fbdev/matrox/matroxfb_base.h 		int		noinit;
noinit            268 scripts/gcc-plugins/gcc-common.h #define get_random_seed(noinit) ({						\
noinit            270 scripts/gcc-plugins/gcc-common.h 	sscanf(get_random_seed(noinit), "%" HOST_WIDE_INT_PRINT "x", &seed);	\