Searched refs:clos (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/power/x86/intel-speed-select/ |
D | isst.h | 241 extern int isst_pm_get_clos(struct isst_id *id, int clos, 243 extern int isst_set_clos(struct isst_id *id, int clos, 245 extern int isst_clos_associate(struct isst_id *id, int clos); 247 extern void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, 249 extern void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos);
|
D | isst-config.c | 1439 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1444 ret = isst_pm_get_clos(id, clos, &clos_config); in set_clos_param() 1453 ret = isst_set_clos(id, clos, &clos_config); in set_clos_param() 1662 int clos; in set_core_priority_and_min() local 1669 clos = 0; in set_core_priority_and_min() 1671 clos = 3; in set_core_priority_and_min() 1673 debug_printf("Associate cpu: %d clos: %d\n", i, clos); in set_core_priority_and_min() 1675 ret = isst_clos_associate(&tid, clos); in set_core_priority_and_min() 2029 int clos; in set_fact_enable() local 2052 clos = 0; in set_fact_enable() [all …]
|
D | isst-core.c | 964 int isst_pm_get_clos(struct isst_id *id, int clos, struct isst_clos_config *clos_config) in isst_pm_get_clos() argument 969 ret = isst_send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_CLOS, clos, 0, in isst_pm_get_clos() 983 int isst_set_clos(struct isst_id *id, int clos, struct isst_clos_config *clos_config) in isst_set_clos() argument 995 param = BIT(MBOX_CMD_WRITE_BIT) | clos; in isst_set_clos()
|
D | isst-display.c | 602 void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, in isst_clos_display_information() argument 615 snprintf(value, sizeof(value), "%d", clos); in isst_clos_display_information() 688 void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos) in isst_clos_display_assoc_information() argument 700 snprintf(value, sizeof(value), "%d", clos); in isst_clos_display_assoc_information()
|
/Linux-v6.1/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 399 clos-enable-status:enabled 407 clos-enable-status:enabled 415 Defaults will be used if user skips setting a parameter except clos id, which is 421 Set core-power configuration for one of the four clos ids 422 Specify targeted clos id with [--clos|-c] 423 Specify clos Proportional Priority [--weight|-w] 424 Specify clos min in MHz with [--min|-n] 425 Specify clos max in MHz with [--max|-m] 432 clos epp is not specified, default: 0 433 clos frequency weight is not specified, default: 0 [all …]
|