Home
last modified time | relevance | path

Searched refs:MDrv_TSP_PidFlt_Alloc (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP.h357 #define MDrv_TSP_PidFlt_Alloc MDrv_TSP_FLT_Alloc macro
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c1388 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, eTspFltType, &FltId)) in _DMX_Open_Stream()
1517 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, eTspFltType |u32TSPFltSource , &FltId)) in _DMX_Open_Stream()
1588 …if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner , (DrvTSP_FltType)(eTspFltType|u32TSPFltSource), &Flt… in _DMX_Open_Sect()
1661 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, eTspFltType | u32TSPFltSource, &FltId)) in _DMX_Open_Sect()
6047 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, ftype, &FltId))
6664 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, ftype, &u32fltid))
6880 if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner, ftype, &u32fltid))
10050 …if (DRVTSP_OK!= MDrv_TSP_PidFlt_Alloc(_Owner , (DrvTSP_FltType)(eTspFltType|u32TSPFltSource), &Flt…
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.h760 TSP_Result MDrv_TSP_PidFlt_Alloc(MS_U32 u32EngId, DrvTSP_FltType eFilterType, MS_U32 *pu32PidFltId);
H A DdrvTSP.c4803 TSP_Result MDrv_TSP_PidFlt_Alloc(MS_U32 u32EngId, DrvTSP_FltType eFilterType, MS_U32 *pu32PidFltId)
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h832 TSP_Result MDrv_TSP_PidFlt_Alloc(MS_U32 u32EngId, DrvTSP_FltType eFilterType, MS_U32 *pu32PidFltId);
H A DdrvTSP.c4731 TSP_Result MDrv_TSP_PidFlt_Alloc(MS_U32 u32EngId, DrvTSP_FltType eFilterType, MS_U32 *pu32PidFltId) in MDrv_TSP_PidFlt_Alloc() function
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_flt.c127 #define MDrv_TSP_FLT_Alloc(i, p...) MDrv_TSP_PidFlt_Alloc(0, p)