Lines Matching refs:devattr
159 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
166 struct device_attribute *devattr, char *buf) in in_value_show() argument
168 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_value_show()
182 struct device_attribute *devattr, char *buf) in in_label_show() argument
184 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_label_show()
191 struct device_attribute *devattr, char *buf) in temp_value_show() argument
193 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_value_show()
205 struct device_attribute *devattr, char *buf) in temp_fault_show() argument
207 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_fault_show()
219 struct device_attribute *devattr, char *buf) in temp_alarm_show() argument
221 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_alarm_show()
233 struct device_attribute *devattr, char *buf) in fan_value_show() argument
235 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_value_show()
250 struct device_attribute *devattr, char *buf) in fan_fault_show() argument
252 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_fault_show()
264 struct device_attribute *devattr, char *buf) in fan_alarm_show() argument
266 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_alarm_show()