Searched refs:psAttachDevice_Port2 (Results 1 – 6 of 6) sorted by relevance
158 Host20_Attach_Device_Structure *psAttachDevice_Port2 = (Host20_Attach_Device_Structure*) &sAttachD… variable1238 if (psAttachDevice_Port2->sDD.bCONFIGURATION_NUMBER>HOST20_CONFIGURATION_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port2()1243 memcpy((U8 *)&(psAttachDevice_Port2->saCD[i]),pbData,HOST20_CONFIGURATION_LENGTH); in flib_Host20_AnalysisConfigyration_Port2()1248 pBuf = (U8 *)&(psAttachDevice_Port2->saCD[i]); in flib_Host20_AnalysisConfigyration_Port2()1254 RemainLen = (int)psAttachDevice_Port2->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port2()1255 … ((int)psAttachDevice_Port2->saCD[i].bTotalLengthHighByte << 8) - HOST20_CONFIGURATION_LENGTH; in flib_Host20_AnalysisConfigyration_Port2()1273 … 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()[all …]
131 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()235 pHost20_qHD_List_Bulk0_Port2->bDeviceAddress=psAttachDevice_Port2->bAdd; in OTGH_PT_Bulk_Init_Port2()236 pHost20_qHD_List_Bulk1_Port2->bDeviceAddress=psAttachDevice_Port2->bAdd; 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()[all …]
456 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()1776 psAttachDevice_Port2->bAdd=3; in MDrv_Usb_Device_Enum_Port2()1777 pHost20_qHD_List_Control1_Port2->bDeviceAddress=psAttachDevice_Port2->bAdd; in MDrv_Usb_Device_Enum_Port2()1792 if (psAttachDevice_Port2->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port2()1795 psAttachDevice_Port2->bAdd=devaddr; 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()[all …]
158 …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()
176 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()
968 extern Host20_Attach_Device_Structure xdata *psAttachDevice_Port2;