Searched refs:UDESC_DEVICE (Results 1 – 17 of 17) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_camera.c | 130 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
D | f_multi.c | 98 .bDescriptorType = UDESC_DEVICE,
|
D | f_acm_desc.c | 48 .bDescriptorType = UDESC_DEVICE,
|
D | f_ether.c | 128 .bDescriptorType = UDESC_DEVICE,
|
D | composite.c | 495 case UDESC_DEVICE: in usb_composite_setup()
|
D | f_uac.c | 187 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
D | f_dfu.c | 90 .bDescriptorType = UDESC_DEVICE,
|
D | f_hid.c | 121 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
D | f_mass_storage.c | 161 .bDescriptorType = UDESC_DEVICE,
|
D | f_uvc.c | 159 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 387 case UDESC_DEVICE: in fconfig_composite_setup()
|
D | usbd_generic_ep0.c | 121 case UDESC_DEVICE: in generic_parse_single_desc()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 183 #define UDESC_DEVICE 0x01 macro
|
D | usb_request.c | 1350 sizeof(*d), 0, UDESC_DEVICE, 0, 3)); in usbd_req_get_device_desc() 1927 USB_MAX_IPACKET, USB_MAX_IPACKET, 0, UDESC_DEVICE, 0, 0); in usbd_setup_device_desc()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 918 case UDESC_DEVICE: in usb_linux_create_usb_device() 1041 case UDESC_DEVICE: in usb_create_usb_device()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 2966 UDESC_DEVICE, /* type */ 3100 case UDESC_DEVICE:
|
D | xhci.c | 3164 .bDescriptorType = UDESC_DEVICE, /* type */ 3301 case UDESC_DEVICE: in xhci_roothub_exec()
|