Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Diowarrior.c74 struct iowarrior { struct
75 struct kref kref;
76 struct mutex mutex; /* locks this structure */
77 struct usb_device *udev; /* save off the usb device pointer */
78 struct usb_interface *interface; /* the interface for this device */
79 …truct usb_endpoint_descriptor *int_out_endpoint; /* endpoint for reading (needed for IOW56 only) */
80 struct usb_endpoint_descriptor *int_in_endpoint; /* endpoint for reading */
81 struct urb *int_in_urb; /* the urb for reading data */
82 unsigned char *int_in_buffer; /* buffer for data to be read */
83 unsigned char serial_number; /* to detect lost packages */
[all …]