Home
last modified time | relevance | path

Searched refs:nocrt (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/geode/
Dlxfb_core.c27 static int noclear, nopanel, nocrt; variable
513 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
629 nocrt = 1; in lxfb_setup()
/Linux-v5.4/drivers/acpi/
Dthermal.c64 static int nocrt; variable
65 module_param(nocrt, int, 0);
66 MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points.");
743 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
1171 nocrt = 1; in thermal_nocrt()
/Linux-v5.4/drivers/staging/sm750fb/
Dsm750.h101 int nocrt; member
Dsm750_hw.c119 if (sm750_dev->nocrt) { in hw_sm750_inithw()
Dsm750.c962 sm750_dev->nocrt = 1; in sm750fb_setup()
1007 sm750_dev->nocrt = 0; in sm750fb_setup()
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4749 thermal.nocrt= [HW,ACPI]