Home
last modified time | relevance | path

Searched refs:eParm (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c1541 pstTsioInitDes->eParm = (TSIO_Init_Set *)buffer_array0; in DMX_adp_Ioctl()
1552 … CPY_FROM_USER((void*)buffer_array0, (void*)pstTsioInitDes->eParm, sizeof(TSIO_Init_Set)); in DMX_adp_Ioctl()
1553 pstTsioInitDes->eParm = (TSIO_Init_Set*)buffer_array0; in DMX_adp_Ioctl()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX_tsio_v2.h223 TSIO_Init_Set* eParm; member
H A DapiDMX_tsio.h248 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Init(TSIO_Init_Set *eParm);
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c13419 DMX_FILTER_STATUS _MApi_DMX_TSIO_Init(TSIO_Init_Set *eParm)
13428 …if (MDrv_TSIO_SGDMAIN_LastPktBuf_Set(eParm->phyLastpktBufAddr, eParm->u32LastpktBufSize) != DRVTSI…
13433 if (MDrv_TSIO_SGDMAIN_SGVQBuf_Set(eParm->phyDMAVQBufAddr, eParm->u32DMAVQBufSize) != DRVTSIO_OK)
13438 … if (MDrv_TSIO_SGDMAIN_NodeBuf_Set(eParm->phyDMAinNodeAddr, eParm->u32DMAinNodeSize) != DRVTSIO_OK)
13443 …if (MDrv_TSIO_SGDMAOUT_NodeBuf_Set(eParm->phyDMAoutNodeAddr, eParm->u32DMAoutNodeSize) != DRVTSIO_…
H A DapiDMX_private.h411 typedef DMX_FILTER_STATUS (*IOCTL_DMX_TSIO_Init)(TSIO_Init_Set *eParm);
920 DMX_FILTER_STATUS _MApi_DMX_TSIO_Init(TSIO_Init_Set *eParm);
H A DapiDMX_v2.c8368 DMX_FILTER_STATUS MApi_DMX_TSIO_Init(TSIO_Init_Set *eParm) in MApi_DMX_TSIO_Init() argument
8379 param.eParm = eParm; in MApi_DMX_TSIO_Init()
8410 return _MApi_DMX_TSIO_Init(eParm); in MApi_DMX_TSIO_Init()
H A DmapiDMX.c1935 pstTSIOInit->u32Res = (MS_U32)psDmxInstPri->fpDMXTSIOInit(pstTSIOInit->eParm); in DMXIoctl()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt39558 TSIO_Init_Set* eParm;
82393 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Init(TSIO_Init_Set *eParm);