Searched refs:fan1_div (Results 1 - 19 of 19) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
H A D | amc6821.c | 164 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 D | max6650.c | 400 * 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 D | adm1029.c | 278 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
H A D | g762.c | 792 * 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 D | emc2103.c | 516 static DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div, set_fan_div);
|
H A D | gl518sm.c | 440 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR|S_IRUGO,
|
H A D | gl520sm.c | 509 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
H A D | lm80.c | 495 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
H A D | w83l786ng.c | 409 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
|
H A D | adm9240.c | 146 u8 fan_div[2]; /* rw fan1_div, read-only accessor */
|
H A D | lm78.c | 427 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
H A D | fschmd.c | 665 SENSOR_ATTR(fan1_div, 0644, show_fan_div, store_fan_div, 0),
|
H A D | pc87360.c | 338 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
|
H A D | w83791d.c | 696 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
H A D | w83792d.c | 1165 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
H A D | w83627hf.c | 1047 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO|S_IWUSR,
|
H A D | w83781d.c | 695 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
H A D | it87.c | 1260 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div,
|
H A D | w83627ehf.c | 1191 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
|
Completed in 369 milliseconds