Home
last modified time | relevance | path

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

12

/third_party/NuttX/drivers/usbdev/gadget/
Df_ether.h59 struct usb_endpoint_descriptor nepd;
61 struct usb_endpoint_descriptor iepd;
62 struct usb_endpoint_descriptor oepd;
75 struct usb_endpoint_descriptor nepd;
80 struct usb_endpoint_descriptor iepd;
84 struct usb_endpoint_descriptor oepd;
Dcdcacm.h236 struct usb_endpoint_descriptor nepd;
241 struct usb_endpoint_descriptor iepd;
245 struct usb_endpoint_descriptor oepd;
Df_acm_desc.c114 .bLength = sizeof(struct usb_endpoint_descriptor),
144 .bLength = sizeof(struct usb_endpoint_descriptor),
161 .bLength = sizeof(struct usb_endpoint_descriptor),
Dcomposite.h173 extern void usbd_configep_byspeed(struct usbdev_s *dev, struct usb_endpoint_descriptor *ep_desc);
Drndis.c275 .bLength = sizeof(struct usb_endpoint_descriptor),
302 .bLength = sizeof(struct usb_endpoint_descriptor),
319 .bLength = sizeof(struct usb_endpoint_descriptor),
1712 (struct usb_endpoint_descriptor *)&g_rndis_hs_func_desc.nepd); in usbclass_bind()
1732 (struct usb_endpoint_descriptor *)&g_rndis_hs_func_desc.iepd); in usbclass_bind()
1744 (struct usb_endpoint_descriptor *)&g_rndis_hs_func_desc.oepd); in usbclass_bind()
Dcomposite.c97 void usbd_configep_byspeed(struct usbdev_s *dev, struct usb_endpoint_descriptor *ep_desc) in usbd_configep_byspeed()
340 struct usb_endpoint_descriptor *ep_des; in composite_get_config_descriptor()
362 ep_des = (struct usb_endpoint_descriptor *)descriptors; in composite_get_config_descriptor()
Df_uvc.c343 static struct usb_endpoint_descriptor g_fuvc_ctrl_ep_desc =
345 .bLength = sizeof(struct usb_endpoint_descriptor),
805 struct usb_endpoint_descriptor g_fuvc_hs_isoc_streaming_ep =
807 .bLength = sizeof(struct usb_endpoint_descriptor),
834 struct usb_endpoint_descriptor g_fuvc_hs_bulk_streaming_ep =
2272 (struct usb_endpoint_descriptor *)&g_fuvc_ctrl_ep_desc); in usbclass_uvc_bind()
2293 (struct usb_endpoint_descriptor *)&g_fuvc_hs_isoc_streaming_ep); in usbclass_uvc_bind()
2297 (struct usb_endpoint_descriptor *)&g_fuvc_hs_bulk_streaming_ep); in usbclass_uvc_bind()
Df_mass_storage.c180 struct usb_endpoint_descriptor iepd;
184 struct usb_endpoint_descriptor oepd;
217 .bLength = sizeof(struct usb_endpoint_descriptor),
236 .bLength = sizeof(struct usb_endpoint_descriptor),
1613 (struct usb_endpoint_descriptor *)&g_fmass_confd.iepd); in usbclass_mass_bind()
1625 (struct usb_endpoint_descriptor *)&g_fmass_confd.oepd); in usbclass_mass_bind()
Df_uvc.h838 extern struct usb_endpoint_descriptor g_fuvc_hs_bulk_streaming_ep;
839 extern struct usb_endpoint_descriptor g_fuvc_hs_isoc_streaming_ep;
Df_uac.c670 (struct usb_endpoint_descriptor *)&g_fuac_as_out_ep_desc); in usbclass_uac_bind()
686 (struct usb_endpoint_descriptor *)&g_fuac_as_in_ep_desc); in usbclass_uac_bind()
Df_hid.c456 …ep = DEV_ALLOCEP(dev, g_fhid_out_ep_desc.bEndpointAddress, (struct usb_endpoint_descriptor *)&g_fh… in usbclass_hid_bind()
483 …ep = DEV_ALLOCEP(dev, g_fhid_in_ep_desc.bEndpointAddress, (struct usb_endpoint_descriptor *)&g_fhi… in usbclass_hid_bind()
/third_party/FreeBSD/sys/dev/usb/
Dusb_parse.c156 struct usb_endpoint_descriptor *
158 struct usb_endpoint_descriptor *ped) in usb_edesc_foreach()
173 return ((struct usb_endpoint_descriptor *)desc); in usb_edesc_foreach()
Dusbdi_util.h51 struct usb_endpoint_descriptor *usb_edesc_foreach(
53 struct usb_endpoint_descriptor *ped);
Dusb_controller.h45 struct usb_endpoint_descriptor;
63 struct usb_endpoint_descriptor *, struct usb_endpoint *);
Dusb_device.h65 struct usb_endpoint_descriptor desc;
262 struct usb_endpoint_descriptor ctrl_ep_desc; /* for endpoint 0 */
Dusb_ioctl.h280 #define USB_GET_RX_ENDPOINT_DESC _IOR ('U', 108, struct usb_endpoint_descriptor)
308 #define USB_GET_TX_ENDPOINT_DESC _IOR ('U', 142, struct usb_endpoint_descriptor)
Dusb_generic.c128 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open()
185 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_write()
254 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_read()
1393 struct usb_endpoint_descriptor *ed; in ugen_ioctl()
1757 struct usb_endpoint_descriptor *ed) in ugen_get_endpoint_desc()
2113 struct usb_endpoint_descriptor ed; in ugen_iface_ioctl()
2120 error = copyout((const void *)&ed, addr, sizeof(struct usb_endpoint_descriptor)); in ugen_iface_ioctl()
2126 struct usb_endpoint_descriptor ed; in ugen_iface_ioctl()
2133 error = copyout((const void *)&ed, addr, sizeof(struct usb_endpoint_descriptor)); in ugen_iface_ioctl()
Dusb.h526 struct usb_endpoint_descriptor { struct
565 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument
Dusb_device.c40 struct usb_endpoint_descriptor *,
311 struct usb_endpoint_descriptor *edesc, in usb_init_endpoint()
633 struct usb_endpoint_descriptor *ed; in usb_config_parse()
737 ed = (struct usb_endpoint_descriptor *)id; in usb_config_parse()
1940 struct usb_endpoint_descriptor *ed; in usb_cdev_create()
1971 ed = (struct usb_endpoint_descriptor *)desc; in usb_cdev_create()
/third_party/libusb/libusb/os/
Dhaiku_usb_raw.h109 usb_endpoint_descriptor *descriptor;
117 usb_endpoint_descriptor *descriptor;
Dhaiku_usb_backend.cpp511 usb_endpoint_descriptor tmp_endpoint; in Initialise()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h442 struct usb_endpoint_descriptor endpd;
Dehci.h311 struct usb_endpoint_descriptor endpd;
Dxhci.c106 struct usb_endpoint_descriptor *);
110 struct usb_endpoint_descriptor *, struct xhci_endpoint_ext *,
2314 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint()
2785 xhci_get_endpoint_ext(struct usb_device *udev, struct usb_endpoint_descriptor *edesc) in xhci_get_endpoint_ext()
3790 struct usb_endpoint_descriptor *edesc; in xhci_configure_reset_endpoint()
3977 xhci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in xhci_ep_init()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c884 struct usb_endpoint_descriptor *ed; in usb_linux_create_usb_device()
1007 struct usb_endpoint_descriptor *ed; in usb_create_usb_device()

12