/drivers/hwmon/ |
D | f75375s.c | 284 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 553 show_pwm_enable, set_pwm_enable, 0); 559 show_pwm_enable, set_pwm_enable, 1);
|
D | adt7473.c | 769 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1009 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1011 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1013 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | f71882fg.c | 213 static ssize_t show_pwm_enable(struct device *dev, 381 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 390 SENSOR_ATTR_2(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 454 SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 569 SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 610 SENSOR_ATTR_2(pwm4_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1410 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
D | w83l786ng.c | 495 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 497 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | w83627ehf.c | 1040 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1042 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1044 SENSOR_ATTR(pwm3_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1046 SENSOR_ATTR(pwm4_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | f71805f.c | 617 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 1015 show_pwm_enable, set_pwm_enable, 0); 1021 show_pwm_enable, set_pwm_enable, 1); 1027 show_pwm_enable, set_pwm_enable, 2);
|
D | w83627hf.c | 967 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_enable() function 995 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 997 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 999 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
D | adm1026.c | 1421 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 1462 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 1464 static DEVICE_ATTR(pwm2_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 1466 static DEVICE_ATTR(pwm3_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | abituguru.c | 1020 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1122 SENSOR_ATTR_2(pwm%d_enable, 0644, show_pwm_enable,
|
D | it87.c | 559 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute *attr, in show_pwm_enable() function 738 show_pwm_enable, set_pwm_enable, offset - 1); \
|
D | lm85.c | 504 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 592 show_pwm_enable, set_pwm_enable, offset - 1); \
|
D | lm93.c | 1794 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1842 show_pwm_enable, store_pwm_enable, 0); 1844 show_pwm_enable, store_pwm_enable, 1);
|