Searched defs:oz_endpoint (Results 1 – 1 of 1) sorted by relevance
76 struct oz_endpoint { struct77 struct list_head urb_list; /* List of oz_urb_link items. */78 struct list_head link; /* For isoc ep, links in to isoc80 struct timespec timestamp;81 int credit;82 int credit_ceiling;83 u8 ep_num;84 u8 attrib;85 u8 *buffer;86 int buffer_size;[all …]