/openbmc/linux/drivers/hwmon/ |
H A D | amc6821.c | 151 u8 fan1_div; member 196 data->fan1_div = i2c_smbus_read_byte_data(client, in amc6821_update_device() 198 data->fan1_div = data->fan1_div & AMC6821_CONF4_PSPR ? 4 : 2; in amc6821_update_device() 646 return sprintf(buf, "%d\n", data->fan1_div); in fan1_div_show() 671 data->fan1_div = 2; in fan1_div_store() 675 data->fan1_div = 4; in fan1_div_store() 710 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan1_div, 0);
|
H A D | adm1029.c | 266 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | emc2103.c | 491 static DEVICE_ATTR_RW(fan1_div);
|
H A D | lm80.c | 475 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | smsc47m1.c | 424 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | g762.c | 1001 static DEVICE_ATTR_RW(fan1_div);
|
H A D | gl518sm.c | 428 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | w83l786ng.c | 395 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
|
H A D | via686a.c | 630 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | sis5595.c | 528 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | lm78.c | 414 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | gl520sm.c | 493 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | lm87.c | 579 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | vt8231.c | 659 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | fschmd.c | 655 SENSOR_ATTR_RW(fan1_div, fan_div, 0),
|
H A D | adm1031.c | 659 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | w83791d.c | 679 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
H A D | w83792d.c | 1144 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
H A D | pc87360.c | 1158 SENSOR_ATTR_RO(fan1_div, fan_div, 0),
|
H A D | w83781d.c | 681 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
H A D | w83627hf.c | 1199 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
H A D | adm1026.c | 781 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max6650.rst | 49 fan1_div rw sets the speed range the inputs can handle. Legal
|
H A D | amc6821.rst | 50 fan1_div rw Fan divisor can be either 2 or 4.
|
H A D | g762.rst | 32 fan1_div:
|