Searched defs:usbfs_urb (Results 1 – 1 of 1) sorted by relevance
78 struct usbfs_urb { struct79 unsigned char type;80 unsigned char endpoint;81 int status;82 unsigned int flags;83 void *buffer;84 int buffer_length;85 int actual_length;86 int start_frame;87 union {[all …]