Searched refs:UDESC_ENDPOINT (Results 1 – 14 of 14) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 115 .bDescriptorType = UDESC_ENDPOINT, 145 .bDescriptorType = UDESC_ENDPOINT, 162 .bDescriptorType = UDESC_ENDPOINT,
|
D | f_uac.c | 333 .bDescriptorType = UDESC_ENDPOINT, 347 .bDescriptorType = UDESC_ENDPOINT,
|
D | f_hid.c | 176 .bDescriptorType = UDESC_ENDPOINT, 186 .bDescriptorType = UDESC_ENDPOINT,
|
D | rndis.c | 276 .bDescriptorType = UDESC_ENDPOINT, 303 .bDescriptorType = UDESC_ENDPOINT, 320 .bDescriptorType = UDESC_ENDPOINT,
|
D | f_uvc.c | 346 .bDescriptorType = UDESC_ENDPOINT, 808 .bDescriptorType = UDESC_ENDPOINT, 837 .bDescriptorType = UDESC_ENDPOINT,
|
D | composite.c | 356 if (descriptors->bDescriptorType != UDESC_ENDPOINT) in composite_get_config_descriptor()
|
D | f_mass_storage.c | 218 .bDescriptorType = UDESC_ENDPOINT, 237 .bDescriptorType = UDESC_ENDPOINT,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_parse.c | 180 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach() 214 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach()
|
D | usb.h | 188 #define UDESC_ENDPOINT 0x05 macro
|
D | usb_device.c | 1551 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/ |
D | linux_usb.c | 916 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/ |
D | usbd_generic_ep0.c | 144 case UDESC_ENDPOINT: in generic_parse_single_desc()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 2986 .bDescriptorType = UDESC_ENDPOINT,
|
D | xhci.c | 3210 .bDescriptorType = UDESC_ENDPOINT,
|