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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd_ipc.h86 uint8_t numOfSchemes; member in struct:t_FmPcdIpcKgSchemesParams
H A Dfm_kg.c740 for (i = 0; i < p_BindPort->numOfSchemes; i++)
765 for (i = 0; i < p_BindPort->numOfSchemes; i++)
934 kgAlloc.numOfSchemes = p_FmPcd->p_FmPcdKg->numOfSchemes;
938 replyLength = sizeof(uint32_t) + p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t);
947 if (replyLength != (sizeof(uint32_t) + p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t)))
949 memcpy(p_FmPcd->p_FmPcdKg->schemesIds, (uint8_t*)(reply.replyBody),p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t));
976 if (p_FmPcd->p_FmPcdKg->numOfSchemes)
979 p_FmPcd->p_FmPcdKg->numOfSchemes,
2050 for (i = 0; i<p_BindPort->numOfSchemes;
2170 FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
2208 FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
[all...]
H A Dfm_pcd.h250 uint8_t numOfSchemes; member in struct:__anon10815
415 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
416 t_Error FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
H A Dfm_pcd.c166 ipcSchemesParams.numOfSchemes,
170 *p_ReplyLength = sizeof(uint32_t) + ipcSchemesParams.numOfSchemes*sizeof(uint8_t);
179 ipcSchemesParams.numOfSchemes,
H A Dfm_manip.c2319 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] =
2321 p_PcdParams->p_KgParams->numOfSchemes++;
2329 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] =
2331 p_PcdParams->p_KgParams->numOfSchemes++;
2335 p_PcdParams->p_KgParams->h_Schemes[p_PcdParams->p_KgParams->numOfSchemes] =
2337 p_PcdParams->p_KgParams->numOfSchemes++;
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2131 uint8_t numOfSchemes; /**< Number of schemes for port to be bound to. */ member in struct:t_FmPcdPortSchemesParams
2132 t_Handle h_Schemes[FM_PCD_KG_NUM_OF_SCHEMES]; /**< Array of 'numOfSchemes' schemes for the
2239 uint8_t numOfSchemes; /**< Number of schemes for port to be bound to. */ member in struct:t_FmPortPcdKgParams
2241 /**< Array of 'numOfSchemes' schemes handles for the
H A Dfm_pcd_ext.h231 uint8_t numOfSchemes; /**< Number of schemes dedicated to this partition. member in struct:t_FmPcdParams
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1059 p_SchemeBind->numOfSchemes = 0;
1067 p_SchemeBind->schemesIds[p_SchemeBind->numOfSchemes] = idx;
1068 p_SchemeBind->numOfSchemes++;
1269 if (p_PcdParams->p_KgParams->numOfSchemes == 0)
1289 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes;
1293 for (i = 0; i < p_PcdParams->p_KgParams->numOfSchemes; i++)
1403 for (i = 0; i < p_PcdParams->p_KgParams->numOfSchemes; i++)
1407 if (i == p_PcdParams->p_KgParams->numOfSchemes)
5077 for (i = 0; i<p_PcdParams->p_KgParams->numOfSchemes;
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h234 uint8_t numOfSchemes; member in struct:t_FmPcdKgInterModuleBindPortToSchemes

Completed in 270 milliseconds