Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A Didmouse.c65 struct usb_idmouse { struct
67 struct usb_device *udev; /* save off the usb device pointer */
68 struct usb_interface *interface; /* the interface for this device */
70 unsigned char *bulk_in_buffer; /* the buffer to receive data */
71 size_t bulk_in_size; /* the maximum bulk packet size */
72 size_t orig_bi_size; /* same as above, but reported by the device */
73 __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */
75 int open; /* if the port is open or not */
76 int present; /* if the device is not disconnected */
77 struct mutex lock; /* locks this structure */