Home
last modified time | relevance | path

Searched refs:show_pwm_mode (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dw83792d.c698 show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function
1086 show_pwm_mode, store_pwm_mode, 0);
1088 show_pwm_mode, store_pwm_mode, 1);
1090 show_pwm_mode, store_pwm_mode, 2);
1092 show_pwm_mode, store_pwm_mode, 3);
1094 show_pwm_mode, store_pwm_mode, 4);
1096 show_pwm_mode, store_pwm_mode, 5);
1098 show_pwm_mode, store_pwm_mode, 6);
Dthmc50.c169 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);
Dgpio-fan.c260 static ssize_t show_pwm_mode(struct device *dev, in show_pwm_mode() function
319 static DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL);
Dnct7802.c108 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function
828 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0);
829 static SENSOR_DEVICE_ATTR(pwm2_mode, S_IRUGO, show_pwm_mode, NULL, 1);
830 static SENSOR_DEVICE_ATTR(pwm3_mode, S_IRUGO, show_pwm_mode, NULL, 2);
Df75375s.c511 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);
Dw83l786ng.c573 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
575 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
Df71805f.c685 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);
Dw83627ehf.c1573 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1575 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1577 SENSOR_ATTR(pwm3_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1579 SENSOR_ATTR(pwm4_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
Dw83795.c975 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), \
Dnct6775.c2265 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function
2764 SENSOR_TEMPLATE(pwm_mode, "pwm%d_mode", S_IWUSR | S_IRUGO, show_pwm_mode,