Searched refs:min_off (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.c293 u8 min_off; /* Min PWM or OFF below "limit", flag */ member in struct:lm85_autofan
809 return sprintf(buf, "%d\n", data->autofan[nr].min_off);
822 data->autofan[nr].min_off = val;
825 if (data->autofan[nr].min_off)
1537 data->autofan[0].min_off = (i & 0x20) != 0;
1538 data->autofan[1].min_off = (i & 0x40) != 0;
1539 data->autofan[2].min_off = (i & 0x80) != 0;

Completed in 47 milliseconds