Home
last modified time | relevance | path

Searched refs:usb_endpoint_descriptor (Results 1 – 25 of 56) sorted by relevance

123

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.h19 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 */
A Dusbh_rndis.h13 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 */
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.h13 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 */
A Dusbh_cdc_ncm.h13 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 */
A Dusbh_cdc_acm.h13 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) */
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h11 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 */
A Dusbh_asix.h139 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 */
/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.h8 struct usb_endpoint_descriptor *xxxin;
9 struct usb_endpoint_descriptor *xxxout;
A Dusbh_xxx.c37 struct usb_endpoint_descriptor *ep_desc; in usbh_xxx_connect()
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.h11 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */
12 struct usb_endpoint_descriptor *intout; /* INTR OUT endpoint */
A Dusbh_xbox.c43 struct usb_endpoint_descriptor *ep_desc; in usbh_xbox_connect()
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.h13 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
14 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.h14 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
15 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h80 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()
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.h29 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
30 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
A Dusbh_ch34x.h45 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
46 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
A Dusbh_cp210x.h42 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
43 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
A Dusbh_ftdi.h63 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
64 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.h13 struct usb_endpoint_descriptor *intin; /* INTR IN endpoint */
14 struct usb_endpoint_descriptor *intout; /* INTR OUT endpoint */
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.h40 struct usb_endpoint_descriptor *isoin; /* ISO IN endpoint */
41 struct usb_endpoint_descriptor *isoout; /* ISO OUT endpoint */
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.h42 struct usb_endpoint_descriptor *isoin; /* ISO IN endpoint */
43 struct usb_endpoint_descriptor *isoout; /* ISO OUT endpoint */
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.h173 struct usb_endpoint_descriptor *bulkin; /* Bulk IN endpoint */
174 struct usb_endpoint_descriptor *bulkout; /* Bulk OUT endpoint */
/components/drivers/usb/cherryusb/common/
A Dusb_hc.h40 struct usb_endpoint_descriptor *ep;
A Dusb_dc.h59 int usbd_ep_open(uint8_t busid, const struct usb_endpoint_descriptor *ep);
/components/drivers/usb/cherryusb/port/template/
A Dusb_dc.c56 int usbd_ep_open(uint8_t busid, const struct usb_endpoint_descriptor *ep) in usbd_ep_open()

Completed in 23 milliseconds

123