Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c370 DMX_TSP_IOSIGNAL stTspIoSig; in _DMX_TSP_Proc_Task() local
382 stTspIoSig.s32KerModeTspEvtId = -1; //init it first in _DMX_TSP_Proc_Task()
385 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_WaitTspCbEvt, (void*)&stTspIoSig) != UTOPIA_STATUS_SUCC… in _DMX_TSP_Proc_Task()
390 if(stTspIoSig.u32DmxEvt == 0) in _DMX_TSP_Proc_Task()
398 …if((stTspIoSig.u32DmxEvt & (DMX_EVENT_PVRBUF_FULL|DMX_EVENT_PVR1BUF_FULL)) && (_PvrEngCb[0] != NUL… in _DMX_TSP_Proc_Task()
400 if(stTspIoSig.u32PvrBufFullFlag[0] == 0xFF) in _DMX_TSP_Proc_Task()
406 if(stTspIoSig.u32PvrBufFullFlag[0] & 0x01) in _DMX_TSP_Proc_Task()
410 else if(stTspIoSig.u32PvrBufFullFlag[0] & 0x01) in _DMX_TSP_Proc_Task()
418 … if(stTspIoSig.u32DmxEvt & (DMX_EVENT_DATA_READY|DMX_EVENT_SEC_CRCERROR|DMX_EVENT_BUF_OVERFLOW)) in _DMX_TSP_Proc_Task()
427 …if((stTspIoSig.u32SecRdyFlag[u32ii] | stTspIoSig.u32SecCrcErrFlag[u32ii] | stTspIoSig.u32SecOvfFla… in _DMX_TSP_Proc_Task()
[all …]