Searched refs:fan_sensors (Results 1 – 2 of 2) sorted by relevance
38 You may also need to specify the fan_sensors option for these boards39 fan_sensors=567 * fan_sensors: int
173 static int fan_sensors; variable174 module_param(fan_sensors, int, 0);175 MODULE_PARM_DESC(fan_sensors, "Number of fan sensors on the uGuru "633 if (fan_sensors > 0 && fan_sensors <= ABIT_UGURU_MAX_BANK2_SENSORS) { in abituguru_detect_no_bank2_sensors()634 data->bank2_sensors = fan_sensors; in abituguru_detect_no_bank2_sensors()