Home
last modified time | relevance | path

Searched defs:usb_idmouse (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/misc/
Didmouse.c71 struct usb_idmouse { struct
73 struct usb_device *udev; /* save off the usb device pointer */
74 struct usb_interface *interface; /* the interface for this device */
76 unsigned char *bulk_in_buffer; /* the buffer to receive data */
77 size_t bulk_in_size; /* the maximum bulk packet size */
78 size_t orig_bi_size; /* same as above, but reported by the device */
79 __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */
81 int open; /* if the port is open or not */
82 int present; /* if the device is not disconnected */
83 struct mutex lock; /* locks this structure */