Searched refs:g_platformModules (Results 1 – 1 of 1) sorted by relevance
13 static struct PlatformModuleInfo g_platformModules[] = { variable192 if (g_platformModules[i].moduleType == moduleType) { in PlatformModuleInfoGet()193 return &g_platformModules[i]; in PlatformModuleInfoGet()201 return sizeof(g_platformModules) / sizeof(g_platformModules[0]); in PlatformModuleInfoCount()