Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hwmon/
Dthmc50.c152 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function
265 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0);
Dgpio-fan.c279 static ssize_t show_pwm_mode(struct device *dev, in show_pwm_mode() function
338 static DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL);
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.c528 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
530 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);
Dw83792d.c702 show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function
1134 show_pwm_mode, store_pwm_mode, 0);
1136 show_pwm_mode, store_pwm_mode, 1);
1138 show_pwm_mode, store_pwm_mode, 2);
Dw83627ehf.c1564 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1566 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1568 SENSOR_ATTR(pwm3_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1570 SENSOR_ATTR(pwm4_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
Dw83795.c977 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), \