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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627ehf.c901 store_pwm(struct device *dev, struct device_attribute *attr, function
996 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
997 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
998 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2),
999 SENSOR_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3),
H A Dw83781d.c625 store_pwm(struct device *dev, struct device_attribute *da, const char *buf, function
676 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 0);
677 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 1);
678 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 2);
679 static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 3);
H A Dw83793.c433 store_pwm(struct device *dev, struct device_attribute *attr, function
915 store_pwm, PWM_DUTY, index - 1), \
917 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
919 show_pwm, store_pwm, PWM_START, index - 1), \
921 show_pwm, store_pwm, PWM_STOP_TIME, index - 1)
H A Dw83792d.c578 store_pwm(struct device *dev, struct device_attribute *attr, function
1021 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0);
1022 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);
1023 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2);

Completed in 116 milliseconds