Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c896 GOP_DWIN_INTR_TIME_OUT DWinIntinfoTimeout; in MApi_GOP_DWIN_GetDWinIntInfoTimeout() local
898 memset(&DWinIntinfoTimeout, 0x0, sizeof(GOP_DWIN_INTR_TIME_OUT)); in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
899 memcpy(&DWinIntinfoTimeout.DWinIntInfo, pDWinIntInfo, sizeof(GOP_DWinIntInfo)); in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
900 DWinIntinfoTimeout.u32Timeout = u32Timeout; in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
903 ioctl_info.pIntrInfo = (MS_U32*)&DWinIntinfoTimeout; in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
912 memcpy(pDWinIntInfo, &DWinIntinfoTimeout.DWinIntInfo, sizeof(GOP_DWinIntInfo)); in MApi_GOP_DWIN_GetDWinIntInfoTimeout()
929 GOP_DWIN_INTR_TIME_OUT DWinIntinfoTimeout; in MApi_GOP_DWIN_GetDWinIntInfo() local
931 memset(&DWinIntinfoTimeout, 0x0, sizeof(GOP_DWIN_INTR_TIME_OUT)); in MApi_GOP_DWIN_GetDWinIntInfo()
932 memcpy(&DWinIntinfoTimeout.DWinIntInfo, pDWinIntInfo, sizeof(GOP_DWinIntInfo)); in MApi_GOP_DWIN_GetDWinIntInfo()
933 DWinIntinfoTimeout.u32Timeout = 0; in MApi_GOP_DWIN_GetDWinIntInfo()
[all …]