Home
last modified time | relevance | path

Searched refs:store_pwm (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hwmon/
H A Dw83792d.c614 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function
1042 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0);
1043 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);
1044 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2);
1045 static SENSOR_DEVICE_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3);
1046 static SENSOR_DEVICE_ATTR(pwm5, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 4);
1047 static SENSOR_DEVICE_ATTR(pwm6, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 5);
1048 static SENSOR_DEVICE_ATTR(pwm7, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 6);
H A Dw83791d.c722 static ssize_t store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function
743 show_pwm, store_pwm, 0),
745 show_pwm, store_pwm, 1),
747 show_pwm, store_pwm, 2),
749 show_pwm, store_pwm, 3),
751 show_pwm, store_pwm, 4),
H A Dw83795.c854 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function
1638 store_pwm, PWM_OUTPUT, index - 1), \
1644 show_pwm, store_pwm, PWM_FREQ, index - 1), \
1646 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
1648 show_pwm, store_pwm, PWM_START, index - 1), \
1650 show_pwm, store_pwm, PWM_STOP_TIME, index - 1), \
H A Dw83793.c526 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm() function
1039 store_pwm, PWM_DUTY, index - 1), \
1041 show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
1043 show_pwm, store_pwm, PWM_START, index - 1), \
1045 show_pwm, store_pwm, PWM_STOP_TIME, index - 1)
/linux/drivers/video/backlight/
H A Dlm3533_bl.c195 static ssize_t store_pwm(struct device *dev, in store_pwm() function
/linux/drivers/leds/
H A Dleds-lm3533.c570 static ssize_t store_pwm(struct device *dev, in store_pwm() function