Lines Matching defs:attr
799 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in()
830 static ssize_t set_in(struct device *dev, struct device_attribute *attr, in set_in()
877 static ssize_t show_temp(struct device *dev, struct device_attribute *attr, in show_temp()
914 static ssize_t set_temp(struct device *dev, struct device_attribute *attr, in set_temp()
965 static ssize_t show_zone(struct device *dev, struct device_attribute *attr, in show_zone()
1006 static ssize_t set_zone(struct device *dev, struct device_attribute *attr, in set_zone()
1080 static ssize_t show_fan(struct device *dev, struct device_attribute *attr, in show_fan()
1120 static ssize_t set_fan(struct device *dev, struct device_attribute *attr, in set_fan()
1196 static ssize_t show_pwm(struct device *dev, struct device_attribute *attr, in show_pwm()
1259 static ssize_t set_pwm(struct device *dev, struct device_attribute *attr, in set_pwm()
1462 static ssize_t vrm_show(struct device *dev, struct device_attribute *attr, in vrm_show()
1471 static ssize_t vrm_store(struct device *dev, struct device_attribute *attr, in vrm_store()
1490 struct device_attribute *attr, char *buf) in cpu0_vid_show()
1497 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
2044 struct attribute *attr, umode_t mode) in dme1737_chmod_file()
2056 struct attribute **attr; in dme1737_chmod_group() local