Searched refs:confdescr (Results 1 – 2 of 2) sorted by relevance
565 usb_cfg_descr_t confdescr; in usba_sync_set_cfg() local622 USB_CFG_DESCR_SIZE, &confdescr, USB_CFG_DESCR_SIZE); in usba_sync_set_cfg()631 confdescr.bConfigurationValue, in usba_sync_set_cfg()640 usba_device->usb_cfg_value = confdescr.bConfigurationValue; in usba_sync_set_cfg()643 usba_device->usb_cfg_length = confdescr.wTotalLength; in usba_sync_set_cfg()
5503 usb_cfg_descr_t *confdescr; in hubd_get_this_config_cloud() local5517 confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud()5551 MBLKL(pdata), confdescr, in hubd_get_this_config_cloud()5567 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()5622 if (confdescr->iConfiguration) { in hubd_get_this_config_cloud()[all …]