Searched defs:usbfs_urb (Results 1 – 2 of 2) sorted by relevance
85 struct usbfs_urb { struct86 unsigned char type;87 unsigned char endpoint;88 int status;89 unsigned int flags;90 void *buffer;91 int buffer_length;92 int actual_length;93 int start_frame;94 int number_of_packets;[all …]
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 int number_of_packets;[all …]