Searched refs:store_fan_div (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
D | w83792d.c | 445 store_fan_div(struct device *dev, struct device_attribute *attr, in store_fan_div() function 1145 show_fan_div, store_fan_div, 1); 1147 show_fan_div, store_fan_div, 2); 1149 show_fan_div, store_fan_div, 3); 1151 show_fan_div, store_fan_div, 4); 1153 show_fan_div, store_fan_div, 5); 1155 show_fan_div, store_fan_div, 6); 1157 show_fan_div, store_fan_div, 7);
|
D | w83l786ng.c | 329 store_fan_div(struct device *dev, struct device_attribute *attr, in store_fan_div() function 397 store_fan_div, 0), 399 store_fan_div, 1),
|
D | w83791d.c | 567 static ssize_t store_fan_div(struct device *dev, struct device_attribute *attr, in store_fan_div() function 680 show_fan_div, store_fan_div, 0), 682 show_fan_div, store_fan_div, 1), 684 show_fan_div, store_fan_div, 2), 686 show_fan_div, store_fan_div, 3), 688 show_fan_div, store_fan_div, 4),
|
D | w83781d.c | 635 store_fan_div(struct device *dev, struct device_attribute *da, in store_fan_div() function 682 show_fan_div, store_fan_div, 0); 684 show_fan_div, store_fan_div, 1); 686 show_fan_div, store_fan_div, 2);
|