Home
last modified time | relevance | path

Searched refs:fan_debounce (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dw83627ehf.c85 static unsigned short fan_debounce; variable
86 module_param(fan_debounce, ushort, 0);
87 MODULE_PARM_DESC(fan_debounce, "Enable debouncing for fan RPM signal");
2412 if (fan_debounce && in w83627ehf_probe()
Dnct6775.c94 static unsigned short fan_debounce; variable
95 module_param(fan_debounce, ushort, 0);
96 MODULE_PARM_DESC(fan_debounce, "Enable debouncing for fan RPM signal");
4046 if (fan_debounce) { in nct6775_probe()