Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_hw.h62 int nocrt; member
Dsm750_hw.c137 if(spec_share->state.nocrt){ in hw_sm750_inithw()
Dsm750.c1035 spec_share->state.nocrt = 1; in sm750fb_setup()
1090 spec_share->state.nocrt = 0; in sm750fb_setup()
/linux-4.1.27/drivers/video/fbdev/geode/
Dlxfb_core.c29 static int noclear, nopanel, nocrt; variable
526 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
642 nocrt = 1; in lxfb_setup()
/linux-4.1.27/drivers/acpi/
Dthermal.c82 static int nocrt; variable
83 module_param(nocrt, int, 0);
84 MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points.");
765 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
1190 nocrt = 1; in thermal_nocrt()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3576 thermal.nocrt= [HW,ACPI]