Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ldm/drv/ldm/
H A DdrvLDM.c197 int iResult = 0; in MDrv_LDM_SetDbgLevel() local
218 iResult = ioctl(LDM_fd, MDRV_LDM_IOC_DEBUG,&gLDMDbgLevel); in MDrv_LDM_SetDbgLevel()
219 if(iResult != 0) in MDrv_LDM_SetDbgLevel()
221 LDM_DBG_ERR("LDM Initial Configuration Fails iResult: %d \n", iResult); in MDrv_LDM_SetDbgLevel()
238 int iResult = 0; in MDrv_LDM_Enable() local
253 iResult = ioctl(LDM_fd, MDRV_LDM_IOC_ENABLE); in MDrv_LDM_Enable()
254 if(iResult != 0) in MDrv_LDM_Enable()
256 LDM_DBG_ERR("LDM enable Fails iResult: %d \n", iResult); in MDrv_LDM_Enable()
289 int iResult = 0; in MDrv_LDM_Disable() local
305 iResult = ioctl(LDM_fd, MDRV_LDM_IOC_DISABLE,&gLDMTemp); in MDrv_LDM_Disable()
[all …]
/utopia/UTPA2-700.0.x/modules/ir/drv/ir/
H A DdrvIR.c1005 int iResult; in MDrv_IR_InitCfg() local
1013 iResult = ioctl(IR_fd, MDRV_IR_INITCFG,&InitCfgParam); in MDrv_IR_InitCfg()
1014 if(iResult < 0) in MDrv_IR_InitCfg()
1023 int iResult; in MDrv_IR_TimeCfg() local
1031 iResult = ioctl(IR_fd, MDRV_IR_TIMECFG,&TimeCfgParam); in MDrv_IR_TimeCfg()
1032 if(iResult < 0) in MDrv_IR_TimeCfg()
1040 int iResult; in MDrv_IR_GetPulseShot() local
1046 iResult = ioctl(IR_fd, MDRV_IR_GET_SWSHOT_BUF, pPulseShotInfo); in MDrv_IR_GetPulseShot()
1047 if(iResult < 0) in MDrv_IR_GetPulseShot()
1056 int iResult; in MDrv_IR_SetMultiHeaderCode() local
[all …]
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c593 int iResult; in CmdRecvStart() local
632 iResult = bind(_hsl->hServerSocket, (struct sockaddr*)&servaddr, sizeof(servaddr)); in CmdRecvStart()
633 if (iResult < 0) in CmdRecvStart()
/utopia/UTPA2-700.0.x/modules/clkm/drv/clkm/
H A DdrvCLKM.c245 int iResult; in Drv_Clkm_Get_Handle() local