Searched refs:show_pwm_mode (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
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 | gpio-fan.c | 260 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);
|
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 | w83792d.c | 701 show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function 1085 show_pwm_mode, store_pwm_mode, 0); 1087 show_pwm_mode, store_pwm_mode, 1); 1089 show_pwm_mode, store_pwm_mode, 2);
|
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 | 1573 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,
|
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 | 2172 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 2671 SENSOR_TEMPLATE(pwm_mode, "pwm%d_mode", S_IWUSR | S_IRUGO, show_pwm_mode,
|