Lines Matching refs:pCfgDesc
1630 struct usb_config_descriptor *pCfgDesc;
1646 pCfgDesc = (struct usb_config_descriptor*) (ucData+sizeof(struct usb_device_descriptor));
1649 if (!pCfgDesc->bConfigurationValue)
3364 struct usb_config_descriptor *pCfgDesc;
3399 pCfgDesc = (struct usb_config_descriptor*) (ucData+sizeof(struct usb_device_descriptor));
3400 UCHAR *pCurPtr = (UCHAR*) pCfgDesc;
3401 UCHAR *pEndPtr = pCurPtr+ pCfgDesc->wTotalLength;
3402 pDescHead = (struct usb_descriptor_header *) (pCurPtr+pCfgDesc->bLength);
3409 pCfgDesc->bConfigurationValue);
3412 dh,pCfgDesc->bConfigurationValue);
3414 pCfgDesc->bConfigurationValue);
3425 for (pDescHead = (struct usb_descriptor_header *) (pCurPtr+pCfgDesc->bLength);