Searched refs:bLength (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/sys/dev/usb/ |
| D | uaudioreg.h | 59 uByte bLength; member 77 uByte bLength; member 87 uByte bLength; member 96 uByte bLength; member 108 uByte bLength; member 131 uByte bLength; member 139 uByte bLength; member 153 uByte bLength; member 165 uByte bLength; member 183 uByte bLength; member [all …]
|
| D | umidireg.h | 49 uByte bLength; member 58 uByte bLength; member 66 uByte bLength; member 76 #define NEXT_D(desc) TO_D((caddr_t)(desc)+(desc)->bLength)
|
| D | usbcdc.h | 57 uByte bLength; member 64 uByte bLength; member 74 uByte bLength; member 85 uByte bLength; member
|
| D | usb_subr.c | 172 USETW(req.wLength, sdesc->bLength); /* the whole string */ in usbd_get_string_desc() 178 if (actlen != sdesc->bLength) { in usbd_get_string_desc() 180 sdesc->bLength, actlen)); in usbd_get_string_desc() 423 d->bLength, d->bDescriptorType)); in usbd_find_idesc() 424 if (d->bLength == 0) /* bad descriptor */ in usbd_find_idesc() 426 p += d->bLength; in usbd_find_idesc() 458 for (p = (char *)d + d->bLength; p < end; ) { in usbd_find_edesc() 460 if (e->bLength == 0) /* bad descriptor */ in usbd_find_edesc() 462 p += e->bLength; in usbd_find_edesc() 501 p = (char *)ifc->idesc + ifc->idesc->bLength; in usbd_fill_iface_data() [all …]
|
| D | usb.h | 185 uByte bLength; member 191 uByte bLength; member 212 uByte bLength; member 228 uByte bLength; member 241 uByte bLength; member 268 uByte bLength; member 331 uByte bLength; member 344 uByte bLength; member
|
| D | usbdi_util.c | 98 confidx, d->bLength, d->bDescriptorType)); in usbd_get_config_desc() 370 p = (char *)idesc + idesc->bLength; in usbd_get_hid_descriptor() 373 for (; p < end; p += hd->bLength) { in usbd_get_hid_descriptor() 375 if (p + hd->bLength <= end && hd->bDescriptorType == UDESC_HID) in usbd_get_hid_descriptor() 539 p += desc->bLength; in usb_find_desc()
|
| D | usbhid.h | 59 uByte bLength; member
|
| D | usbdi.c | 696 for (n = 0; p < end; p += d->bLength) { in usbd_get_no_alts() 698 if (p + d->bLength <= end && in usbd_get_no_alts() 1160 if (desc->bLength == 0) { in usb_desc_iter_next() 1164 iter->cur += desc->bLength; in usb_desc_iter_next()
|
| D | uaudio.c | 563 *offsp += d->bLength; in uaudio_find_iface() 831 int nchan = (d->bLength - 7) / ctlsize; in uaudio_add_feature() 1124 offs += asid->bLength; in uaudio_process_as() 1131 offs += asf1d->bLength; in uaudio_process_as() 1147 ed->bLength, ed->bDescriptorType, ed->bEndpointAddress, in uaudio_process_as() 1150 offs += ed->bLength; in uaudio_process_as() 1175 offs += sed->bLength; in uaudio_process_as() 1351 ibuf += dp->bLength; in uaudio_identify_ac() 1355 if (ibuf + dp->bLength > ibufend) in uaudio_identify_ac()
|
| D | umidi.c | 551 (size_t)desc->bLength; in alloc_all_endpoints_yamaha() 555 descsize = desc->bLength; in alloc_all_endpoints_yamaha() 644 descsize = desc->bLength; in alloc_all_endpoints_genuine()
|
| D | uhidev.c | 148 ed->bLength, ed->bDescriptorType, in USB_ATTACH()
|
| D | ulpt.c | 240 id = (void *)((char *)id + id->bLength)) { in USB_ATTACH()
|
| D | if_cdce.c | 739 p += desc->bLength; in cdce_get_desc()
|
| D | ueagle.c | 275 if (us.bLength < (6 + 1) * 2) in ueagle_getesi()
|
| D | ehci.c | 1629 p->bLength = 2 * strlen(s) + 2; in ehci_str()
|
| D | ohci.c | 2364 p->bLength = 2 * strlen(s) + 2; in ohci_str()
|
| D | uhci.c | 2979 p->bLength = 2 * strlen(s) + 2; in uhci_str()
|