Searched refs:show_pwm (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | w83793.c | 508 show_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm() function 1038 SENSOR_ATTR_2(pwm##index, S_IWUSR | S_IRUGO, show_pwm, \ 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)
|
| H A D | nct6775-core.c | 2514 show_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm() function 3047 SENSOR_TEMPLATE_2(pwm, "pwm%d", 0644, show_pwm, store_pwm, 0, 0); 3104 SENSOR_TEMPLATE_2(pwm_weight_duty_step, "pwm%d_weight_duty_step", 0644, show_pwm, store_pwm, 0, 5); 3105 SENSOR_TEMPLATE_2(pwm_weight_duty_base, "pwm%d_weight_duty_base", 0644, show_pwm, store_pwm, 0, 6); 3316 SENSOR_TEMPLATE_2(pwm_start, "pwm%d_start", 0644, show_pwm, store_pwm, 0, 1); 3317 SENSOR_TEMPLATE_2(pwm_floor, "pwm%d_floor", 0644, show_pwm, store_pwm, 0, 2); 3323 SENSOR_TEMPLATE_2(pwm_max, "pwm%d_max", 0644, show_pwm, store_pwm, 0, 3); 3325 SENSOR_TEMPLATE_2(pwm_step, "pwm%d_step", 0644, show_pwm, store_pwm, 0, 4);
|
| /linux/drivers/video/backlight/ |
| H A D | lm3533_bl.c | 180 static ssize_t show_pwm(struct device *dev, in show_pwm() function
|
| /linux/drivers/leds/ |
| H A D | leds-lm3533.c | 554 static ssize_t show_pwm(struct device *dev, in show_pwm() function
|