Searched refs:show_pwm_freq (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | f71805f.c | 675 static ssize_t show_pwm_freq(struct device *dev, struct device_attribute in show_pwm_freq() function 1090 show_pwm_freq, set_pwm_freq, 0); 1096 show_pwm_freq, set_pwm_freq, 1); 1102 show_pwm_freq, set_pwm_freq, 2);
|
D | w83627hf.c | 1142 show_pwm_freq(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_freq() function 1187 show_pwm_freq, store_pwm_freq, 0); 1189 show_pwm_freq, store_pwm_freq, 1); 1191 show_pwm_freq, store_pwm_freq, 2);
|
D | it87.c | 877 static ssize_t show_pwm_freq(struct device *dev, struct device_attribute *attr, in show_pwm_freq() function 1290 static DEVICE_ATTR(pwm1_freq, S_IRUGO | S_IWUSR, show_pwm_freq, set_pwm_freq); 1315 static DEVICE_ATTR(pwm2_freq, S_IRUGO, show_pwm_freq, NULL); 1340 static DEVICE_ATTR(pwm3_freq, S_IRUGO, show_pwm_freq, NULL);
|
D | lm85.c | 782 static ssize_t show_pwm_freq(struct device *dev, in show_pwm_freq() function 840 show_pwm_freq, set_pwm_freq, offset - 1)
|
D | lm93.c | 1969 static ssize_t show_pwm_freq(struct device *dev, struct device_attribute *attr, in show_pwm_freq() function 2032 show_pwm_freq, store_pwm_freq, 0); 2034 show_pwm_freq, store_pwm_freq, 1);
|
D | asc7621.c | 659 static ssize_t show_pwm_freq(struct device *dev, in show_pwm_freq() function
|