Searched refs:psAttachDevice_Port4 (Results 1 – 6 of 6) sorted by relevance
158 Host20_Attach_Device_Structure *psAttachDevice_Port4 = (Host20_Attach_Device_Structure*) &sAttachD… variable1229 if (psAttachDevice_Port4->sDD.bCONFIGURATION_NUMBER>HOST20_CONFIGURATION_NUM_MAX) in flib_Host20_AnalysisConfigyration_Port4()1234 memcpy((U8 *)&(psAttachDevice_Port4->saCD[i]),pbData,HOST20_CONFIGURATION_LENGTH); in flib_Host20_AnalysisConfigyration_Port4()1239 pBuf = (U8 *)&(psAttachDevice_Port4->saCD[i]); in flib_Host20_AnalysisConfigyration_Port4()1245 RemainLen = (int)psAttachDevice_Port4->saCD[i].bTotalLengthLowByte + in flib_Host20_AnalysisConfigyration_Port4()1246 … ((int)psAttachDevice_Port4->saCD[i].bTotalLengthHighByte << 8) - HOST20_CONFIGURATION_LENGTH; in flib_Host20_AnalysisConfigyration_Port4()1264 … 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()[all …]
131 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()235 pHost20_qHD_List_Bulk0_Port4->bDeviceAddress=psAttachDevice_Port4->bAdd; in OTGH_PT_Bulk_Init_Port4()236 pHost20_qHD_List_Bulk1_Port4->bDeviceAddress=psAttachDevice_Port4->bAdd; 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()[all …]
456 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()1745 psAttachDevice_Port4->bAdd=3; in MDrv_Usb_Device_Enum_Port4()1746 pHost20_qHD_List_Control1_Port4->bDeviceAddress=psAttachDevice_Port4->bAdd; in MDrv_Usb_Device_Enum_Port4()1761 if (psAttachDevice_Port4->saCD[0].sInterface[0].bInterfaceClass == 0x08) in MDrv_Usb_Device_Enum_Port4()1764 psAttachDevice_Port4->bAdd=devaddr; 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()[all …]
158 …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()
176 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()
968 extern Host20_Attach_Device_Structure xdata *psAttachDevice_Port4;