Searched refs:wTotalLength (Results 1 – 11 of 11) sorted by relevance
/netbsd/sys/dev/usb/ |
H A D | usb_subr.c | 324 char *end = p + UGETW(cd->wTotalLength); in usbd_find_idesc() 368 char *end = p + UGETW(cd->wTotalLength); in usbd_find_edesc() 714 kmem_free(dev->ud_cdesc, UGETW(dev->ud_cdesc->wTotalLength)); in usbd_set_config_index() 717 UGETW(dev->ud_bdesc->wTotalLength)); in usbd_set_config_index() 741 len = UGETW(cd.wTotalLength); in usbd_set_config_index() 764 if (UGETW(cdp->wTotalLength) != UGETW(cd.wTotalLength)) { in usbd_set_config_index() 765 DPRINTF("bad len %jd", UGETW(cdp->wTotalLength), 0, 0, 0); in usbd_set_config_index() 776 int blen = UGETW(bd.wTotalLength); in usbd_set_config_index() 793 UGETW(bdp->wTotalLength) != UGETW(bd.wTotalLength)) { in usbd_set_config_index() 914 kmem_free(bdp, UGETW(bdp->wTotalLength)); in usbd_set_config_index() [all …]
|
H A D | usbroothub.c | 148 .wTotalLength = USETWD(sizeof(usbroothub_confd1)), 226 .wTotalLength = USETWD(sizeof(usbroothub_confd2)), 258 .wTotalLength = USETWD(sizeof(usbroothub_confd3)), 297 .wTotalLength = USETWD(sizeof(usbroothub_bosd3)),
|
H A D | uvideoreg.h | 99 uWord wTotalLength; member 258 uWord wTotalLength; member 280 uWord wTotalLength; member
|
H A D | umidi.c | 85 uWord wTotalLength; member 888 end = (char *)cdesc + UGETW(cdesc->wTotalLength); in alloc_all_endpoints_yamaha() 920 if (UGETW(udesc->wTotalLength) > end - (char *)udesc) in alloc_all_endpoints_yamaha() 922 if (UGETW(udesc->wTotalLength) < udesc->bLength) in alloc_all_endpoints_yamaha() 924 end = (char *)udesc + UGETW(udesc->wTotalLength); in alloc_all_endpoints_yamaha() 1007 end = (char *)config_desc + UGETW(config_desc->wTotalLength); in alloc_all_endpoints_genuine()
|
H A D | usb.h | 245 uWord wTotalLength; member 333 uWord wTotalLength; member
|
H A D | usbdi_util.c | 600 end = (char *)cdesc + UGETW(cdesc->wTotalLength); in usbd_get_hid_descriptor() 721 iter->end = (const uByte *)cd + UGETW(cd->wTotalLength); in usb_desc_iter_init()
|
H A D | uaudioreg.h | 89 uWord wTotalLength; member
|
H A D | uvideo.c | 2916 UGETW(desc->wTotalLength), in print_vc_header_descriptor() 3091 UGETW(desc->wTotalLength), in print_vs_output_header_descriptor() 3110 UGETW(desc->wTotalLength), in print_vs_input_header_descriptor()
|
H A D | ugen.c | 1625 len = UGETW(tdesc->wTotalLength); in ugen_get_cdesc() 1633 len = UGETW(cdescr.wTotalLength); in ugen_get_cdesc()
|
H A D | usbdi.c | 974 char *end = p + UGETW(cdesc->wTotalLength); in usbd_get_no_alts()
|
H A D | uaudio.c | 2425 size = UGETW(cdesc->wTotalLength); in uaudio_identify_as() 2653 size = UGETW(cdesc->wTotalLength); in uaudio_identify_ac()
|