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