Symbol: store_pwm
drivers/hwmon/f71882fg.c
1278
SENSOR_ATTR_2(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 0),
drivers/hwmon/f71882fg.c
1289
SENSOR_ATTR_2(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 1),
drivers/hwmon/f71882fg.c
1300
SENSOR_ATTR_2(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 2),
drivers/hwmon/f71882fg.c
1311
SENSOR_ATTR_2(pwm4, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 3),
drivers/hwmon/nct6683.c
949
SENSOR_TEMPLATE(pwm, "pwm%d", S_IRUGO, show_pwm, store_pwm, 0);
drivers/hwmon/nct6775-core.c
3048
SENSOR_TEMPLATE_2(pwm, "pwm%d", 0644, show_pwm, store_pwm, 0, 0);
drivers/hwmon/nct6775-core.c
3105
SENSOR_TEMPLATE_2(pwm_weight_duty_step, "pwm%d_weight_duty_step", 0644, show_pwm, store_pwm, 0, 5);
drivers/hwmon/nct6775-core.c
3106
SENSOR_TEMPLATE_2(pwm_weight_duty_base, "pwm%d_weight_duty_base", 0644, show_pwm, store_pwm, 0, 6);
drivers/hwmon/nct6775-core.c
3317
SENSOR_TEMPLATE_2(pwm_start, "pwm%d_start", 0644, show_pwm, store_pwm, 0, 1);
drivers/hwmon/nct6775-core.c
3318
SENSOR_TEMPLATE_2(pwm_floor, "pwm%d_floor", 0644, show_pwm, store_pwm, 0, 2);
drivers/hwmon/nct6775-core.c
3324
SENSOR_TEMPLATE_2(pwm_max, "pwm%d_max", 0644, show_pwm, store_pwm, 0, 3);
drivers/hwmon/nct6775-core.c
3326
SENSOR_TEMPLATE_2(pwm_step, "pwm%d_step", 0644, show_pwm, store_pwm, 0, 4);
drivers/hwmon/w83627ehf.c
1631
return store_pwm(dev, data, channel, val);
drivers/hwmon/w83781d.c
762
static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 0);
drivers/hwmon/w83781d.c
763
static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 1);
drivers/hwmon/w83781d.c
764
static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 2);
drivers/hwmon/w83781d.c
765
static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, store_pwm, 3);
drivers/hwmon/w83791d.c
743
show_pwm, store_pwm, 0),
drivers/hwmon/w83791d.c
745
show_pwm, store_pwm, 1),
drivers/hwmon/w83791d.c
747
show_pwm, store_pwm, 2),
drivers/hwmon/w83791d.c
749
show_pwm, store_pwm, 3),
drivers/hwmon/w83791d.c
751
show_pwm, store_pwm, 4),
drivers/hwmon/w83792d.c
1042
static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0);
drivers/hwmon/w83792d.c
1043
static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1);
drivers/hwmon/w83792d.c
1044
static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2);
drivers/hwmon/w83792d.c
1045
static SENSOR_DEVICE_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3);
drivers/hwmon/w83792d.c
1046
static SENSOR_DEVICE_ATTR(pwm5, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 4);
drivers/hwmon/w83792d.c
1047
static SENSOR_DEVICE_ATTR(pwm6, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 5);
drivers/hwmon/w83792d.c
1048
static SENSOR_DEVICE_ATTR(pwm7, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 6);
drivers/hwmon/w83793.c
1039
store_pwm, PWM_DUTY, index - 1), \
drivers/hwmon/w83793.c
1041
show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
drivers/hwmon/w83793.c
1043
show_pwm, store_pwm, PWM_START, index - 1), \
drivers/hwmon/w83793.c
1045
show_pwm, store_pwm, PWM_STOP_TIME, index - 1)
drivers/hwmon/w83795.c
1638
store_pwm, PWM_OUTPUT, index - 1), \
drivers/hwmon/w83795.c
1644
show_pwm, store_pwm, PWM_FREQ, index - 1), \
drivers/hwmon/w83795.c
1646
show_pwm, store_pwm, PWM_NONSTOP, index - 1), \
drivers/hwmon/w83795.c
1648
show_pwm, store_pwm, PWM_START, index - 1), \
drivers/hwmon/w83795.c
1650
show_pwm, store_pwm, PWM_STOP_TIME, index - 1), \
drivers/hwmon/w83l786ng.c
564
SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
drivers/hwmon/w83l786ng.c
565
SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),