Searched refs:wTotalLength (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_bos.c | 119 len < bdesc->wTotalLength) { in usba_bos_save() 123 len = MIN(len, bdesc->wTotalLength); in usba_bos_save() 157 len = MIN(MBLKL(mp), bdesc->wTotalLength) - USB_BOS_PACKED_SIZE; in usba_bos_save() 290 bos.wTotalLength, /* wLength */ in usba_get_binary_object_store()
|
H A D | usbai_register.c | 903 state->st_total_cfg_length = curr_cfg->cfg_descr.wTotalLength; in usba_process_cfg_descr() 1710 config_descr->wTotalLength, config_descr->bNumInterfaces, in usba_dump_descr_tree()
|
H A D | usbai_util.c | 644 usba_device->usb_cfg_length = confdescr.wTotalLength; in usba_sync_set_cfg() 1085 cfg_descr.wTotalLength, in usba_get_cfg_cloud()
|
H A D | hubdi.c | 5829 if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud() 5848 confdescr->wTotalLength, in hubd_get_this_config_cloud() 5856 confdescr->wTotalLength) { in hubd_get_this_config_cloud() 5872 kmem_alloc(confdescr->wTotalLength, KM_SLEEP); in hubd_get_this_config_cloud() 5874 confdescr->wTotalLength; in hubd_get_this_config_cloud() 5877 confdescr->wTotalLength); in hubd_get_this_config_cloud() 6038 child_ud->usb_cfg_length = config_descriptor.wTotalLength; in hubd_ready_device()
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc.h | 196 uint8_t wTotalLength[2]; member 299 uint16_t wTotalLength; member 321 uint16_t wTotalLength; member
|
/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | bos.h | 59 uint16_t wTotalLength; /* Total length */ member
|
/illumos-gate/usr/src/contrib/bhyve/dev/usb/ |
H A D | usb.h | 309 uWord wTotalLength; member 382 uWord wTotalLength; member
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | usb_mouse.c | 171 .wTotalLength[0] = sizeof(umouse_confd), 223 HSETW(.wTotalLength, sizeof(umouse_bosd)),
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/ |
H A D | usb_audio.h | 145 uint16_t wTotalLength; /* the whole wad */ member
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 277 uint16_t wTotalLength; /* total length of data returned */ member 312 uint16_t wTotalLength; /* total length of data returned */ member
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 1189 descr.wTotalLength, in usb_ac_handle_descriptors()
|