Lines Matching refs:pInit
110 PMFE_INIT_PARAM pInit = NULL; in MFEIoctl() local
111 pInit = (PMFE_INIT_PARAM)pArgs; in MFEIoctl()
112 if (pInit->mfe_Info->mfe_state != MFE_Invalid && in MFEIoctl()
113 pInit->mfe_Info->mfe_state != MFE_DeInit && in MFEIoctl()
114 pInit->mfe_Info->mfe_state != MFE_ReInit) in MFEIoctl()
126 printf("MApi_CMD_MFE_Init, pInit=%p\n",pInit); in MFEIoctl()
127 pInit->retVal = psMFE_InstPri->fpMFEInit(pInit->mfe_Info); in MFEIoctl()
128 if(pInit->retVal == FALSE) in MFEIoctl()
134 PMFE_INIT_PARAM pInit = NULL; in MFEIoctl() local
135 pInit = (PMFE_INIT_PARAM)pArgs; in MFEIoctl()
136 pInit->retVal = psMFE_InstPri->fpMFEEncode(pInit->mfe_Info); in MFEIoctl()
137 if(pInit->retVal == FALSE) in MFEIoctl()
162 PMFE_INIT_PARAM pInit = NULL; in MFEIoctl() local
163 pInit = (PMFE_INIT_PARAM)pArgs; in MFEIoctl()
164 pInit->retVal = psMFE_InstPri->fpMFEDeInit(pInit->mfe_Info); in MFEIoctl()
165 if(pInit->retVal == FALSE) in MFEIoctl()
171 PMFE_INIT_PARAM pInit = NULL; in MFEIoctl() local
172 pInit = (PMFE_INIT_PARAM)pArgs; in MFEIoctl()
173 pInit->retVal = psMFE_InstPri->fpMFEPowerOff(pInit->mfe_Info); in MFEIoctl()
174 if(pInit->retVal == FALSE) in MFEIoctl()