Searched refs:psDTMBInstPri (Results 1 – 1 of 1) sorted by relevance
328 DTMB_INSTANT_PRIVATE* psDTMBInstPri = NULL; in DTMBIoctl() local331 psDTMBInstPri = (DTMB_INSTANT_PRIVATE*)psDTMBInstPriVoid; in DTMBIoctl()353 u32Ret = psDTMBInstPri->fpSetDbgLevel(((PDTMB_DBG_LEVEL_PARAM)pArgs)->u8DbgLevel); in DTMBIoctl()357 ((PDTMB_GET_INFO_PARAM)pArgs)->pInfo = psDTMBInstPri->fpGetInfo(); in DTMBIoctl()362 u32Ret = psDTMBInstPri->fpGetLibVer(((PDTMB_GET_LIB_VER_PARAM)pArgs)->ppVersion); in DTMBIoctl()368 …u32Ret = psDTMBInstPri->fpInit(((PDTMB_INIT_PARAM)pArgs)->id, ((PDTMB_INIT_PARAM)pArgs)->pDMD_DTMB… in DTMBIoctl()374 u32Ret = psDTMBInstPri->fpExit(((PDTMB_ID_PARAM)pArgs)->id); in DTMBIoctl()380 …u32Ret = psDTMBInstPri->fpGetConfig(((PDTMB_INIT_PARAM)pArgs)->id, ((PDTMB_INIT_PARAM)pArgs)->pDMD… in DTMBIoctl()386 …u32Ret = psDTMBInstPri->fpSetConfig(((PDTMB_SET_CONFIG_PARAM)pArgs)->id, ((PDTMB_SET_CONFIG_PARAM)… in DTMBIoctl()392 u32Ret = psDTMBInstPri->fpSetReset(((PDTMB_ID_PARAM)pArgs)->id); in DTMBIoctl()[all …]