Searched refs:psDmxInstPri (Results 1 – 1 of 1) sorted by relevance
468 DMX_INSTANT_PRIVATE* psDmxInstPri = NULL; in DMXOpen() local478 UtopiaInstanceGetPrivate(*ppInstance, (void**)&psDmxInstPri); in DMXOpen()480 if(_DMXProbeResourceToUtopia(psDmxInstPri) == FALSE) in DMXOpen()492 DMX_INSTANT_PRIVATE* psDmxInstPri = NULL; in DMXIoctl() local599 if(UtopiaInstanceGetPrivate(pInstance, (void*)&psDmxInstPri) != 0) in DMXIoctl()621 if(psDmxInstPri->fpDMXInitLibRes(pResPrivate) != DMX_FILTER_STATUS_OK) in DMXIoctl()635 …if(psDmxInstPri->fpDMXSetFWBuf(pTSPParam->phyFWAddr, pTSPParam->u32FWSize) != DMX_FILTER_STATUS_OK) in DMXIoctl()641 if(psDmxInstPri->fpDMXSetHK((MS_BOOL)pTSPParam->u32IsHK) != DMX_FILTER_STATUS_OK) in DMXIoctl()647 if(psDmxInstPri->fpDMXInit() != DMX_FILTER_STATUS_OK) in DMXIoctl()653 pTSPParam->u32Res = (MS_U32)psDmxInstPri->fpDMXTSPInit(pTSPParam); in DMXIoctl()[all …]