Lines Matching defs:fan
73 * auto fan control.
79 u8 fan[2];
182 data->fan[chan] =
259 * The tables below contains the possible values for the auto fan
261 * MSb is the auto fan control enable bit, so the four first entries
262 * in the table disables auto fan control when both bitfields are zero.
510 * That function checks the cases where the fan reading is not
511 * relevant. It is used to provide 0 as fan reading when the fan is
562 value = trust_fan_readings(data, nr) ? FAN_FROM_REG(data->fan[nr],
640 /* Write the new clock divider and fan min */
651 /* Invalidate the cache: fan speed is no longer valid */
657 static SENSOR_DEVICE_ATTR_RO(fan1_input, fan, 0);
660 static SENSOR_DEVICE_ATTR_RO(fan2_input, fan, 1);
1005 /* Initialize the ADM1031 chip (enables fan speed reading ) */