Searched refs:fan1_div (Results 1 – 25 of 27) sorted by relevance
12
| /Linux-v5.10/drivers/hwmon/ |
| 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);
|
| D | adm1029.c | 266 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | emc2103.c | 491 static DEVICE_ATTR_RW(fan1_div);
|
| D | lm80.c | 475 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | g762.c | 997 static DEVICE_ATTR_RW(fan1_div);
|
| D | gl518sm.c | 428 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | w83l786ng.c | 396 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
|
| D | smsc47m1.c | 424 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | adm9240.c | 566 static SENSOR_DEVICE_ATTR_RO(fan1_div, fan_div, 0);
|
| D | sis5595.c | 473 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | via686a.c | 563 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | lm78.c | 414 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | gl520sm.c | 493 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | lm87.c | 579 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | vt8231.c | 594 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | fschmd.c | 655 SENSOR_ATTR_RW(fan1_div, fan_div, 0),
|
| D | adm1031.c | 660 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| D | w83791d.c | 682 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
| D | pc87360.c | 325 SENSOR_ATTR_RO(fan1_div, fan_div, 0),
|
| D | w83792d.c | 1150 static SENSOR_DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO,
|
| D | w83781d.c | 681 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
|
| D | w83627hf.c | 1031 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
|
| /Linux-v5.10/Documentation/hwmon/ |
| D | max6650.rst | 49 fan1_div rw sets the speed range the inputs can handle. Legal
|
| D | amc6821.rst | 50 fan1_div rw Fan divisor can be either 2 or 4.
|
| D | g762.rst | 32 fan1_div:
|
12