Lines Matching defs:feature

12 	char *feature;
924 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is supported\n");
926 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is not supported\n");
948 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is supported\n");
950 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is not supported\n");
953 fprintf(outf, "Intel(R) SST-BF (feature base-freq) is supported\n");
955 fprintf(outf, "Intel(R) SST-BF (feature base-freq) is not supported\n");
959 fprintf(outf, "Intel(R) SST-CP (feature core-power) is supported\n");
961 fprintf(outf, "Intel(R) SST-CP (feature core-power) is not supported\n");
1722 isst_display_error_info_message(1, "base-freq feature is not present at this level", 1, pkg_dev.current_level);
1766 "Enable Intel Speed Select Technology base frequency feature\n");
1769 "\tOn this platform this command doesn't enable feature in the hardware.\n");
1781 "\tOn this platform this command doesn't disable feature in the hardware.\n");
1787 "Disable Intel Speed Select Technology base frequency feature\n");
1871 isst_display_error_info_message(1, "turbo-freq feature is not present at this level", 1, pkg_dev.current_level);
1924 "Enable Intel Speed Select Technology Turbo frequency feature\n");
1930 "-C|--cpu option as as high priority using core-power feature\n");
1933 "Disable Intel Speed Select Technology turbo frequency feature\n");
2515 printf("\nCommands : For feature=perf-profile\n");
2542 printf("\nCommand: For feature=turbo-freq\n");
2552 printf("\nCommands : For feature=core-power\n");
2563 char *feature;
2586 char *feature = argv[optind];
2589 if (!feature || !cmd)
2592 debug_printf("feature name [%s] command [%s]\n", feature, cmd);
2594 while (help_cmds[i].feature) {
2595 if (!strcmp(help_cmds[i].feature, feature)) {
2607 while (cmds[i].feature) {
2608 if (!strcmp(cmds[i].feature, feature) &&
2626 fprintf(stderr, "Everything is pre-configured using BIOS options, this tool can't enable any feature in the hardware.\n\n");
2636 printf("\nFor help on each feature, use -h|--help\n");
2639 printf("\nFor additional help on each command for a feature, use --h|--help\n");
2641 printf("\t\t This will print help for the command \"get-lock-status\" for the feature \"perf-profile\"\n");