Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c740 for (i = 0; i < p_BindPort->numOfSchemes; i++) in IncSchemeOwners()
765 for (i = 0; i < p_BindPort->numOfSchemes; i++) in DecSchemeOwners()
934 kgAlloc.numOfSchemes = p_FmPcd->p_FmPcdKg->numOfSchemes; in KgInitGuest()
976 if (p_FmPcd->p_FmPcdKg->numOfSchemes) in KgInitMaster()
2050 for (i = 0; i<p_BindPort->numOfSchemes; i++) in FmPcdKgBuildBindPortToSchemes()
2192 if (j != numOfSchemes) in FmPcdKgAllocSchemes()
2219 for (i = 0; i < numOfSchemes; i++) in FmPcdKgFreeSchemes()
2389 p_FmPcdKg->numOfSchemes = p_FmPcdParams->numOfSchemes; in KgConfig()
2451 kgAlloc.numOfSchemes = p_FmPcd->p_FmPcdKg->numOfSchemes; in KgFree()
2787 for (i = 0;i<p_FmPcd->p_FmPcdKg->numOfSchemes;i++) in FmPcdKgGetRelativeSchemeId()
[all …]
H A Dfm_pcd_ipc.h86 uint8_t numOfSchemes; member
H A Dfm_pcd.h250 uint8_t numOfSchemes; member
415 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p…
416 t_Error FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_…
H A Dfm_pcd.c166 ipcSchemesParams.numOfSchemes, in IpcMsgHandlerCB()
170 *p_ReplyLength = sizeof(uint32_t) + ipcSchemesParams.numOfSchemes*sizeof(uint8_t); in IpcMsgHandlerCB()
179 ipcSchemesParams.numOfSchemes, in IpcMsgHandlerCB()
H A Dfm_manip.c2319 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] = in UpdateInitReasm()
2321 p_PcdParams->p_KgParams->numOfSchemes++; in UpdateInitReasm()
2329 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] = in UpdateInitReasm()
2331 p_PcdParams->p_KgParams->numOfSchemes++; in UpdateInitReasm()
2335 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] = in UpdateInitReasm()
2337 p_PcdParams->p_KgParams->numOfSchemes++; in UpdateInitReasm()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2131 …uint8_t numOfSchemes; /**< Number of schemes for port to be bound to… member
2239 …uint8_t numOfSchemes; /**< Number of schemes for port to be bound to… member
H A Dfm_pcd_ext.h231 …uint8_t numOfSchemes; /**< Number of schemes dedicated to this parti… member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1059 p_SchemeBind->numOfSchemes = 0; in GetPortSchemeBindParams()
1068 p_SchemeBind->numOfSchemes++; in GetPortSchemeBindParams()
1269 if (p_PcdParams->p_KgParams->numOfSchemes == 0) in SetPcd()
1289 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes; in SetPcd()
1293 for (i = 0; i < p_PcdParams->p_KgParams->numOfSchemes; i++) in SetPcd()
1407 if (i == p_PcdParams->p_KgParams->numOfSchemes) in SetPcd()
5365 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes; in FM_PORT_PcdKgBindSchemes()
5367 for (i = 0; i < schemeBind.numOfSchemes; i++) in FM_PORT_PcdKgBindSchemes()
5390 for (i=0; i<p_PortScheme->numOfSchemes; i++) in FM_PORT_PcdKgBindSchemes()
5416 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes; in FM_PORT_PcdKgUnbindSchemes()
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h234 uint8_t numOfSchemes; member