/Linux-v4.19/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 | nct7802.c | 160 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 843 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 845 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO | S_IWUSR, show_pwm_enable, 847 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO | S_IWUSR, show_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 | 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 | 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 | it87.c | 1144 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1664 show_pwm_enable, set_pwm_enable, 0); 1694 show_pwm_enable, set_pwm_enable, 1); 1723 show_pwm_enable, set_pwm_enable, 2); 1752 show_pwm_enable, set_pwm_enable, 3); 1771 show_pwm_enable, set_pwm_enable, 4); 1790 show_pwm_enable, set_pwm_enable, 5);
|
D | f71882fg.c | 368 static ssize_t show_pwm_enable(struct device *dev, 601 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 612 SENSOR_ATTR_2(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 623 SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 634 SENSOR_ATTR_2(pwm4_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1892 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
D | w83627hf.c | 1104 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_enable() function 1137 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1139 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1141 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
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 | 1590 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1592 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1594 SENSOR_ATTR(pwm3_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 1596 SENSOR_ATTR(pwm4_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | lm85.c | 719 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 840 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 | 2573 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 2915 SENSOR_TEMPLATE(pwm_enable, "pwm%d_enable", S_IWUSR | S_IRUGO, show_pwm_enable,
|