Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dlxfb_core.c27 static int noclear, nopanel, nocrt; variable
506 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
632 nocrt = 1; in lxfb_setup()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c65 static int nocrt; variable
66 module_param(nocrt, int, 0);
67 MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points.");
691 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
1159 nocrt = 1; in thermal_nocrt()
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dsm750.h104 int nocrt; member
H A Dsm750_hw.c119 if (sm750_dev->nocrt) { in hw_sm750_inithw()
H A Dsm750.c895 sm750_dev->nocrt = 1; in sm750fb_setup()
940 sm750_dev->nocrt = 0; in sm750fb_setup()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5485 thermal.nocrt= [HW,ACPI]