Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst-core.c186 int isst_set_tdp_level(struct isst_id *id, int tdp_level) in isst_set_tdp_level() argument
189 return isst_ops->set_tdp_level(id, tdp_level); in isst_set_tdp_level()
368 int isst_get_process_ctdp(struct isst_id *id, int tdp_level, struct isst_pkg_ctdp *pkg_dev) in isst_get_process_ctdp() argument
383 if (tdp_level != 0xff && tdp_level > pkg_dev->levels) { in isst_get_process_ctdp()
394 if (tdp_level != 0xff && i != tdp_level) in isst_get_process_ctdp()
H A Disst-config.c39 static int tdp_level = 0xFF; variable
1415 if (tdp_level != 0xff && tdp_level != 0) { in dump_clx_n_config_for_cpu()
1443 ret = isst_get_process_ctdp(id, tdp_level, &pkg_dev); in dump_isst_config_for_cpu()
1499 if (pkg_dev.current_level == tdp_level) { in set_tdp_level_for_cpu()
1504 ret = isst_set_tdp_level(id, tdp_level); in set_tdp_level_for_cpu()
1540 ctdp_level.core_cpumask, tdp_level, 0); in set_tdp_level_for_cpu()
1581 if (tdp_level == 0xff) { in set_tdp_level()
1621 ret = isst_get_pbf_info(id, tdp_level, &pbf_info); in dump_pbf_config_for_cpu()
1644 if (tdp_level == 0xff) { in dump_pbf_config()
2111 if (tdp_level == 0xff) { in dump_fact_config()
[all …]
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-core-mbox.c606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) in mbox_set_tdp_level() argument
619 tdp_level, &resp); in mbox_set_tdp_level()
621 isst_display_error_info_message(1, "Set TDP level failed for level", 1, tdp_level); in mbox_set_tdp_level()
H A Disst-core-tpmi.c376 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) in tpmi_set_tdp_level() argument
383 info.level = tdp_level; in tpmi_set_tdp_level()
H A Disst-display.c357 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, in isst_ctdp_display_information() argument
513 tdp_level, in isst_ctdp_display_information()