Searched refs:store_pwm (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83791d.c705 static ssize_t store_pwm(struct device *dev, struct device_attribute *attr, 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),
H A Dw83l786ng.c442 store_pwm(struct device *dev, struct device_attribute *attr, 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),
H A Df71882fg.c219 static ssize_t store_pwm(struct device *dev, struct device_attribute *devattr,
427 SENSOR_ATTR_2(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 0),
438 SENSOR_ATTR_2(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 1),
449 SENSOR_ATTR_2(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 2),
460 SENSOR_ATTR_2(pwm4, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 3),
1533 static ssize_t store_pwm(struct device *dev, function
H A Dw83792d.c600 store_pwm(struct device *dev, struct device_attribute *attr, function
1016 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0);
1017 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);
1018 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2);
H A Dw83627ehf.c996 store_pwm(struct device *dev, struct device_attribute *attr, function
1087 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
1088 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
1089 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2),
1090 SENSOR_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3),
H A Dw83781d.c688 store_pwm(struct device *dev, struct device_attribute *da, const char *buf, function
739 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 0);
740 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 1);
741 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 2);
742 static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 3);
H A Dw83793.c501 store_pwm(struct device *dev, struct device_attribute *attr, function
983 store_pwm, PWM_DUTY, index - 1), \
985 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
987 show_pwm, store_pwm, PWM_START, index - 1), \
989 show_pwm, store_pwm, PWM_STOP_TIME, index - 1)
H A Dw83627hf.c929 store_pwm(struct device *dev, struct device_attribute *devattr, function
957 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0);
958 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 1);
959 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 2);
H A Dlm93.c1767 static ssize_t store_pwm(struct device *dev, struct device_attribute *attr, function
1790 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0);
1791 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);

Completed in 129 milliseconds