Searched refs:fan_sensors (Results 1 – 2 of 2) sorted by relevance
31 You may also need to specify the fan_sensors option for these boards32 fan_sensors=556 * fan_sensors: int Tell the driver how many fan speed sensors there are
186 static int fan_sensors; variable187 module_param(fan_sensors, int, 0);188 MODULE_PARM_DESC(fan_sensors, "Number of fan sensors on the uGuru "646 if (fan_sensors > 0 && fan_sensors <= ABIT_UGURU_MAX_BANK2_SENSORS) { in abituguru_detect_no_bank2_sensors()647 data->bank2_sensors = fan_sensors; in abituguru_detect_no_bank2_sensors()