Searched refs:wTotalLength (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/lib/libusb/
H A Dlibusb10_desc.c185 pconfd->wTotalLength = pconf->desc.wTotalLength;
472 ptr->wTotalLength = ((const uint8_t *)buf)[2] |
572 uint16_t wTotalLength; local
581 wTotalLength = bos_header[2] | (bos_header[3] << 8);
582 if (wTotalLength < LIBUSB_DT_BOS_SIZE)
585 bos_data = calloc(wTotalLength, 1);
590 bos_data, wTotalLength);
595 bos_data[2] = (wTotalLength & 0xFF);
596 bos_data[3] = (wTotalLength >>
[all...]
H A Dlibusb20_desc.h255 m(n, UINT16_T, wTotalLength, ) \
305 m(n, UINT16_T, wTotalLength, ) \
H A Dusb.h152 uint16_t wTotalLength; member in struct:usb_config_descriptor
H A Dlibusb.h360 uint16_t wTotalLength; member in struct:libusb_config_descriptor
405 uint16_t wTotalLength; member in struct:libusb_bos_descriptor
H A Dlibusb01.c442 bcfg->wTotalLength = acfg->desc.wTotalLength;
H A Dlibusb20_ugen20.c489 len = UGETW(cdesc.wTotalLength);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_parse.c86 /* We assume that the "wTotalLength" has been checked. */
88 end = start + UGETW(cd->wTotalLength);
H A Dusb.h316 uWord wTotalLength; member in struct:usb_bos_descriptor
389 uWord wTotalLength; member in struct:usb_config_descriptor
H A Dusb_request.c1288 if (UGETW(d->wTotalLength) < (uint16_t)sizeof(*d)) {
1337 * ensures that "wTotalLength" is correct. The returned configuration
1362 len = UGETW(cd.wTotalLength);
1380 USETW(cdesc->wTotalLength, len);
H A Dusb_generic.c703 len = UGETW(cdesc->wTotalLength);
/freebsd-12-stable/usr.sbin/bhyve/
H A Dusb_mouse.c171 .wTotalLength[0] = sizeof(umouse_confd),
223 HSETW(.wTotalLength, sizeof(umouse_bosd)),
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c487 USETW(cd->wTotalLength, old_size);
1142 temp = UGETW(cd->wTotalLength);
1147 *pLength = UGETW(cd->wTotalLength);
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudioreg.h98 uWord wTotalLength; member in struct:usb_audio_control_descriptor
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_usbd.c479 len = MIN(UGETW(cdp->wTotalLength), ctldesc->ucd_trans_buflen);
/freebsd-12-stable/sys/dev/usb/controller/
H A Datmegadci.c1535 .wTotalLength[0] = sizeof(atmegadci_confd),
H A Davr32dci.c1475 .wTotalLength[0] = sizeof(avr32dci_confd),
H A Duss820dci.c1825 .wTotalLength[0] = sizeof(uss820dci_confd),
H A Dxhci.c3227 HSETW(.wTotalLength, sizeof(xhci_bosd)),
3260 .wTotalLength[0] = sizeof(xhci_confd),
H A Dohci.c2058 .wTotalLength[0] = sizeof(ohci_confd),
H A Dsaf1761_otg.c2832 .wTotalLength[0] = sizeof(saf1761_otg_confd),
H A Duhci.c2334 .wTotalLength[0] = sizeof(uhci_confd),
H A Ddwc_otg.c4307 .wTotalLength[0] = sizeof(dwc_otg_confd),
H A Dehci.c3018 .wTotalLength[0] = sizeof(ehci_confd),
H A Dmusb_otg.c3582 .wTotalLength[0] = sizeof(musbotg_confd),
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c1393 .wTotalLength[0] = sizeof(octusb_confd),

Completed in 367 milliseconds

12