Lines Matching defs:feature
13 char *feature;
1104 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is supported\n");
1106 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is not supported\n");
1116 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is supported\n");
1118 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is not supported\n");
1121 fprintf(outf, "Intel(R) SST-BF (feature base-freq) is supported\n");
1123 fprintf(outf, "Intel(R) SST-BF (feature base-freq) is not supported\n");
1126 fprintf(outf, "Intel(R) SST-CP (feature core-power) status is unknown\n");
1131 fprintf(outf, "Intel(R) SST-CP (feature core-power) is supported\n");
1133 fprintf(outf, "Intel(R) SST-CP (feature core-power) is not supported\n");
1917 isst_display_error_info_message(1, "base-freq feature is not present at this level", 1, pkg_dev.current_level);
1961 "Enable Intel Speed Select Technology base frequency feature\n");
1964 "\tOn this platform this command doesn't enable feature in the hardware.\n");
1976 "\tOn this platform this command doesn't disable feature in the hardware.\n");
1982 "Disable Intel Speed Select Technology base frequency feature\n");
2072 isst_display_error_info_message(1, "turbo-freq feature is not present at this level", 1, pkg_dev.current_level);
2126 "Enable Intel Speed Select Technology Turbo frequency feature\n");
2132 "-C|--cpu option as as high priority using core-power feature\n");
2135 "Disable Intel Speed Select Technology turbo frequency feature\n");
2844 printf("\nCommands : For feature=perf-profile\n");
2871 printf("\nCommand: For feature=turbo-freq\n");
2891 printf("\nCommands : For feature=core-power\n");
2902 char *feature;
2926 char *feature = argv[optind];
2929 if (!feature || !cmd)
2932 debug_printf("feature name [%s] command [%s]\n", feature, cmd);
2934 while (help_cmds[i].feature) {
2935 if (!strcmp(help_cmds[i].feature, feature)) {
2944 while (cmds[i].feature) {
2945 if (!strcmp(cmds[i].feature, feature) &&
2963 fprintf(stderr, "Everything is pre-configured using BIOS options, this tool can't enable any feature in the hardware.\n\n");
2973 printf("\nFor help on each feature, use -h|--help\n");
2976 printf("\nFor additional help on each command for a feature, use --h|--help\n");
2978 printf("\t\t This will print help for the command \"get-lock-status\" for the feature \"perf-profile\"\n");