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

/linux-4.1.27/drivers/hwmon/
H A Damc6821.c164 u8 fan1_div; member in struct:amc6821_data
209 data->fan1_div = i2c_smbus_read_byte_data(client, amc6821_update_device()
211 data->fan1_div = data->fan1_div & AMC6821_CONF4_PSPR ? 4 : 2; amc6821_update_device()
691 return sprintf(buf, "%d\n", data->fan1_div); get_fan1_div()
717 data->fan1_div = 2; set_fan1_div()
721 data->fan1_div = 4; set_fan1_div()
773 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
H A Dmax6650.c400 * Read/write functions for fan1_div sysfs file. The MAX6650 has no such
489 static DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO, get_div, set_div);
H A Dadm1029.c278 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
H A Dg762.c792 * Read and write functions for fan1_div sysfs file. Get and set fan
1012 static DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO, get_fan_div, set_fan_div);
H A Demc2103.c516 static DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div, set_fan_div);
H A Dgl518sm.c440 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR|S_IRUGO,
H A Dgl520sm.c509 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
H A Dlm80.c495 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
H A Dw83l786ng.c409 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
H A Dadm9240.c146 u8 fan_div[2]; /* rw fan1_div, read-only accessor */
H A Dlm78.c427 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
H A Dfschmd.c665 SENSOR_ATTR(fan1_div, 0644, show_fan_div, store_fan_div, 0),
H A Dpc87360.c338 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
H A Dw83791d.c696 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO,
H A Dw83792d.c1165 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
H A Dw83627hf.c1047 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO|S_IWUSR,
H A Dw83781d.c695 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
H A Dit87.c1260 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div,
H A Dw83627ehf.c1191 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),

Completed in 369 milliseconds