Searched refs:usb_endpoint_descriptor (Results 1 – 25 of 56) sorted by relevance
123
19 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */20 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */24 struct usb_endpoint_descriptor *intin; /* INTR endpoint */25 struct usb_endpoint_descriptor *isoin; /* Bulk IN endpoint */26 struct usb_endpoint_descriptor *isoout; /* Bulk OUT endpoint */
13 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */14 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */15 struct usb_endpoint_descriptor *intin; /* INTR endpoint */
13 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */14 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */15 struct usb_endpoint_descriptor *intin; /* Interrupt IN endpoint */
13 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */14 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */16 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint (optional) */
11 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */12 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */13 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */
139 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */140 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */141 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */
8 struct usb_endpoint_descriptor *xxxin;9 struct usb_endpoint_descriptor *xxxout;
37 struct usb_endpoint_descriptor *ep_desc; in usbh_xxx_connect()
11 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */12 struct usb_endpoint_descriptor *intout; /* INTR OUT endpoint */
43 struct usb_endpoint_descriptor *ep_desc; in usbh_xbox_connect()
13 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */14 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
14 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */15 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
80 struct usb_endpoint_descriptor ep_desc;119 struct usb_endpoint_descriptor ep0;139 struct usb_endpoint_descriptor *intin;194 struct usb_endpoint_descriptor *ep, in usbh_bulk_urb_fill()213 struct usb_endpoint_descriptor *ep, in usbh_int_urb_fill()
29 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */30 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
45 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */46 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
42 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */43 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
63 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */64 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
13 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */14 struct usb_endpoint_descriptor *intout; /* INTR OUT endpoint */
40 struct usb_endpoint_descriptor *isoin; /* ISO IN endpoint */41 struct usb_endpoint_descriptor *isoout; /* ISO OUT endpoint */
42 struct usb_endpoint_descriptor *isoin; /* ISO IN endpoint */43 struct usb_endpoint_descriptor *isoout; /* ISO OUT endpoint */
173 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */174 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
40 struct usb_endpoint_descriptor *ep;
59 int usbd_ep_open(uint8_t busid, const struct usb_endpoint_descriptor *ep);
56 int usbd_ep_open(uint8_t busid, const struct usb_endpoint_descriptor *ep) in usbd_ep_open()
Completed in 23 milliseconds