Lines Matching refs:device
31 /* Structure to hold all of our device specific stuff */
33 struct usb_device *udev; /* save off the usb device pointer */
34 struct usb_interface *interface; /* the interface for this device */
49 /* Send a vendor command to device */
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)
321 "Cypress thermometer device now attached\n");