Home
last modified time | relevance | path

Searched refs:UDESC_ENDPOINT (Results 1 – 14 of 14) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_acm_desc.c115 .bDescriptorType = UDESC_ENDPOINT,
145 .bDescriptorType = UDESC_ENDPOINT,
162 .bDescriptorType = UDESC_ENDPOINT,
Df_uac.c333 .bDescriptorType = UDESC_ENDPOINT,
347 .bDescriptorType = UDESC_ENDPOINT,
Df_hid.c176 .bDescriptorType = UDESC_ENDPOINT,
186 .bDescriptorType = UDESC_ENDPOINT,
Drndis.c276 .bDescriptorType = UDESC_ENDPOINT,
303 .bDescriptorType = UDESC_ENDPOINT,
320 .bDescriptorType = UDESC_ENDPOINT,
Df_uvc.c346 .bDescriptorType = UDESC_ENDPOINT,
808 .bDescriptorType = UDESC_ENDPOINT,
837 .bDescriptorType = UDESC_ENDPOINT,
Dcomposite.c356 if (descriptors->bDescriptorType != UDESC_ENDPOINT) in composite_get_config_descriptor()
Df_mass_storage.c218 .bDescriptorType = UDESC_ENDPOINT,
237 .bDescriptorType = UDESC_ENDPOINT,
/third_party/FreeBSD/sys/dev/usb/
Dusb_parse.c180 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach()
214 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach()
Dusb.h188 #define UDESC_ENDPOINT 0x05 macro
Dusb_device.c1551 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device()
1817 (usbd_get_no_descriptors(udev->cdesc, UDESC_ENDPOINT) == 0)) { in usb_alloc_device()
1957 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c916 case UDESC_ENDPOINT: in usb_linux_create_usb_device()
1039 case UDESC_ENDPOINT: in usb_create_usb_device()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_ep0.c144 case UDESC_ENDPOINT: in generic_parse_single_desc()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c2986 .bDescriptorType = UDESC_ENDPOINT,
Dxhci.c3210 .bDescriptorType = UDESC_ENDPOINT,