Searched refs:set_pwm (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm85.c492 static ssize_t set_pwm(struct device *dev, const char *buf, function
522 return set_pwm(dev, buf, count, offset - 1); \
790 static ssize_t set_pwm##offset##_auto_channels (struct device *dev, struct device_attribute *attr, \
800 static ssize_t set_pwm##offset##_auto_pwm_min (struct device *dev, struct device_attribute *attr, \
810 static ssize_t set_pwm##offset##_auto_pwm_minctl (struct device *dev, struct device_attribute *attr, \
820 static ssize_t set_pwm##offset##_auto_pwm_freq(struct device *dev, struct device_attribute *attr, \
827 set_pwm##offset##_auto_channels); \
830 set_pwm##offset##_auto_pwm_min); \
833 set_pwm##offset##_auto_pwm_minctl); \
836 set_pwm##offse
[all...]
H A Dmax6650.c287 static ssize_t set_pwm(struct device *dev, struct device_attribute *devattr, function
416 static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm);
H A Dvt1211.c598 static ssize_t set_pwm(struct device *dev, struct device_attribute *attr, function
984 show_pwm, set_pwm, SHOW_SET_PWM_ENABLE, ix-1), \
986 show_pwm, set_pwm, SHOW_SET_PWM_AUTO_CHANNELS_TEMP, ix-1)
990 show_pwm, set_pwm, SHOW_SET_PWM_FREQ, ix-1)
H A Df71805f.c626 static ssize_t set_pwm(struct device *dev, struct device_attribute *devattr, function
916 static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO, show_pwm, set_pwm, 0);
922 static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO, show_pwm, set_pwm, 1);
928 static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO, show_pwm, set_pwm, 2);
H A Dpc87360.c346 static ssize_t set_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, function
364 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 0),
365 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 1),
366 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 2),
H A Dsmsc47m1.c297 static ssize_t set_pwm(struct device *dev, struct device_attribute function
347 get_pwm, set_pwm, offset - 1); \
H A Dfscher.c477 static ssize_t set_pwm(struct i2c_client *client, struct fscher_data *data, function
H A Dfscpos.c228 static ssize_t set_pwm(struct i2c_client *client, struct fscpos_data *data, function
H A Dadm1031.c402 set_pwm(struct device *dev, const char *buf, size_t count, int nr) function
433 return set_pwm(dev, buf, count, offset - 1); \
H A Dit87.c640 static ssize_t set_pwm(struct device *dev, struct device_attribute *attr, function
699 show_pwm, set_pwm, offset - 1); \

Completed in 132 milliseconds