Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c883 …UADP_SPT_NAME1NXT(GOP_DWIN_INTR_STATUS_CONTROL,GOP_DWIN_INTR_STATUS_PARAM,pIntrInfo,GOP_DWIN_INTR_… in GOP_adp_Init()
886 …UADP_SPT_NAME1NXT(GOP_DWIN_INTR_STATUS_GETINFO,GOP_DWIN_INTR_STATUS_PARAM,pIntrInfo,GOP_DWIN_INTR_… in GOP_adp_Init()
889 …UADP_SPT_NAME1NXT(GOP_DWIN_INTR_STATUS_GETINFO_TIMEOUT,GOP_DWIN_INTR_STATUS_PARAM,pIntrInfo,GOP_DW… in GOP_adp_Init()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c771 ioctl_info.pIntrInfo = (MS_U32*)&intrInfo; in MApi_GOP_DWIN_EnableIntr()
840 ioctl_info.pIntrInfo = (void*)&intrStatus; in MApi_GOP_DWIN_GetIntrStatus()
868 ioctl_info.pIntrInfo = (MS_U32*)&intrInfo; in MApi_GOP_DWIN_ClearIntr()
903 ioctl_info.pIntrInfo = (MS_U32*)&DWinIntinfoTimeout; in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
936 ioctl_info.pIntrInfo = (MS_U32*)&DWinIntinfoTimeout; in MApi_GOP_DWIN_GetDWinIntInfo()
H A DapiGOP_priv.h1068 MS_U32* pIntrInfo; member
H A DmapiGOP.c11447 …u32Ret = Ioctl_GOP_Dwin_Intr(pInstance,pDwinIntr->intr_type, pDwinIntr->pIntrInfo, pDwinIntr->u32S… in GOPIoctl()