Home
last modified time | relevance | path

Searched refs:bTotalLengthLowByte (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h773 UINT8 bTotalLengthLowByte; // wTotalLength, include all descriptors member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h773 UINT8 bTotalLengthLowByte; // wTotalLength, include all descriptors member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h777 UINT8 bTotalLengthLowByte; // wTotalLength, include all descriptors member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h773 UINT8 bTotalLengthLowByte; // wTotalLength, include all descriptors member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHostLib_4.c1245 RemainLen = (int)psAttachDevice_Port4->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHostLib_3.c1253 RemainLen = (int)psAttachDevice_Port3->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c1254 RemainLen = (int)psAttachDevice_Port2->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c1268 RemainLen = (int)sAttachDevice.saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration()