Searched refs:autofan (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm85.c281 * to prevent "drift" as other autofan control
285 * to prevent "drift" as other autofan control
324 struct lm85_autofan autofan[3]; member in struct:lm85_data
514 pwm_zone = ZONE_FROM_REG(data->autofan[nr].config);
555 data->autofan[nr].config = lm85_read_value(client,
557 data->autofan[nr].config = (data->autofan[nr].config & ~0xe0)
560 data->autofan[nr].config);
760 return sprintf(buf, "%d\n", ZONE_FROM_REG(data->autofan[nr].config));
772 data->autofan[n
[all...]

Completed in 41 milliseconds