nocrt              64 drivers/acpi/thermal.c static int nocrt;
nocrt              65 drivers/acpi/thermal.c module_param(nocrt, int, 0);
nocrt              66 drivers/acpi/thermal.c MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points.");
nocrt             743 drivers/acpi/thermal.c 	if (trip_type == THERMAL_TRIP_CRITICAL && nocrt)
nocrt            1171 drivers/acpi/thermal.c 	nocrt = 1;
nocrt             962 drivers/staging/sm750fb/sm750.c 			sm750_dev->nocrt = 1;
nocrt            1007 drivers/staging/sm750fb/sm750.c 		sm750_dev->nocrt = 0;
nocrt             101 drivers/staging/sm750fb/sm750.h 	int nocrt;
nocrt             119 drivers/staging/sm750fb/sm750_hw.c 		if (sm750_dev->nocrt) {
nocrt              27 drivers/video/fbdev/geode/lxfb_core.c static int noclear, nopanel, nocrt;
nocrt             513 drivers/video/fbdev/geode/lxfb_core.c 	par->output |= (nocrt) ? 0 : OUTPUT_CRT;
nocrt             629 drivers/video/fbdev/geode/lxfb_core.c 			nocrt = 1;