Searched refs:cnl_features (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 715 static const struct platform_features cnl_features = { variable 989 { INTEL_CANNONLAKE_L, &cnl_features }, 992 { INTEL_ICELAKE_L, &cnl_features }, 993 { INTEL_ICELAKE_NNPI, &cnl_features }, 994 { INTEL_ROCKETLAKE, &cnl_features }, 995 { INTEL_TIGERLAKE_L, &cnl_features }, 996 { INTEL_TIGERLAKE, &cnl_features }, 1000 { INTEL_LAKEFIELD, &cnl_features }, 1006 { INTEL_METEORLAKE, &cnl_features }, 1007 { INTEL_METEORLAKE_L, &cnl_features },
|