Searched refs:psAttachDevice_Port3 (Results 1 – 6 of 6) sorted by relevance
158 Host20_Attach_Device_Structure *psAttachDevice_Port3 = (Host20_Attach_Device_Structure*) &sAttachD… variable1237 if (psAttachDevice_Port3->sDD.bCONFIGURATION_NUMBER>HOST20_CONFIGURATION_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port3()1242 memcpy((U8 *)&(psAttachDevice_Port3->saCD[i]),pbData,HOST20_CONFIGURATION_LENGTH); in flib_Host20_AnalysisConfigyration_Port3()1247 pBuf = (U8 *)&(psAttachDevice_Port3->saCD[i]); in flib_Host20_AnalysisConfigyration_Port3()1253 RemainLen = (int)psAttachDevice_Port3->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port3()1254 … ((int)psAttachDevice_Port3->saCD[i].bTotalLengthHighByte << 8) - HOST20_CONFIGURATION_LENGTH; in flib_Host20_AnalysisConfigyration_Port3()1272 … 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()[all …]
131 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()235 pHost20_qHD_List_Bulk0_Port3->bDeviceAddress=psAttachDevice_Port3->bAdd; in OTGH_PT_Bulk_Init_Port3()236 pHost20_qHD_List_Bulk1_Port3->bDeviceAddress=psAttachDevice_Port3->bAdd; 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()[all …]
456 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()1773 psAttachDevice_Port3->bAdd=3; in MDrv_Usb_Device_Enum_Port3()1774 pHost20_qHD_List_Control1_Port3->bDeviceAddress=psAttachDevice_Port3->bAdd; in MDrv_Usb_Device_Enum_Port3()1789 if (psAttachDevice_Port3->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port3()1792 psAttachDevice_Port3->bAdd=devaddr; 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()[all …]
158 …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()
176 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()
968 extern Host20_Attach_Device_Structure xdata *psAttachDevice_Port3;