Searched defs:usbfs_urb (Results 1 – 1 of 1) sorted by relevance
88 struct usbfs_urb { struct89 unsigned char type;90 unsigned char endpoint;91 int status;92 unsigned int flags;93 void *buffer;94 int buffer_length;95 int actual_length;96 int start_frame;97 union {[all …]