/Linux-v4.19/drivers/hwmon/ |
D | w83792d.c | 698 show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function 1084 show_pwm_mode, store_pwm_mode, 0); 1086 show_pwm_mode, store_pwm_mode, 1); 1088 show_pwm_mode, store_pwm_mode, 2); 1090 show_pwm_mode, store_pwm_mode, 3); 1092 show_pwm_mode, store_pwm_mode, 4); 1094 show_pwm_mode, store_pwm_mode, 5); 1096 show_pwm_mode, store_pwm_mode, 6);
|
D | tc654.c | 332 static ssize_t show_pwm_mode(struct device *dev, in show_pwm_mode() function 439 show_pwm_mode, set_pwm_mode, 0);
|
D | thmc50.c | 169 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function 282 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0);
|
D | nct7802.c | 108 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function 830 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0); 831 static SENSOR_DEVICE_ATTR(pwm2_mode, S_IRUGO, show_pwm_mode, NULL, 1); 832 static SENSOR_DEVICE_ATTR(pwm3_mode, S_IRUGO, show_pwm_mode, NULL, 2);
|
D | f75375s.c | 511 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute in show_pwm_mode() function 719 show_pwm_mode, set_pwm_mode, 0); 725 show_pwm_mode, set_pwm_mode, 1);
|
D | w83l786ng.c | 573 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 575 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
|
D | f71805f.c | 685 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute in show_pwm_mode() function 1091 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0); 1097 static SENSOR_DEVICE_ATTR(pwm2_mode, S_IRUGO, show_pwm_mode, NULL, 1); 1103 static SENSOR_DEVICE_ATTR(pwm3_mode, S_IRUGO, show_pwm_mode, NULL, 2);
|
D | w83627ehf.c | 1579 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 1581 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 1583 SENSOR_ATTR(pwm3_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 1585 SENSOR_ATTR(pwm4_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
|
D | w83795.c | 975 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 1655 show_pwm_mode, NULL, NOT_USED, index - 1), \
|
D | nct6775.c | 2413 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 2913 SENSOR_TEMPLATE(pwm_mode, "pwm%d_mode", S_IWUSR | S_IRUGO, show_pwm_mode,
|