Searched refs:UDESC_DEVICE (Results 1 - 17 of 17) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_camera.c | 130 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
H A D | f_multi.c | 98 .bDescriptorType = UDESC_DEVICE,
|
H A D | f_ether.c | 128 .bDescriptorType = UDESC_DEVICE,
|
H A D | f_acm_desc.c | 48 .bDescriptorType = UDESC_DEVICE,
|
H A D | composite.c | 495 case UDESC_DEVICE: in usb_composite_setup()
|
H A D | f_dfu.c | 90 .bDescriptorType = UDESC_DEVICE,
|
H A D | f_hid.c | 121 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
H A D | f_uac.c | 187 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
H A D | f_uvc.c | 159 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
H A D | f_mass_storage.c | 161 .bDescriptorType = UDESC_DEVICE,
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 387 case UDESC_DEVICE: in fconfig_composite_setup() 388 usb_debug("UDESC_DEVICE, usb_req:%x, buf:%x\n", usb_req, usb_req->buf); in fconfig_composite_setup()
|
H A D | usbd_generic_ep0.c | 121 case UDESC_DEVICE: in generic_parse_single_desc()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 912 case UDESC_DEVICE: in usb_linux_create_usb_device() 1035 case UDESC_DEVICE: in usb_create_usb_device()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb.h | 182 #define UDESC_DEVICE 0x01 macro
|
H A D | usb_request.c | 1356 sizeof(*d), 0, UDESC_DEVICE, 0, 3)); in usbd_req_get_device_desc() 1944 USB_MAX_IPACKET, USB_MAX_IPACKET, 0, UDESC_DEVICE, 0, 0); in usbd_setup_device_desc()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 3139 .bDescriptorType = UDESC_DEVICE, /* type */ 3276 case UDESC_DEVICE: in xhci_roothub_exec()
|
H A D | ehci.c | 2940 UDESC_DEVICE, /* type */ 3074 case UDESC_DEVICE:
|
Completed in 29 milliseconds