Searched refs:show_auto_pwm (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | it87.c | 1516 static ssize_t show_auto_pwm(struct device *dev, struct device_attribute *attr, in show_auto_pwm() function 1671 show_auto_pwm, set_auto_pwm, 0, 0); 1673 show_auto_pwm, set_auto_pwm, 0, 1); 1675 show_auto_pwm, set_auto_pwm, 0, 2); 1677 show_auto_pwm, NULL, 0, 3); 1689 show_auto_pwm, set_auto_pwm, 0, 0); 1700 show_auto_pwm, set_auto_pwm, 1, 0); 1702 show_auto_pwm, set_auto_pwm, 1, 1); 1704 show_auto_pwm, set_auto_pwm, 1, 2); 1706 show_auto_pwm, NULL, 1, 3); [all …]
|
D | nct6775.c | 3013 show_auto_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_pwm() function 3191 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 0); 3196 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 1); 3201 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 2); 3206 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 3); 3211 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 4); 3216 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 5); 3221 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 6);
|