Lines Matching refs:devattr
173 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() argument
180 *devattr, char *buf) in show_in_value()
182 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in_value()
196 *devattr, char *buf) in show_in_label()
198 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in_label()
205 *devattr, char *buf) in show_temp_value()
207 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_value()
219 *devattr, char *buf) in show_temp_fault()
221 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_fault()
233 *devattr, char *buf) in show_temp_alarm()
235 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_alarm()
247 *devattr, char *buf) in show_fan_value()
249 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan_value()
264 *devattr, char *buf) in show_fan_fault()
266 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan_fault()
278 *devattr, char *buf) in show_fan_alarm()
280 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan_alarm()