Lines Matching refs:device_attribute
177 show_in(struct device *dev, struct device_attribute *attr, char *buf) in show_in()
186 show_in_min(struct device *dev, struct device_attribute *attr, char *buf) in show_in_min()
195 show_in_max(struct device *dev, struct device_attribute *attr, char *buf) in show_in_max()
204 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp()
212 show_temp_min(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_min()
220 show_temp_max(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_max()
227 static ssize_t set_in_min(struct device *dev, struct device_attribute *attr, in set_in_min()
248 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max()
283 static ssize_t set_temp_min(struct device *dev, struct device_attribute *attr, in set_temp_min()
304 static ssize_t set_temp_max(struct device *dev, struct device_attribute *attr, in set_temp_max()
336 show_alarms(struct device *dev, struct device_attribute *attr, char *buf) in show_alarms()
344 show_alarm(struct device *dev, struct device_attribute *attr, char *buf) in show_alarm()
361 show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid()
369 show_vrm(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm()
374 static ssize_t set_vrm(struct device *dev, struct device_attribute *attr, in set_vrm()