Searched refs:UDESC_CONFIG (Results 1 - 18 of 18) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | composite_desc.c | 138 if (desc->bDescriptorType == UDESC_CONFIG) in composite_mkcfgdesc_sub()
|
H A D | f_acm_desc.c | 184 .bDescriptorType = UDESC_CONFIG,
|
H A D | composite.c | 503 case UDESC_CONFIG: in usb_composite_setup()
|
H A D | f_dfu.c | 108 .bDescriptorType = UDESC_CONFIG,
|
H A D | f_hid.c | 137 .bDescriptorType = UDESC_CONFIG,
|
H A D | f_uac.c | 205 .bDescriptorType = UDESC_CONFIG,
|
H A D | rndis.c | 340 .bDescriptorType = UDESC_CONFIG,
|
H A D | f_uvc.c | 183 .bDescriptorType = UDESC_CONFIG,
|
H A D | f_mass_storage.c | 195 .bDescriptorType = UDESC_CONFIG,
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 394 case UDESC_CONFIG: in fconfig_composite_setup() 395 usb_debug("%s, UDESC_CONFIG, usb_req:%x, buf:%x\n", __func__, usb_req, usb_req->buf); in fconfig_composite_setup() 403 dprintf("%s, UDESC_CONFIG, usb_req->len: %x\n", __func__, usb_req->len); in fconfig_composite_setup()
|
H A D | f_generic.c | 81 .bDescriptorType = UDESC_CONFIG,
|
H A D | usbd_generic_ep0.c | 122 case UDESC_CONFIG: in generic_parse_single_desc()
|
H A D | usbd_config.c | 346 cfg_desc->bDescriptorType = UDESC_CONFIG; in fconfig_add_gadget_cfg()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb.h | 183 #define UDESC_CONFIG 0x02 macro
|
H A D | usb_request.c | 1239 sizeof(*d), 0, UDESC_CONFIG, conf_index, 0); in usbd_req_get_config_desc() 1330 UDESC_CONFIG, index, 3); in usbd_req_get_config_desc_full()
|
H A D | usb_device.c | 514 (UDESC_CONFIG << 8) | index); in usbd_set_config_index()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 3191 .bDescriptorType = UDESC_CONFIG, 3294 case UDESC_CONFIG: in xhci_roothub_exec()
|
H A D | ehci.c | 2967 .bDescriptorType = UDESC_CONFIG, 3096 case UDESC_CONFIG:
|
Completed in 34 milliseconds