Lines Matching defs:interval
62 * Maximum interval between two temperature checks is 15 seconds, as the die
74 static unsigned int interval = 10;
349 if (interval > ACERHDF_MAX_INTERVAL) {
350 pr_err("interval too high, set to %d\n",
352 interval = ACERHDF_MAX_INTERVAL;
356 pr_notice("interval changed to: %d\n", interval);
363 * as late as the polling interval is since we can't do that in the respective
683 (kernelmode) ? interval*1000 : 0);
791 module_param_cb(interval, &interval_ops, &interval, 0000);
792 MODULE_PARM_DESC(interval, "Polling interval of temperature check");