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),
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()
Dcomposite.h173 extern void usbd_configep_byspeed(struct usbdev_s *dev, struct usb_endpoint_descriptor *ep_desc);
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_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()
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()
/third_party/FreeBSD/sys/dev/usb/
Dusb_parse.c168 struct usb_endpoint_descriptor *
170 struct usb_endpoint_descriptor *ped) in usb_edesc_foreach()
185 return ((struct usb_endpoint_descriptor *)desc); in usb_edesc_foreach()
Dusb_controller.h45 struct usb_endpoint_descriptor;
62 struct usb_endpoint_descriptor *, struct usb_endpoint *);
Dusbdi_util.h51 struct usb_endpoint_descriptor *usb_edesc_foreach(
53 struct usb_endpoint_descriptor *ped);
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.c125 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open()
182 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_write()
251 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_read()
1333 struct usb_endpoint_descriptor *ed; in ugen_ioctl()
1696 struct usb_endpoint_descriptor *ed) in ugen_get_endpoint_desc()
2052 struct usb_endpoint_descriptor ed; in ugen_iface_ioctl()
2059 error = copyout((const void *)&ed, addr, sizeof(struct usb_endpoint_descriptor)); in ugen_iface_ioctl()
2065 struct usb_endpoint_descriptor ed; in ugen_iface_ioctl()
2072 error = copyout((const void *)&ed, addr, sizeof(struct usb_endpoint_descriptor)); in ugen_iface_ioctl()
Dusb.h527 struct usb_endpoint_descriptor { struct
566 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument
Dusb_device.c40 struct usb_endpoint_descriptor *,
309 struct usb_endpoint_descriptor *edesc, in usb_init_endpoint()
631 struct usb_endpoint_descriptor *ed; in usb_config_parse()
735 ed = (struct usb_endpoint_descriptor *)id; in usb_config_parse()
1928 struct usb_endpoint_descriptor *ed; in usb_cdev_create()
1959 ed = (struct usb_endpoint_descriptor *)desc; in usb_cdev_create()
Dusbdi.h138 struct usb_endpoint_descriptor *edesc;
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h442 struct usb_endpoint_descriptor endpd;
Dxhci.c106 struct usb_endpoint_descriptor *);
110 struct usb_endpoint_descriptor *, struct xhci_endpoint_ext *,
2295 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint()
2764 xhci_get_endpoint_ext(struct usb_device *udev, struct usb_endpoint_descriptor *edesc) in xhci_get_endpoint_ext()
3765 struct usb_endpoint_descriptor *edesc; in xhci_configure_reset_endpoint()
3948 xhci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in xhci_ep_init()
Dehci.h310 struct usb_endpoint_descriptor endpd;
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c880 struct usb_endpoint_descriptor *ed; in usb_linux_create_usb_device()
1002 struct usb_endpoint_descriptor *ed; in usb_create_usb_device()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_ep0.c146 struct usb_endpoint_descriptor *ds = (void *)desc; in generic_parse_single_desc()

12