Searched refs:h_FmPcdCcTree (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c427 void FmPcdCcTreeReleaseLock(t_Handle h_FmPcdCcTree) argument
429 RELEASE_LOCK(((t_FmPcdCcTree *)h_FmPcdCcTree)->lock);
436 t_Handle h_FmPcdCcTree; local
441 h_FmPcdCcTree = p_CcNodeInfo->h_CcNode;
442 FmPcdCcTreeReleaseLock(h_FmPcdCcTree);
2286 t_Error FmPcdCcModifyNextEngineParamTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_AdditionalParams) argument
2288 t_FmPcdCcTree *p_FmPcdCcTree = (t_FmPcdCcTree *)h_FmPcdCcTree;
2294 SANITY_CHECK_RETURN_ERROR(h_FmPcdCcTree,E_INVALID_VALUE);
2304 err = ModifyKeyCommonPart1(h_FmPcdCcTree, keyIndex, h_AdditionalParams, e_MODIFY_STATE_CHANGE, TRUE, TRUE);
2311 err = BuildNewNodeModifyNextEngine (h_FmPcd, h_FmPcdCcTree, keyInde
2684 FmPcdCcGetGrpParams(t_Handle h_FmPcdCcTree, uint8_t grpId, uint32_t *p_GrpBits, uint8_t *p_GrpBase) argument
2697 FmPcdCcBindTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint32_t *p_Offset, t_Handle h_FmPort) argument
2716 FmPcdCcUnbindTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree) argument
2729 FmPcdCcTreeTryLock(t_Handle h_FmPcdCcTree) argument
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h741 t_Error FmPcdCcModifyNextEngineParamTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_AdditionalParams);
744 t_Error FmPcdCcTreeTryLock(t_Handle h_FmPcdCcTree);
746 void FmPcdCcTreeReleaseLock(t_Handle h_FmPcdCcTree);

Completed in 101 milliseconds