Searched refs:isst_clos_get_clos_information (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 250 extern int isst_clos_get_clos_information(int cpu, int *enable, int *type);
|
H A D | isst-core.c | 869 int isst_clos_get_clos_information(int cpu, int *enable, int *type) in isst_clos_get_clos_information() function
|
H A D | isst-config.c | 2129 ret = isst_clos_get_clos_information(cpu, &enable, &prio_type); in get_clos_info_for_cpu()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 291 extern int isst_clos_get_clos_information(struct isst_id *id, int *enable, int *type);
|
H A D | isst-core.c | 463 int isst_clos_get_clos_information(struct isst_id *id, int *enable, int *type) in isst_clos_get_clos_information() function
|
H A D | isst-config.c | 2339 ret = isst_clos_get_clos_information(id, &enable, &prio_type); in get_clos_info_for_cpu()
|
Completed in 10 milliseconds