Searched refs:store_fan_min (Results 1 – 8 of 8) sorted by relevance
/drivers/hwmon/ |
D | w83792d.c | 405 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 1131 show_fan_min, store_fan_min, 1); 1133 show_fan_min, store_fan_min, 2); 1135 show_fan_min, store_fan_min, 3); 1137 show_fan_min, store_fan_min, 4); 1139 show_fan_min, store_fan_min, 5); 1141 show_fan_min, store_fan_min, 6); 1143 show_fan_min, store_fan_min, 7);
|
D | w83791d.c | 530 static ssize_t store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 667 show_fan_min, store_fan_min, 0), 669 show_fan_min, store_fan_min, 1), 671 show_fan_min, store_fan_min, 2), 673 show_fan_min, store_fan_min, 3), 675 show_fan_min, store_fan_min, 4),
|
D | w83l786ng.c | 291 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 390 store_fan_min, 0), 392 store_fan_min, 1),
|
D | w83781d.c | 313 store_fan_min(struct device *dev, struct device_attribute *da, in store_fan_min() function 338 show_fan_min, store_fan_min, 0); 341 show_fan_min, store_fan_min, 1); 344 show_fan_min, store_fan_min, 2);
|
D | w83627ehf.c | 717 store_fan_min(struct device *dev, struct w83627ehf_data *data, int channel, in store_in_reg() 1614 return store_fan_min(dev, data, channel, val); in w83627ehf_write()
|
D | w83793.c | 481 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 1035 show_fan, store_fan_min, FAN_MIN, index - 1)
|
D | w83795.c | 793 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 1630 show_fan, store_fan_min, FAN_MIN, index - 1), \
|
D | nct6775-core.c | 1904 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min() function 2075 SENSOR_TEMPLATE(fan_min, "fan%d_min", 0644, show_fan_min, store_fan_min, 0);
|