Searched refs:numOfSchemes (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_kg.c | 740 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() 938 replyLength = sizeof(uint32_t) + p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t); in KgInitGuest() 947 if (replyLength != (sizeof(uint32_t) + p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t))) in KgInitGuest() 949 …_FmPcdKg->schemesIds, (uint8_t*)(reply.replyBody),p_FmPcd->p_FmPcdKg->numOfSchemes*sizeof(uint8_t)… in KgInitGuest() 976 if (p_FmPcd->p_FmPcdKg->numOfSchemes) in KgInitMaster() 979 p_FmPcd->p_FmPcdKg->numOfSchemes, in KgInitMaster() 2050 for (i = 0; i<p_BindPort->numOfSchemes; i++) in FmPcdKgBuildBindPortToSchemes() 2170 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_Sc… in FmPcdKgAllocSchemes() argument [all …]
|
| H A D | fm_pcd_ipc.h | 86 uint8_t numOfSchemes; member
|
| H A D | fm_pcd.h | 250 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 D | fm_pcd.c | 166 ipcSchemesParams.numOfSchemes, in IpcMsgHandlerCB() 170 *p_ReplyLength = sizeof(uint32_t) + ipcSchemesParams.numOfSchemes*sizeof(uint8_t); in IpcMsgHandlerCB() 179 ipcSchemesParams.numOfSchemes, in IpcMsgHandlerCB()
|
| H A D | fm_manip.c | 2319 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()
|
| /src/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_port_ext.h | 2131 …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 D | fm_pcd_ext.h | 231 …uint8_t numOfSchemes; /**< Number of schemes dedicated to this parti… member
|
| /src/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 1059 p_SchemeBind->numOfSchemes = 0; in GetPortSchemeBindParams() 1067 p_SchemeBind->schemesIds[p_SchemeBind->numOfSchemes] = idx; 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() 1403 for (i = 0; i < p_PcdParams->p_KgParams->numOfSchemes; i++) in SetPcd() 1407 if (i == p_PcdParams->p_KgParams->numOfSchemes) in SetPcd() 5077 for (i = 0; i<p_PcdParams->p_KgParams->numOfSchemes; i++) in FM_PORT_SetPCD() 5365 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes; in FM_PORT_PcdKgBindSchemes() [all …]
|
| /src/sys/contrib/ncsw/Peripherals/FM/inc/ |
| H A D | fm_common.h | 234 uint8_t numOfSchemes; member
|