Searched refs:show_pwm1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | lm63.c | 373 static ssize_t show_pwm1(struct device *dev, struct device_attribute *devattr, in show_pwm1() function 755 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm1, set_pwm1, 0); 759 show_pwm1, set_pwm1, 1); 765 show_pwm1, set_pwm1, 2); 771 show_pwm1, set_pwm1, 3); 777 show_pwm1, set_pwm1, 4); 783 show_pwm1, set_pwm1, 5); 789 show_pwm1, set_pwm1, 6); 795 show_pwm1, set_pwm1, 7); 801 show_pwm1, set_pwm1, 8); [all …]
|
D | asb100.c | 553 static ssize_t show_pwm1(struct device *dev, struct device_attribute *attr, in show_pwm1() function 607 static DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm1, set_pwm1);
|