Searched refs:wTotalLength (Results 1 – 22 of 22) sorted by relevance
/freebsd/lib/libusb/ |
H A D | libusb10_desc.c | 184 pconfd->wTotalLength = pconf->desc.wTotalLength; in libusb_get_config_descriptor() 471 ptr->wTotalLength = ((const uint8_t *)buf)[2] | in libusb_parse_bos_descriptor() 571 uint16_t wTotalLength; in libusb_get_bos_descriptor() local 580 wTotalLength = bos_header[2] | (bos_header[3] << 8); in libusb_get_bos_descriptor() 581 if (wTotalLength < LIBUSB_DT_BOS_SIZE) in libusb_get_bos_descriptor() 584 bos_data = calloc(wTotalLength, 1); in libusb_get_bos_descriptor() 589 bos_data, wTotalLength); in libusb_get_bos_descriptor() 594 bos_data[2] = (wTotalLength & 0xFF); in libusb_get_bos_descriptor() 595 bos_data[3] = (wTotalLength >> 8); in libusb_get_bos_descriptor() 597 err = libusb_parse_bos_descriptor(bos_data, wTotalLength, bos); in libusb_get_bos_descriptor()
|
H A D | libusb20_desc.h | 254 m(n, UINT16_T, wTotalLength, ) \ 304 m(n, UINT16_T, wTotalLength, ) \
|
H A D | libusb.h | 374 uint16_t wTotalLength; member 419 uint16_t wTotalLength; member
|
H A D | usb.h | 151 uint16_t wTotalLength; member
|
H A D | libusb01.c | 441 bcfg->wTotalLength = acfg->desc.wTotalLength; in usb_parse_config()
|
H A D | libusb20_ugen20.c | 488 len = UGETW(cdesc.wTotalLength); in ugen20_get_config_desc_full()
|
/freebsd/sys/dev/usb/ |
H A D | usb_parse.c | 87 end = start + UGETW(cd->wTotalLength); in usb_desc_foreach()
|
H A D | usb.h | 316 uWord wTotalLength; member 389 uWord wTotalLength; member
|
H A D | usb_request.c | 1294 if (UGETW(d->wTotalLength) < (uint16_t)sizeof(*d)) { in usbd_req_get_config_desc() 1368 len = UGETW(cd.wTotalLength); in usbd_req_get_config_desc_full() 1386 USETW(cdesc->wTotalLength, len); in usbd_req_get_config_desc_full()
|
H A D | usb_generic.c | 709 len = UGETW(cdesc->wTotalLength); in ugen_get_cdesc()
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template.c | 485 USETW(cd->wTotalLength, old_size); in usb_make_config_desc() 1129 temp = UGETW(cd->wTotalLength); in usb_temp_get_config_desc() 1134 *pLength = UGETW(cd->wTotalLength); in usb_temp_get_config_desc()
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 171 .wTotalLength[0] = sizeof(umouse_confd), 223 HSETW(.wTotalLength, sizeof(umouse_bosd)),
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudioreg.h | 97 uWord wTotalLength; member
|
H A D | uaudio.c | 4996 wTotalLen = UGETW(acdp->wTotalLength) - acdp->bLength; in uaudio_mixer_fill_info()
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1475 .wTotalLength[0] = sizeof(atmegadci_confd),
|
H A D | avr32dci.c | 1424 .wTotalLength[0] = sizeof(avr32dci_confd),
|
H A D | uss820dci.c | 1769 .wTotalLength[0] = sizeof(uss820dci_confd),
|
H A D | ohci.c | 2015 .wTotalLength[0] = sizeof(ohci_confd),
|
H A D | uhci.c | 2269 .wTotalLength[0] = sizeof(uhci_confd),
|
H A D | musb_otg.c | 3501 .wTotalLength[0] = sizeof(musbotg_confd),
|
H A D | ehci.c | 2921 .wTotalLength[0] = sizeof(ehci_confd),
|
H A D | dwc_otg.c | 4256 .wTotalLength[0] = sizeof(dwc_otg_confd),
|