Searched defs:iowarrior (Results 1 – 1 of 1) sorted by relevance
68 struct iowarrior { struct69 struct mutex mutex; /* locks this structure */70 struct usb_device *udev; /* save off the usb device pointer */71 struct usb_interface *interface; /* the interface for this device */72 unsigned char minor; /* the starting minor number for this device */73 …truct usb_endpoint_descriptor *int_out_endpoint; /* endpoint for reading (needed for IOW56 only) */74 struct usb_endpoint_descriptor *int_in_endpoint; /* endpoint for reading */75 struct urb *int_in_urb; /* the urb for reading data */76 unsigned char *int_in_buffer; /* buffer for data to be read */77 unsigned char serial_number; /* to detect lost packages */[all …]