Searched refs:show_auto_pwm (Results 1 – 2 of 2) sorted by relevance
/drivers/hwmon/ |
D | it87.c | 1507 static ssize_t show_auto_pwm(struct device *dev, struct device_attribute *attr, in show_auto_pwm() function 1662 show_auto_pwm, set_auto_pwm, 0, 0); 1664 show_auto_pwm, set_auto_pwm, 0, 1); 1666 show_auto_pwm, set_auto_pwm, 0, 2); 1668 show_auto_pwm, NULL, 0, 3); 1680 show_auto_pwm, set_auto_pwm, 0, 0); 1691 show_auto_pwm, set_auto_pwm, 1, 0); 1693 show_auto_pwm, set_auto_pwm, 1, 1); 1695 show_auto_pwm, set_auto_pwm, 1, 2); 1697 show_auto_pwm, NULL, 1, 3); [all …]
|
D | nct6775.c | 3129 show_auto_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_pwm() function 3310 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 0); 3315 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 1); 3320 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 2); 3325 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 3); 3330 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 4); 3335 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 5); 3340 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 6);
|