Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/hwmon/
Dabituguru31 You may also need to specify the fan_sensors option for these boards
32 fan_sensors=5
56 * fan_sensors: int Tell the driver how many fan speed sensors there are
/Linux-v4.19/drivers/hwmon/
Dabituguru.c186 static int fan_sensors; variable
187 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()