Lines Matching refs:attr
67 static ssize_t brightness_show(struct device *dev, struct device_attribute *attr, char *buf)
75 static ssize_t brightness_store(struct device *dev, struct device_attribute *attr, const char *buf,
116 static ssize_t temp_show(struct device *dev, struct device_attribute *attr, char *buf)
153 static ssize_t button_show(struct device *dev, struct device_attribute *attr, char *buf)
183 static ssize_t port0_show(struct device *dev, struct device_attribute *attr, char *buf)
207 static ssize_t port0_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)
238 static ssize_t port1_show(struct device *dev, struct device_attribute *attr, char *buf)
262 static ssize_t port1_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)
294 &dev_attr_brightness.attr,
295 &dev_attr_temp.attr,
296 &dev_attr_button.attr,
297 &dev_attr_port0.attr,
298 &dev_attr_port1.attr,