Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ldm/drv/ldm/
H A DdrvLDM.c703 MS_U8 MDrv_LDM_SendCommads(ST_LDM_CMD_INFO* pstCMD,MS_U8 u8Number) in MDrv_LDM_SendCommads() argument
721 if (!pstCMD) in MDrv_LDM_SendCommads()
729 if(!((pstCMD[u8Counter]).pContent)) in MDrv_LDM_SendCommads()
740 iResult = *(MS_S8 *)((pstCMD[u8Counter]).pContent); in MDrv_LDM_SendCommads()
742 if(-1 != *(MS_S8 *)((pstCMD[u8Counter]).pContent)) in MDrv_LDM_SendCommads()
744 … iResult = ioctl(LDM_fd, (pstCMD[u8Counter]).u32CommandIndex, (pstCMD[u8Counter]).pContent); in MDrv_LDM_SendCommads()
748 iResult = ioctl(LDM_fd, (pstCMD[u8Counter]).u32CommandIndex); in MDrv_LDM_SendCommads()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvLDM.h374 MDRV_INTERFACE MS_U8 MDrv_LDM_SendCommads(ST_LDM_CMD_INFO* pstCMD,MS_U8 u8Number);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt22445 MDRV_INTERFACE MS_U8 MDrv_LDM_SendCommads(ST_LDM_CMD_INFO* pstCMD,MS_U8 u8Number);