Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvhidcore_2.c131 U8 *pUsbIntrData_Port2; variable
784 pUsbIntrData_Port2=(U8*) KSEG02KSEG1(UsbIntrData_Port2); in drvUSBHost_HID_Initial_Port2()
796 memset(pUsbIntrData_Port2, 0, 8); in MDrv_GET_JOYSTICK_STATUS_Port2()
797 if (flib_Host20_Issue_Interrupt_Port2((U32)pUsbIntrData_Port2,8)==HOST20_OK) in MDrv_GET_JOYSTICK_STATUS_Port2()
798 tmp=Parse_Joystick_Report_Port2(pUsbIntrData_Port2); in MDrv_GET_JOYSTICK_STATUS_Port2()
810 if (flib_Host20_Issue_Interrupt_Port2((U32)pUsbIntrData_Port2,8)==HOST20_OK) in MDrv_Get_HID_Report_Raw_Data_Port2()
814 ReportData_Port2[i]=pUsbIntrData_Port2[i]; in MDrv_Get_HID_Report_Raw_Data_Port2()