Home
last modified time | relevance | path

Searched refs:pCfgDesc (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_usb.c1630 struct usb_config_descriptor *pCfgDesc; in usbcall_scan_devices() local
1646 pCfgDesc = (struct usb_config_descriptor*) (ucData+sizeof(struct usb_device_descriptor)); in usbcall_scan_devices()
1649 if (!pCfgDesc->bConfigurationValue) in usbcall_scan_devices()
3364 struct usb_config_descriptor *pCfgDesc; in sanei_usb_open() local
3399 pCfgDesc = (struct usb_config_descriptor*) (ucData+sizeof(struct usb_device_descriptor)); in sanei_usb_open()
3400 UCHAR *pCurPtr = (UCHAR*) pCfgDesc; in sanei_usb_open()
3401 UCHAR *pEndPtr = pCurPtr+ pCfgDesc->wTotalLength; in sanei_usb_open()
3402 pDescHead = (struct usb_descriptor_header *) (pCurPtr+pCfgDesc->bLength); in sanei_usb_open()
3409 pCfgDesc->bConfigurationValue); in sanei_usb_open()
3412 dh,pCfgDesc in sanei_usb_open()
[all...]

Completed in 5 milliseconds