Searched refs:tdp_level (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core.c185 int isst_set_tdp_level(struct isst_id *id, int tdp_level) argument
188 return isst_ops->set_tdp_level(id, tdp_level);
361 int isst_get_process_ctdp(struct isst_id *id, int tdp_level, struct isst_pkg_ctdp *pkg_dev) argument
376 if (tdp_level != 0xff && tdp_level > pkg_dev->levels) {
387 if (tdp_level != 0xff && i != tdp_level)
H A Disst.h201 int (*set_tdp_level)(struct isst_id *id, int tdp_level);
251 extern int isst_get_process_ctdp(struct isst_id *id, int tdp_level,
255 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level,
263 extern int isst_set_tdp_level(struct isst_id *id, int tdp_level);
H A Disst-config.c39 static int tdp_level = 0xFF; variable
1387 if (tdp_level != 0xff && tdp_level != 0) {
1388 isst_display_error_info_message(1, "Invalid level", 1, tdp_level);
1402 isst_ctdp_display_information(id, outf, tdp_level, &clx_n_pkg_dev);
1415 ret = isst_get_process_ctdp(id, tdp_level, &pkg_dev);
1421 isst_ctdp_display_information(id, outf, tdp_level, &pkg_dev);
1471 if (pkg_dev.current_level == tdp_level) {
1476 ret = isst_set_tdp_level(id, tdp_level);
1492 isst_adjust_uncore_freq(id, tdp_level,
[all...]
H A Disst-core-tpmi.c370 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) argument
377 info.level = tdp_level;
H A Disst-core-mbox.c606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) argument
619 tdp_level, &resp);
621 isst_display_error_info_message(1, "Set TDP level failed for level", 1, tdp_level);
H A Disst-display.c338 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, argument
494 tdp_level,

Completed in 245 milliseconds