Lines Matching refs:pDevDesc

281     usb_client_dev_data_t  *pDevDesc;        /* Parsed & complete device descriptor */
480 pState->pDevDesc = NULL;
507 rc = usb_get_dev_data(pState->pDip, &pState->pDevDesc, USB_PARSE_LVL_ALL, 0 /* Unused */);
511 usb_print_descr_tree(pState->pDip, pState->pDevDesc);
517 mutex_init(&pState->Mtx, NULL, MUTEX_DRIVER, pState->pDevDesc->dev_iblock_cookie);
576 pState->pDevDesc->dev_descr->idVendor,
577 pState->pDevDesc->dev_descr->idProduct,
578 pState->pDevDesc->dev_descr->bcdDevice, szDevicePath);
585 pState->pDevDesc->dev_product ? pState->pDevDesc->dev_product
587 pState->pDevDesc->dev_descr->idVendor,
588 pState->pDevDesc->dev_descr->idProduct,
589 pState->pDevDesc->dev_descr->bcdDevice,
635 usb_free_dev_data(pState->pDip, pState->pDevDesc);
770 usb_free_dev_data(pState->pDip, pState->pDevDesc);
781 pState->pDevDesc->dev_product ? pState->pDevDesc->dev_product : "<Unnamed USB device>",
1410 pState->pDevDesc->dev_descr->idVendor, pState->pDevDesc->dev_descr->idProduct));
2137 AssertPtrReturn(pState->pDevDesc, VERR_GENERAL_FAILURE);
2138 usb_cfg_data_t *pCurrCfg = pState->pDevDesc->dev_curr_cfg;
2434 for (uchar_t uCfgIndex = 0; uCfgIndex < pState->pDevDesc->dev_n_cfg; uCfgIndex++)
2463 usb_cfg_data_t *pConfig = &pState->pDevDesc->dev_cfg[uCfgIndex];
2508 if (RT_UNLIKELY(uCfgIndex >= pState->pDevDesc->dev_n_cfg))
2514 usb_cfg_data_t *pConfig = &pState->pDevDesc->dev_cfg[uCfgIndex];
2677 pEp->pPipe = pState->pDevDesc->dev_default_ph;
2752 if (pEp->pPipe == pState->pDevDesc->dev_default_ph)
2804 for (int CfgIndex = 0; CfgIndex < pState->pDevDesc->dev_n_cfg; CfgIndex++)
2806 usb_cfg_data_t *pConfig = &pState->pDevDesc->dev_cfg[CfgIndex];