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