Searched refs:show_pwm_freq (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/hwmon/ |
D | f71805f.c | 668 static ssize_t show_pwm_freq(struct device *dev, struct device_attribute in show_pwm_freq() function 1083 show_pwm_freq, set_pwm_freq, 0); 1089 show_pwm_freq, set_pwm_freq, 1); 1095 show_pwm_freq, set_pwm_freq, 2);
|
D | it87.c | 1156 static ssize_t show_pwm_freq(struct device *dev, struct device_attribute *attr, in show_pwm_freq() function 1657 static SENSOR_DEVICE_ATTR(pwm1_freq, S_IRUGO | S_IWUSR, show_pwm_freq, 1687 static SENSOR_DEVICE_ATTR(pwm2_freq, S_IRUGO, show_pwm_freq, set_pwm_freq, 1); 1716 static SENSOR_DEVICE_ATTR(pwm3_freq, S_IRUGO, show_pwm_freq, NULL, 2); 1745 static SENSOR_DEVICE_ATTR(pwm4_freq, S_IRUGO, show_pwm_freq, NULL, 3); 1764 static SENSOR_DEVICE_ATTR(pwm5_freq, S_IRUGO, show_pwm_freq, NULL, 4); 1783 static SENSOR_DEVICE_ATTR(pwm6_freq, S_IRUGO, show_pwm_freq, NULL, 5);
|
D | asc7621.c | 645 static ssize_t show_pwm_freq(struct device *dev, in show_pwm_freq() function
|