/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 48 .bDescriptorType = UDESC_DEVICE, 67 .bDescriptorType = UDESC_IFACE_ASSOC, 79 .bDescriptorType = UDESC_INTERFACE, 92 .bDescriptorType = UDESC_CS_INTERFACE, 98 .bDescriptorType = UDESC_CS_INTERFACE, 104 .bDescriptorType = UDESC_CS_INTERFACE, 110 .bDescriptorType = UDESC_CS_INTERFACE, 115 .bDescriptorType = UDESC_ENDPOINT, 124 .bDescriptorType = 0x30, 132 .bDescriptorType = UDESC_INTERFACE, [all …]
|
D | f_uvc.h | 62 u8 bDescriptorType; member 103 u8 bDescriptorType; member 119 u8 bDescriptorType; member 143 u8 bDescriptorType; member 198 u8 bDescriptorType; \ 215 u8 bDescriptorType; member 259 u8 bDescriptorType; \ 280 u8 bDescriptorType; member 342 u8 bDescriptorType; \ 365 u8 bDescriptorType; member [all …]
|
D | f_uac.h | 92 uint8_t bDescriptorType; member 105 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member 123 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member 137 uint8_t bDescriptorType; /* USB_DT_CS_INTERFACE */ member 153 uint8_t bDescriptorType; member 166 uByte bDescriptorType; member 178 uint8_t bDescriptorType; /* USB_DT_CS_ENDPOINT */ member 191 uint8_t bDescriptorType; member
|
D | f_uvc.c | 159 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */ 183 .bDescriptorType = UDESC_CONFIG, 201 .bDescriptorType = UDESC_IFACE_ASSOC, 219 .bDescriptorType = UDESC_INTERFACE, 234 .bDescriptorType = USB_UVC_CS_INTERFACE, 255 .bDescriptorType = USB_UVC_CS_INTERFACE, /* CS_INTERFACE */ 273 .bDescriptorType = USB_UVC_CS_INTERFACE, /* CS_INTERFACE */ 289 .bDescriptorType = USB_UVC_CS_INTERFACE, /* CS_INTERFACE */ 302 .bDescriptorType = USB_UVC_CS_INTERFACE, 324 .bDescriptorType = USB_UVC_CS_INTERFACE, [all …]
|
D | f_uac.c | 187 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */ 205 .bDescriptorType = UDESC_CONFIG, 217 .bDescriptorType = UDESC_IFACE_ASSOC, 229 .bDescriptorType = UDESC_INTERFACE, 242 .bDescriptorType = UAC_CS_INTERFACE, 253 .bDescriptorType = UAC_CS_INTERFACE, 267 .bDescriptorType = UAC_CS_INTERFACE, 279 .bDescriptorType = UDESC_INTERFACE, 292 .bDescriptorType = UDESC_INTERFACE, 305 .bDescriptorType = UAC_CS_INTERFACE, [all …]
|
D | rndis.c | 233 .bDescriptorType = 0x0b, 242 .bDescriptorType = UDESC_INTERFACE, 252 .bDescriptorType = 0x24, 258 .bDescriptorType = 0x24, 265 .bDescriptorType = 0x24, 271 .bDescriptorType = 0x24, 276 .bDescriptorType = UDESC_ENDPOINT, 285 .bDescriptorType = 0x30, 293 .bDescriptorType = UDESC_INTERFACE, 303 .bDescriptorType = UDESC_ENDPOINT, [all …]
|
D | f_hid.c | 121 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */ 137 .bDescriptorType = UDESC_CONFIG, 149 .bDescriptorType = UDESC_INTERFACE, 162 .bDescriptorType = UDESC_HID, /* HID type is 0x21 */ 168 .bDescriptorType = 0x22, /* bDescriptorType */ 176 .bDescriptorType = UDESC_ENDPOINT, 186 .bDescriptorType = UDESC_ENDPOINT,
|
D | f_hid.h | 60 uByte bDescriptorType; member
|
D | f_mass_storage.c | 161 .bDescriptorType = UDESC_DEVICE, 195 .bDescriptorType = UDESC_CONFIG, 206 .bDescriptorType = UDESC_INTERFACE, 218 .bDescriptorType = UDESC_ENDPOINT, 228 .bDescriptorType = 0x30, 237 .bDescriptorType = UDESC_ENDPOINT, 247 .bDescriptorType = 0x30,
|
D | f_camera.c | 130 .bDescriptorType = UDESC_DEVICE, /* Constant for device descriptor */
|
D | composite_desc.c | 138 if (desc->bDescriptorType == UDESC_CONFIG) in composite_mkcfgdesc_sub()
|
D | f_multi.c | 98 .bDescriptorType = UDESC_DEVICE,
|
D | composite.c | 296 if (descriptors->bDescriptorType != UDESC_ENDPOINT_SS_COMP) in modify_config_descriptor_byspeed() 356 if (descriptors->bDescriptorType != UDESC_ENDPOINT) in composite_get_config_descriptor()
|
D | dfu.c | 149 .bDescriptorType = UDESC_INTERFACE,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 274 uByte bDescriptorType; member 281 uByte bDescriptorType; member 305 uByte bDescriptorType; member 314 uByte bDescriptorType; member 327 uByte bDescriptorType; member 341 uByte bDescriptorType; member 353 uByte bDescriptorType; member 381 uByte bDescriptorType; member 398 uByte bDescriptorType; member 411 uByte bDescriptorType; member [all …]
|
D | usb_cdc.h | 59 uByte bDescriptorType; member 66 uByte bDescriptorType; member 76 uByte bDescriptorType; member 87 uByte bDescriptorType; member 96 uByte bDescriptorType; member 104 uByte bDescriptorType; member 114 uByte bDescriptorType; member 126 uByte bDescriptorType; member 134 uByte bDescriptorType; member 276 uByte bDescriptorType; member
|
D | usb_parse.c | 112 if ((id->bDescriptorType == UDESC_INTERFACE) && in usb_idesc_foreach() 177 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_edesc_foreach() 180 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach() 212 if (desc->bDescriptorType == UDESC_INTERFACE) in usb_ed_comp_foreach() 214 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach() 216 if (desc->bDescriptorType == UDESC_ENDPOINT_SS_COMP) { in usb_ed_comp_foreach() 240 if (desc->bDescriptorType == type) { in usbd_get_no_descriptors() 277 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usbd_get_no_alts()
|
D | usbhid.h | 48 uByte bDescriptorType; member 53 uByte bDescriptorType; member
|
D | usb_util.c | 184 p->bDescriptorType = UDESC_STRING; in usb_make_str_desc()
|
D | usb_device.c | 1551 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device() 1560 udev->ctrl_ep_comp_desc.bDescriptorType = UDESC_ENDPOINT_SS_COMP; in usb_alloc_device() 1957 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create() 2166 if (desc->bDescriptorType == UDESC_INTERFACE) { in usbd_find_descriptor() 2169 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_generic_ep0.c | 67 uint8_t bDescriptorType; member 119 switch (desc->bDescriptorType) in generic_parse_single_desc() 126 desc->bDescriptorType); in generic_parse_single_desc() 136 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 151 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 175 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 187 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 200 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
|
D | f_config.c | 181 str_desc->bDescriptorType = UDESC_STRING; in fconfig_mkstrdesc() 278 if (descriptors->bDescriptorType == UDESC_IFACE_ASSOC) in modify_string_index_bystrbase() 283 else if (descriptors->bDescriptorType == UDESC_INTERFACE) in modify_string_index_bystrbase()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | uvc_h264.c | 194 if (desc->bDescriptorType == USB_VIDEO_CONTROL_INTERFACE && in xu_get_id()
|
D | uvc_h264.h | 348 int8_t bDescriptorType; member
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3140 .bDescriptorType = UDESC_DEVICE, /* type */ 3159 .bDescriptorType = UDESC_BOS, 3165 .bDescriptorType = 1, 3171 .bDescriptorType = UDESC_DEVICE_CAPABILITY, 3181 .bDescriptorType = 1, 3192 .bDescriptorType = UDESC_CONFIG, 3202 .bDescriptorType = UDESC_INTERFACE, 3210 .bDescriptorType = UDESC_ENDPOINT, 3218 .bDescriptorType = UDESC_ENDPOINT_SS_COMP, 3227 .bDescriptorType = UDESC_SS_HUB,
|