Searched refs:numOfSchemes (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd_ipc.h85 uint8_t numOfSchemes; /**< IN */ member in struct:t_FmPcdIpcKgSchemesParams
H A Dfm_kg.c879 for(i = 0; i<p_BindPort->numOfSchemes; i++)
948 for(i = 0; i<p_BindPort->numOfSchemes; i++)
964 for(i = 0; i<p_BindPort->numOfSchemes; i++)
1098 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
1108 for(j=0,i=0;i<FM_PCD_KG_NUM_OF_SCHEMES && j<numOfSchemes;i++)
1119 if (j != numOfSchemes)
1136 t_Error FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
1147 for(i=0;i<numOfSchemes;i++)
1357 kgAlloc.numOfSchemes = p_FmPcd->p_FmPcdKg->numOfSchemes;
[all...]
H A Dfm_pcd.h521 uint8_t numOfSchemes; member in struct:__anon8197
664 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
665 t_Error FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
H A Dfm_pcd.c160 ipcSchemesParams.numOfSchemes,
164 *p_ReplyLength = sizeof(uint32_t) + ipcSchemesParams.numOfSchemes*sizeof(uint8_t);
173 ipcSchemesParams.numOfSchemes,
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1764 uint8_t numOfSchemes; /**< Number of schemes for port to be bound to. */ member in struct:t_FmPcdPortSchemesParams
1765 t_Handle h_Schemes[FM_PCD_KG_NUM_OF_SCHEMES]; /**< Array of 'numOfSchemes' schemes for the
1866 uint8_t numOfSchemes; /**< Number of schemes for port to be bound to. */ member in struct:t_FmPortPcdKgParams
1868 /**< Array of 'numOfSchemes' schemes handles for the
H A Dfm_pcd_ext.h240 uint8_t numOfSchemes; /**< Number of schemes dedicated to this partition. */ member in struct:t_FmPcdParams
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1345 p_SchemeBind->numOfSchemes = 0;
1353 p_SchemeBind->schemesIds[p_SchemeBind->numOfSchemes] = FmPcdKgGetSchemeSwId(p_FmPort->h_FmPcd, idx);
1354 p_SchemeBind->numOfSchemes++;
1642 if(p_PcdParams->p_KgParams->numOfSchemes == 0)
1645 for(i = 0; i<p_PcdParams->p_KgParams->numOfSchemes; i++)
1742 for(i=0 ; i<p_PcdParams->p_KgParams->numOfSchemes; i++)
1745 if(i == p_PcdParams->p_KgParams->numOfSchemes)
4514 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes;
4516 for(i = 0;i<schemeBind.numOfSchemes;
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h125 uint8_t numOfSchemes; member in struct:t_FmPcdKgInterModuleBindPortToSchemes

Completed in 143 milliseconds