Lines Matching refs:devattr
160 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
167 struct device_attribute *devattr, char *buf) in in_value_show() argument
169 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_value_show()
183 struct device_attribute *devattr, char *buf) in in_label_show() argument
185 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_label_show()
192 struct device_attribute *devattr, char *buf) in temp_value_show() argument
194 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_value_show()
206 struct device_attribute *devattr, char *buf) in temp_fault_show() argument
208 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_fault_show()
220 struct device_attribute *devattr, char *buf) in temp_alarm_show() argument
222 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_alarm_show()
234 struct device_attribute *devattr, char *buf) in fan_value_show() argument
236 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_value_show()
251 struct device_attribute *devattr, char *buf) in fan_fault_show() argument
253 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_fault_show()
265 struct device_attribute *devattr, char *buf) in fan_alarm_show() argument
267 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_alarm_show()