Searched refs:show_pwm_mode (Results 1 – 9 of 9) sorted by relevance
/drivers/hwmon/ |
D | thmc50.c | 153 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function 266 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0);
|
D | gpio-fan.c | 256 static ssize_t show_pwm_mode(struct device *dev, in show_pwm_mode() function 321 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 | 526 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 528 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 | nct6775.c | 1894 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 2398 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 2400 static SENSOR_DEVICE_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 2402 static SENSOR_DEVICE_ATTR(pwm3_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 2404 static SENSOR_DEVICE_ATTR(pwm4_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 2406 static SENSOR_DEVICE_ATTR(pwm5_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
|
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 | 977 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 1657 show_pwm_mode, NULL, NOT_USED, index - 1), \
|