Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c729 static void IncSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in IncSchemeOwners() argument
740 for (i = 0; i < p_BindPort->numOfSchemes; i++) in IncSchemeOwners()
742 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in IncSchemeOwners()
754 static void DecSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in DecSchemeOwners() argument
765 for (i = 0; i < p_BindPort->numOfSchemes; i++) in DecSchemeOwners()
767 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in DecSchemeOwners()
2036 …PortToSchemes(t_Handle h_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort, uint32_t *p_SpR… in FmPcdKgBuildBindPortToSchemes() argument
2050 for (i = 0; i<p_BindPort->numOfSchemes; i++) in FmPcdKgBuildBindPortToSchemes()
2052 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in FmPcdKgBuildBindPortToSchemes()
2062 … if ((p_Scheme->netEnvId != p_BindPort->netEnvId) && (p_Scheme->netEnvId != ILLEGAL_NETENV)) in FmPcdKgBuildBindPortToSchemes()
[all …]