Home
last modified time | relevance | path

Searched refs:wTotalLength (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h196 uint8_t wTotalLength[2]; member
299 uint16_t wTotalLength; member
321 uint16_t wTotalLength; member
/titanic_50/usr/src/uts/common/sys/usb/clients/audio/
H A Dusb_audio.h145 uint16_t wTotalLength; /* the whole wad */ member
/titanic_50/usr/src/uts/common/sys/usb/
H A Dusbai.h276 uint16_t wTotalLength; /* total length of data returned */ member
311 uint16_t wTotalLength; /* total length of data returned */ member
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c876 state->st_total_cfg_length = curr_cfg->cfg_descr.wTotalLength; in usba_process_cfg_descr()
1654 config_descr->wTotalLength, config_descr->bNumInterfaces, in usba_dump_descr_tree()
H A Dusbai_util.c643 usba_device->usb_cfg_length = confdescr.wTotalLength; in usba_sync_set_cfg()
1084 cfg_descr.wTotalLength, in usba_get_cfg_cloud()
H A Dhubdi.c5567 if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud()
5586 confdescr->wTotalLength, in hubd_get_this_config_cloud()
5594 confdescr->wTotalLength) { in hubd_get_this_config_cloud()
5610 kmem_alloc(confdescr->wTotalLength, KM_SLEEP); in hubd_get_this_config_cloud()
5612 confdescr->wTotalLength; in hubd_get_this_config_cloud()
5615 confdescr->wTotalLength); in hubd_get_this_config_cloud()
5776 child_ud->usb_cfg_length = config_descriptor.wTotalLength; in hubd_ready_device()
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1185 descr.wTotalLength, in usb_ac_handle_descriptors()