Lines Matching defs:attr
809 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in()
840 static ssize_t set_in(struct device *dev, struct device_attribute *attr, in set_in()
887 static ssize_t show_temp(struct device *dev, struct device_attribute *attr, in show_temp()
924 static ssize_t set_temp(struct device *dev, struct device_attribute *attr, in set_temp()
975 static ssize_t show_zone(struct device *dev, struct device_attribute *attr, in show_zone()
1016 static ssize_t set_zone(struct device *dev, struct device_attribute *attr, in set_zone()
1089 static ssize_t show_fan(struct device *dev, struct device_attribute *attr, in show_fan()
1129 static ssize_t set_fan(struct device *dev, struct device_attribute *attr, in set_fan()
1205 static ssize_t show_pwm(struct device *dev, struct device_attribute *attr, in show_pwm()
1268 static ssize_t set_pwm(struct device *dev, struct device_attribute *attr, in set_pwm()
1471 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, in show_vrm()
1480 static ssize_t set_vrm(struct device *dev, struct device_attribute *attr, in set_vrm()
1498 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid()
1506 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name()
2053 struct attribute *attr, umode_t mode) in dme1737_chmod_file()
2065 struct attribute **attr; in dme1737_chmod_group() local