/linux-4.1.27/drivers/hwmon/ |
D | pc87427.c | 571 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 661 show_pwm_enable, set_pwm_enable, 0); 663 show_pwm_enable, set_pwm_enable, 1); 665 show_pwm_enable, set_pwm_enable, 2); 667 show_pwm_enable, set_pwm_enable, 3);
|
D | gpio-fan.c | 227 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 318 show_pwm_enable, set_pwm_enable);
|
D | f75375s.c | 368 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 717 show_pwm_enable, set_pwm_enable, 0); 723 show_pwm_enable, set_pwm_enable, 1);
|
D | emc2103.c | 423 show_pwm_enable(struct device *dev, struct device_attribute *da, char *buf) in show_pwm_enable() function 521 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | w83l786ng.c | 580 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 582 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | f71882fg.c | 339 static ssize_t show_pwm_enable(struct device *dev, 553 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 564 SENSOR_ATTR_2(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 575 SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 586 SENSOR_ATTR_2(pwm4_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1816 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
D | f71805f.c | 653 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 1088 show_pwm_enable, set_pwm_enable, 0); 1094 show_pwm_enable, set_pwm_enable, 1); 1100 show_pwm_enable, set_pwm_enable, 2);
|
D | w83627hf.c | 1101 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_enable() function 1134 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1136 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1138 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
D | adm1026.c | 1317 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1364 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 1366 static DEVICE_ATTR(pwm2_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 1368 static DEVICE_ATTR(pwm3_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | it87.c | 858 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1288 show_pwm_enable, set_pwm_enable, 0); 1313 show_pwm_enable, set_pwm_enable, 1); 1338 show_pwm_enable, set_pwm_enable, 2);
|
D | abituguru.c | 1145 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1252 SENSOR_ATTR_2(pwm%d_enable, 0644, show_pwm_enable,
|
D | w83627ehf.c | 1584 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1586 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1588 SENSOR_ATTR(pwm3_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1590 SENSOR_ATTR(pwm4_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | lm85.c | 717 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 838 show_pwm_enable, set_pwm_enable, offset - 1); \
|
D | lm93.c | 1910 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1965 show_pwm_enable, store_pwm_enable, 0); 1967 show_pwm_enable, store_pwm_enable, 1);
|
D | w83795.c | 900 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 1653 show_pwm_enable, store_pwm_enable, NOT_USED, index - 1), \
|
D | asc7621.c | 569 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
D | nct6775.c | 2332 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 2673 SENSOR_TEMPLATE(pwm_enable, "pwm%d_enable", S_IWUSR | S_IRUGO, show_pwm_enable,
|