Lines Matching refs:tdp_level
37 static int tdp_level = 0xFF;
1179 if (tdp_level != 0xff && tdp_level != 0) {
1180 isst_display_error_info_message(1, "Invalid level", 1, tdp_level);
1194 isst_ctdp_display_information(cpu, outf, tdp_level, &clx_n_pkg_dev);
1207 ret = isst_get_process_ctdp(cpu, tdp_level, &pkg_dev);
1213 isst_ctdp_display_information(cpu, outf, tdp_level, &pkg_dev);
1255 ret = isst_set_tdp_level(cpu, tdp_level);
1274 ret = isst_get_coremask_info(cpu, tdp_level, &ctdp_level);
1311 if (tdp_level == 0xff) {
1312 isst_display_error_info_message(1, "Invalid command: specify tdp_level", 0, 0);
1339 isst_pbf_display_information(cpu, outf, tdp_level, pbf_info);
1351 ret = isst_get_pbf_info(cpu, tdp_level, &pbf_info);
1353 isst_display_error_info_message(1, "Failed to get base-freq info at this level", 1, tdp_level);
1357 isst_pbf_display_information(cpu, outf, tdp_level, &pbf_info);
1374 if (tdp_level == 0xff) {
1375 isst_display_error_info_message(1, "Invalid command: specify tdp_level", 0, 0);
1810 ret = isst_get_fact_info(cpu, tdp_level, fact_bucket, &fact_info);
1812 isst_display_error_info_message(1, "Failed to get turbo-freq info at this level", 1, tdp_level);
1816 isst_fact_display_information(cpu, outf, tdp_level, fact_bucket,
1835 if (tdp_level == 0xff) {
1836 isst_display_error_info_message(1, "Invalid command: specify tdp_level\n", 0, 0);
2443 tdp_level = atoi(optarg);