Searched refs:UDESC_CONFIG (Results 1 – 18 of 18) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | composite_desc.c | 138 if (desc->bDescriptorType == UDESC_CONFIG) in composite_mkcfgdesc_sub()
|
D | f_acm_desc.c | 184 .bDescriptorType = UDESC_CONFIG,
|
D | composite.c | 503 case UDESC_CONFIG: in usb_composite_setup()
|
D | f_uac.c | 205 .bDescriptorType = UDESC_CONFIG,
|
D | f_dfu.c | 108 .bDescriptorType = UDESC_CONFIG,
|
D | f_hid.c | 137 .bDescriptorType = UDESC_CONFIG,
|
D | rndis.c | 340 .bDescriptorType = UDESC_CONFIG,
|
D | f_mass_storage.c | 195 .bDescriptorType = UDESC_CONFIG,
|
D | f_uvc.c | 183 .bDescriptorType = UDESC_CONFIG,
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 394 case UDESC_CONFIG: in fconfig_composite_setup()
|
D | f_generic.c | 81 .bDescriptorType = UDESC_CONFIG,
|
D | usbd_config.c | 346 cfg_desc->bDescriptorType = UDESC_CONFIG; in fconfig_add_gadget_cfg()
|
D | usbd_generic_ep0.c | 122 case UDESC_CONFIG: in generic_parse_single_desc()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 184 #define UDESC_CONFIG 0x02 macro
|
D | usb_request.c | 1233 sizeof(*d), 0, UDESC_CONFIG, conf_index, 0); in usbd_req_get_config_desc() 1324 UDESC_CONFIG, index, 3); in usbd_req_get_config_desc_full()
|
D | usb_device.c | 517 (UDESC_CONFIG << 8) | index); in usbd_set_config_index()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 2993 .bDescriptorType = UDESC_CONFIG, 3122 case UDESC_CONFIG:
|
D | xhci.c | 3216 .bDescriptorType = UDESC_CONFIG, 3319 case UDESC_CONFIG: in xhci_roothub_exec()
|