Lines Matching refs:devattr
208 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() argument
215 *devattr, char *buf) in show_temp()
217 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp()
229 *devattr, char *buf) in show_temp_fault()
231 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_fault()
241 *devattr, char *buf) in show_temp_max()
243 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_max()
252 *devattr, char *buf) in show_temp_crit()
254 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_temp_crit()
263 *devattr, char *buf) in show_fan()
265 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan()
280 *devattr, char *buf) in show_fan_fault()
282 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan_fault()
293 *devattr, char *buf) in show_fan_min()
295 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_fan_min()
305 *devattr, char *buf) in show_in()
307 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in()
321 *devattr, char *buf) in show_in_label()
323 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in_label()