Lines Matching defs:attr
81 struct device_attribute *attr, char *buf) in show_fan_alarm()
192 struct device_attribute *attr, char *buf) in show_pwm()
200 static ssize_t set_pwm(struct device *dev, struct device_attribute *attr, in set_pwm()
228 struct device_attribute *attr, char *buf) in show_pwm_enable()
235 static ssize_t set_pwm_enable(struct device *dev, struct device_attribute *attr, in set_pwm_enable()
261 struct device_attribute *attr, char *buf) in show_pwm_mode()
267 struct device_attribute *attr, char *buf) in show_rpm_min()
275 struct device_attribute *attr, char *buf) in show_rpm_max()
284 struct device_attribute *attr, char *buf) in show_rpm()
291 static ssize_t set_rpm(struct device *dev, struct device_attribute *attr, in set_rpm()
326 struct attribute *attr, int index) in gpio_fan_is_visible()