Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi2/
H A DdrvMMFilein.c260 static MMFI_Result _MMFI_Path_Alloc(MS_U32 *pu32PathId) in _MMFI_Path_Alloc() argument
264 *pu32PathId = (MS_U32)-1; in _MMFI_Path_Alloc()
270 *pu32PathId = (MS_U32)eMmfiPath; in _MMFI_Path_Alloc()
491 MMFI_Result MDrv_MMFI_Path_Alloc(MS_U32 *pu32PathId) in MDrv_MMFI_Path_Alloc() argument
499 eRet = _MMFI_Path_Alloc(pu32PathId); in MDrv_MMFI_Path_Alloc()
H A DdrvMMFilein.h305 MMFI_Result MDrv_MMFI_Path_Alloc(MS_U32 *pu32PathId);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c1299 static TSP_Result _TSP_Path_Alloc(DRV_TSP_PATH_TYPE eResType, MS_U32 *pu32PathId) in _TSP_Path_Alloc() argument
1306 *pu32PathId = (MS_U32)-1; in _TSP_Path_Alloc()
1317 *pu32PathId = (MS_U32) eTSIF; in _TSP_Path_Alloc()
3519 TSP_Result MDrv_TSP_Path_Alloc(DRV_TSP_PATH_TYPE eResType, MS_U32 *pu32PathId) in MDrv_TSP_Path_Alloc() argument
3525 ret = _TSP_Path_Alloc(eResType, pu32PathId); in MDrv_TSP_Path_Alloc()
H A DdrvTSP2.h1153 TSP_Result MDrv_TSP_Path_Alloc(DRV_TSP_PATH_TYPE eResType, MS_U32 *pu32PathId);