Home
last modified time | relevance | path

Searched refs:sInterface (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHost200.c137 if (sAttachDevice.saCD[0].sInterface[0].bInterfaceClass!=0x08) in MassStorage_Init()
171 if (sAttachDevice.saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK)
207 wMaxPacketSize=sAttachDevice.saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init()
208 …wMaxPacketSize=(wMaxPacketSize<<8)+(sAttachDevice.saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeL… in OTGH_PT_Bulk_Init()
213 if (sAttachDevice.saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK) in OTGH_PT_Bulk_Init()
240 wMaxPacketSize=sAttachDevice.saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init()
241 …wMaxPacketSize=(wMaxPacketSize<<8)+(sAttachDevice.saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeL… in OTGH_PT_Bulk_Init()
246 …pHost20_qHD_List_Bulk0->bEdNumber=(sAttachDevice.saCD[0].sInterface[0].sED[0].bED_EndpointAddress)… in OTGH_PT_Bulk_Init()
247 …pHost20_qHD_List_Bulk1->bEdNumber=(sAttachDevice.saCD[0].sInterface[0].sED[1].bED_EndpointAddress)… in OTGH_PT_Bulk_Init()
264 if (((sAttachDevice.saCD[0].sInterface[0].sED[0].bED_EndpointAddress)&BIT7)>0) in OTGH_PT_Bulk_Init()
H A DdrvHostLib.c1287 memcpy((U8 *)&(sAttachDevice.saCD[i].sInterface[0]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration()
1289 if (sAttachDevice.saCD[i].sInterface[0].bEP_NUMBER>HOST20_ENDPOINT_NUM_MAX) in flib_Host20_AnalysisConfigyration()
1297 … memcpy((U8 *)&(sAttachDevice.saCD[i].sInterface[0].sED[ept_idx]),pbData,HOST20_ENDPOINT_LENGTHX); in flib_Host20_AnalysisConfigyration()
1304 if (ept_idx == sAttachDevice.saCD[i].sInterface[0].bEP_NUMBER) //All endpoints are collected in flib_Host20_AnalysisConfigyration()
1307 if ( (sAttachDevice.saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_MSD) || in flib_Host20_AnalysisConfigyration()
1308 (sAttachDevice.saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HUB) || in flib_Host20_AnalysisConfigyration()
1309 … (sAttachDevice.saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_IMAGE) || in flib_Host20_AnalysisConfigyration()
1310 (sAttachDevice.saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HID) ) in flib_Host20_AnalysisConfigyration()
1344 memcpy((U8 *)&(sAttachDevice.saCD[i].sInterface[j]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration()
1348 if (sAttachDevice.saCD[i].sInterface[j].bInterfaceClass ==3) in flib_Host20_AnalysisConfigyration()
[all …]
H A DdrvUsbMain.c759 tmp=sAttachDevice.saCD[i].sInterface[j].bInterfaceClass;
1516 if (sAttachDevice.saCD[0].sInterface[0].bInterfaceClass != USB_INTERFACE_CLASS_MSD) in MDrv_GET_MASS_VALID_LUN()
2244 rootUSBDeviceInterfaceClass= sAttachDevice.saCD[0].sInterface[0].bInterfaceClass; in MDrv_Usb_Device_Enum()
2291 if (sAttachDevice.saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum()
2308 (sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in MDrv_Usb_Device_Enum()
2336 ((sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol == 0x00)|| in MDrv_Usb_Device_Enum()
2337 (sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol == 0x01)) ) in MDrv_Usb_Device_Enum()
2422 rootUSBDeviceInterfaceClass= sAttachDevice.saCD[0].sInterface[0].bInterfaceClass; in _MDrv_Usb_Device_Enum_OK()
2469 if (sAttachDevice.saCD[0].sInterface[0].bInterfaceClass == 0x08) in _MDrv_Usb_Device_Enum_OK()
2486 (sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in _MDrv_Usb_Device_Enum_OK()
[all …]
H A DdrvMassStorage.c159 … bCMD[4]=sAttachDevice.saCD[0].sInterface[0].sED[ OTGH_PT_BLK.bOutQHDArrayNum].bED_EndpointAddress; in Host20_MSCD_ClearFeature()
161 … bCMD[4]=sAttachDevice.saCD[0].sInterface[0].sED[ OTGH_PT_BLK.bInQHDArrayNum].bED_EndpointAddress; in Host20_MSCD_ClearFeature()
576 …if ((sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(sAttachDevice.saCD[0].sInterf… in Host20_MSCD_usb_stor_control_thread()
H A DdrvScsi.c175 if ( (sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol==0x00)|| in Init_Mass_Storage_Structure()
176 (sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol==0x01) ) in Init_Mass_Storage_Structure()
1397 …if ((sAttachDevice.saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(sAttachDevice.saCD[0].sInterf… in bInit_USB_LUN()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHost200_3.c131 if (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass!=0x08) in MassStorage_Init_Port3()
165 if (psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK)
201 wMaxPacketSize=psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port3()
202 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port3()
207 if (psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK) in OTGH_PT_Bulk_Init_Port3()
231 wMaxPacketSize=psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port3()
232 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port3()
237 …pHost20_qHD_List_Bulk0_Port3->bEdNumber=psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_End… in OTGH_PT_Bulk_Init_Port3()
238 …pHost20_qHD_List_Bulk1_Port3->bEdNumber=psAttachDevice_Port3->saCD[0].sInterface[0].sED[1].bED_End… in OTGH_PT_Bulk_Init_Port3()
255 if (((psAttachDevice_Port3->saCD[0].sInterface[0].sED[0].bED_EndpointAddress)&BIT7)>0) in OTGH_PT_Bulk_Init_Port3()
H A DdrvUsbMain_3.c456 tmp=psAttachDevice_Port3->saCD[i].sInterface[j].bInterfaceClass;
1178 if (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass != USB_INTERFACE_CLASS_MSD) in MDrv_GET_MASS_VALID_LUN_PORT3()
1742 rootUSBDeviceInterfaceClass= psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass; in MDrv_Usb_Device_Enum_Port3()
1789 if (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port3()
1804 (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in MDrv_Usb_Device_Enum_Port3()
1824 ((psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol == 0x00)|| in MDrv_Usb_Device_Enum_Port3()
1825 (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol == 0x01)) ) in MDrv_Usb_Device_Enum_Port3()
1912 rootUSBDeviceInterfaceClass= psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass; in _MDrv_Usb_Device_Enum_OK_Port3()
1959 if (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass == 0x08) in _MDrv_Usb_Device_Enum_OK_Port3()
1974 (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in _MDrv_Usb_Device_Enum_OK_Port3()
[all …]
H A DdrvHostLib_3.c1272 … memcpy((U8 *)&(psAttachDevice_Port3->saCD[i].sInterface[0]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port3()
1274 if (psAttachDevice_Port3->saCD[i].sInterface[0].bEP_NUMBER>HOST20_ENDPOINT_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port3()
1282 …memcpy((U8 *)&(psAttachDevice_Port3->saCD[i].sInterface[0].sED[ept_idx]),pbData,HOST20_ENDPOINT_LE… in flib_Host20_AnalysisConfigyration_Port3()
1289 …if (ept_idx == psAttachDevice_Port3->saCD[i].sInterface[0].bEP_NUMBER) //All endpoints are collect… in flib_Host20_AnalysisConfigyration_Port3()
1292 … if ( (psAttachDevice_Port3->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_MSD) || in flib_Host20_AnalysisConfigyration_Port3()
1293 … (psAttachDevice_Port3->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HUB) || in flib_Host20_AnalysisConfigyration_Port3()
1294 … (psAttachDevice_Port3->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_IMAGE) || in flib_Host20_AnalysisConfigyration_Port3()
1295 … (psAttachDevice_Port3->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HID) ) in flib_Host20_AnalysisConfigyration_Port3()
1328 memcpy((U8 *)&(psAttachDevice_Port3->saCD[i].sInterface[j]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port3()
1332 if (psAttachDevice_Port3->saCD[i].sInterface[j].bInterfaceClass ==3) in flib_Host20_AnalysisConfigyration_Port3()
[all …]
H A DdrvMassStorage_3.c158 …bCMD[4]=psAttachDevice_Port3->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port3->bOutQHDArrayNum].bED_… in Host20_MSCD_ClearFeature_Port3()
160 …bCMD[4]=psAttachDevice_Port3->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port3->bInQHDArrayNum].bED_E… in Host20_MSCD_ClearFeature_Port3()
569 …if ((psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port3-… in Host20_MSCD_usb_stor_control_thread_Port3()
H A DdrvScsi_3.c176 if ( (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol==0x00)|| in Init_Mass_Storage_Structure_Port3()
177 (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol==0x01) ) in Init_Mass_Storage_Structure_Port3()
1396 …if ((psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port3-… in bInit_USB_LUN_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHost200_2.c131 if (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass!=0x08) in MassStorage_Init_Port2()
165 if (psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK)
201 wMaxPacketSize=psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port2()
202 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port2()
207 if (psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK) in OTGH_PT_Bulk_Init_Port2()
231 wMaxPacketSize=psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port2()
232 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port2()
237 …pHost20_qHD_List_Bulk0_Port2->bEdNumber=psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_End… in OTGH_PT_Bulk_Init_Port2()
238 …pHost20_qHD_List_Bulk1_Port2->bEdNumber=psAttachDevice_Port2->saCD[0].sInterface[0].sED[1].bED_End… in OTGH_PT_Bulk_Init_Port2()
255 if (((psAttachDevice_Port2->saCD[0].sInterface[0].sED[0].bED_EndpointAddress)&BIT7)>0) in OTGH_PT_Bulk_Init_Port2()
H A DdrvUsbMain_2.c456 tmp=psAttachDevice_Port2->saCD[i].sInterface[j].bInterfaceClass;
1181 if (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass != USB_INTERFACE_CLASS_MSD) in MDrv_GET_MASS_VALID_LUN_PORT2()
1745 rootUSBDeviceInterfaceClass= psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass; in MDrv_Usb_Device_Enum_Port2()
1792 if (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port2()
1807 (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in MDrv_Usb_Device_Enum_Port2()
1827 ((psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol == 0x00)|| in MDrv_Usb_Device_Enum_Port2()
1828 (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol == 0x01)) ) in MDrv_Usb_Device_Enum_Port2()
1913 rootUSBDeviceInterfaceClass= psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass; in _MDrv_Usb_Device_Enum_OK_Port2()
1960 if (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass == 0x08) in _MDrv_Usb_Device_Enum_OK_Port2()
1975 (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in _MDrv_Usb_Device_Enum_OK_Port2()
[all …]
H A DdrvHostLib_2.c1273 … memcpy((U8 *)&(psAttachDevice_Port2->saCD[i].sInterface[0]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port2()
1275 if (psAttachDevice_Port2->saCD[i].sInterface[0].bEP_NUMBER>HOST20_ENDPOINT_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port2()
1283 …memcpy((U8 *)&(psAttachDevice_Port2->saCD[i].sInterface[0].sED[ept_idx]),pbData,HOST20_ENDPOINT_LE… in flib_Host20_AnalysisConfigyration_Port2()
1290 …if (ept_idx == psAttachDevice_Port2->saCD[i].sInterface[0].bEP_NUMBER) //All endpoints are collect… in flib_Host20_AnalysisConfigyration_Port2()
1293 … if ( (psAttachDevice_Port2->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_MSD) || in flib_Host20_AnalysisConfigyration_Port2()
1294 … (psAttachDevice_Port2->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HUB) || in flib_Host20_AnalysisConfigyration_Port2()
1295 … (psAttachDevice_Port2->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_IMAGE) || in flib_Host20_AnalysisConfigyration_Port2()
1296 … (psAttachDevice_Port2->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HID) ) in flib_Host20_AnalysisConfigyration_Port2()
1329 memcpy((U8 *)&(psAttachDevice_Port2->saCD[i].sInterface[j]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port2()
1333 if (psAttachDevice_Port2->saCD[i].sInterface[j].bInterfaceClass ==3) in flib_Host20_AnalysisConfigyration_Port2()
[all …]
H A DdrvMassStorage_2.c158 …bCMD[4]=psAttachDevice_Port2->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port2->bOutQHDArrayNum].bED_… in Host20_MSCD_ClearFeature_Port2()
160 …bCMD[4]=psAttachDevice_Port2->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port2->bInQHDArrayNum].bED_E… in Host20_MSCD_ClearFeature_Port2()
569 …if ((psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port2-… in Host20_MSCD_usb_stor_control_thread_Port2()
H A DdrvScsi_2.c176 if ( (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol==0x00)|| in Init_Mass_Storage_Structure_Port2()
177 (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol==0x01) ) in Init_Mass_Storage_Structure_Port2()
1393 …if ((psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port2-… in bInit_USB_LUN_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHost200_4.c131 if (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass!=0x08) in MassStorage_Init_Port4()
165 if (psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK)
201 wMaxPacketSize=psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port4()
202 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port4()
207 if (psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_bmAttributes==OTGH_ED_BULK) in OTGH_PT_Bulk_Init_Port4()
231 wMaxPacketSize=psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_wMaxPacketSizeHighByte; in OTGH_PT_Bulk_Init_Port4()
232 …wMaxPacketSize=(wMaxPacketSize<<8)+(psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_wMaxPac… in OTGH_PT_Bulk_Init_Port4()
237 …pHost20_qHD_List_Bulk0_Port4->bEdNumber=psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_End… in OTGH_PT_Bulk_Init_Port4()
238 …pHost20_qHD_List_Bulk1_Port4->bEdNumber=psAttachDevice_Port4->saCD[0].sInterface[0].sED[1].bED_End… in OTGH_PT_Bulk_Init_Port4()
255 if (((psAttachDevice_Port4->saCD[0].sInterface[0].sED[0].bED_EndpointAddress)&BIT7)>0) in OTGH_PT_Bulk_Init_Port4()
H A DdrvUsbMain_4.c456 tmp=psAttachDevice_Port4->saCD[i].sInterface[j].bInterfaceClass;
1150 if (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass != USB_INTERFACE_CLASS_MSD) in MDrv_GET_MASS_VALID_LUN_PORT4()
1714 rootUSBDeviceInterfaceClass= psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass; in MDrv_Usb_Device_Enum_Port4()
1761 if (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port4()
1776 (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in MDrv_Usb_Device_Enum_Port4()
1796 ((psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol == 0x00)|| in MDrv_Usb_Device_Enum_Port4()
1797 (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol == 0x01)) ) in MDrv_Usb_Device_Enum_Port4()
1884 rootUSBDeviceInterfaceClass= psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass; in _MDrv_Usb_Device_Enum_OK_Port4()
1931 if (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass == 0x08) in _MDrv_Usb_Device_Enum_OK_Port4()
1946 (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol == 0x50) ) in _MDrv_Usb_Device_Enum_OK_Port4()
[all …]
H A DdrvHostLib_4.c1264 … memcpy((U8 *)&(psAttachDevice_Port4->saCD[i].sInterface[0]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port4()
1266 if (psAttachDevice_Port4->saCD[i].sInterface[0].bEP_NUMBER>HOST20_ENDPOINT_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port4()
1274 …memcpy((U8 *)&(psAttachDevice_Port4->saCD[i].sInterface[0].sED[ept_idx]),pbData,HOST20_ENDPOINT_LE… in flib_Host20_AnalysisConfigyration_Port4()
1281 …if (ept_idx == psAttachDevice_Port4->saCD[i].sInterface[0].bEP_NUMBER) //All endpoints are collect… in flib_Host20_AnalysisConfigyration_Port4()
1284 … if ( (psAttachDevice_Port4->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_MSD) || in flib_Host20_AnalysisConfigyration_Port4()
1285 … (psAttachDevice_Port4->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HUB) || in flib_Host20_AnalysisConfigyration_Port4()
1286 … (psAttachDevice_Port4->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_IMAGE) || in flib_Host20_AnalysisConfigyration_Port4()
1287 … (psAttachDevice_Port4->saCD[i].sInterface[0].bInterfaceClass == USB_INTERFACE_CLASS_HID) ) in flib_Host20_AnalysisConfigyration_Port4()
1320 memcpy((U8 *)&(psAttachDevice_Port4->saCD[i].sInterface[j]),pbData,HOST20_INTERFACE_LENGTH); in flib_Host20_AnalysisConfigyration_Port4()
1324 if (psAttachDevice_Port4->saCD[i].sInterface[j].bInterfaceClass ==3) in flib_Host20_AnalysisConfigyration_Port4()
[all …]
H A DdrvMassStorage_4.c158 …bCMD[4]=psAttachDevice_Port4->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port4->bOutQHDArrayNum].bED_… in Host20_MSCD_ClearFeature_Port4()
160 …bCMD[4]=psAttachDevice_Port4->saCD[0].sInterface[0].sED[ pOTGH_PT_BLK_Port4->bInQHDArrayNum].bED_E… in Host20_MSCD_ClearFeature_Port4()
569 …if ((psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port4-… in Host20_MSCD_usb_stor_control_thread_Port4()
H A DdrvScsi_4.c176 if ( (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol==0x00)|| in Init_Mass_Storage_Structure_Port4()
177 (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol==0x01) ) in Init_Mass_Storage_Structure_Port4()
1396 …if ((psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceProtocol==0x00)||(psAttachDevice_Port4-… in bInit_USB_LUN_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvintpipe.c162 EndPaddr= sAttachDevice.saCD[0].sInterface[0].sED[0].bED_EndpointAddress & 0x7f; in flib_Host20_Interrupt_Init()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvintpipe_2.c162 EndPaddr= sAttachDevice_Port2.saCD[0].sInterface[0].sED[0].bED_EndpointAddress & 0x7f; in flib_Host20_Interrupt_Init_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvintpipe_3.c162 EndPaddr= sAttachDevice_Port3.saCD[0].sInterface[0].sED[0].bED_EndpointAddress & 0x7f; in flib_Host20_Interrupt_Init_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvintpipe_4.c162 EndPaddr= sAttachDevice_Port4.saCD[0].sInterface[0].sED[0].bED_EndpointAddress & 0x7f; in flib_Host20_Interrupt_Init_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h781 OTGH_Descriptor_Interface_Struct sInterface[HOST20_INTERFACE_NUM_MAX]; member

12