Searched refs:platform_names (Results 1 – 1 of 1) sorted by relevance
40 static const char * const platform_names[] = { variable85 BUILD_BUG_ON(ARRAY_SIZE(platform_names) != INTEL_MAX_PLATFORMS); in intel_platform_name()87 if (WARN_ON_ONCE(platform >= ARRAY_SIZE(platform_names) || in intel_platform_name()88 platform_names[platform] == NULL)) in intel_platform_name()91 return platform_names[platform]; in intel_platform_name()
Completed in 4 milliseconds