/linux-2.6.39/drivers/hwmon/ |
D | w83l786ng.c | 442 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 482 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0), 483 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
|
D | w83791d.c | 705 static ssize_t store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 726 show_pwm, store_pwm, 0), 728 show_pwm, store_pwm, 1), 730 show_pwm, store_pwm, 2), 732 show_pwm, store_pwm, 3), 734 show_pwm, store_pwm, 4),
|
D | w83795.c | 855 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 1627 store_pwm, PWM_OUTPUT, index - 1), \ 1629 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \ 1631 show_pwm, store_pwm, PWM_START, index - 1), \ 1633 show_pwm, store_pwm, PWM_STOP_TIME, index - 1), \ 1635 show_pwm, store_pwm, PWM_FREQ, index - 1), \
|
D | w83781d.c | 690 store_pwm(struct device *dev, struct device_attribute *da, const char *buf, in store_pwm() function 741 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 0); 742 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 1); 743 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 2); 744 static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 3);
|
D | w83793.c | 525 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 1007 store_pwm, PWM_DUTY, index - 1), \ 1009 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \ 1011 show_pwm, store_pwm, PWM_START, index - 1), \ 1013 show_pwm, store_pwm, PWM_STOP_TIME, index - 1)
|
D | f71882fg.c | 302 static ssize_t store_pwm(struct device *dev, struct device_attribute *devattr, 513 SENSOR_ATTR_2(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 0), 524 SENSOR_ATTR_2(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 1), 535 SENSOR_ATTR_2(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 2), 546 SENSOR_ATTR_2(pwm4, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 3), 1684 static ssize_t store_pwm(struct device *dev, in store_pwm() function
|
D | w83792d.c | 600 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 1053 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0); 1054 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1); 1055 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2);
|
D | w83627hf.c | 931 store_pwm(struct device *dev, struct device_attribute *devattr, in store_pwm() function 959 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0); 960 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 1); 961 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 2);
|
D | w83627ehf.c | 1320 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 1462 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0), 1463 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1), 1464 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2), 1465 SENSOR_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3),
|
D | lm93.c | 1772 static ssize_t store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function 1795 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0); 1796 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);
|