Searched refs:CLOS_PM_QOS_CONFIG (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-core-mbox.c | 136 sub_command != CLOS_PM_QOS_CONFIG) { in _send_mbox_command() 842 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in mbox_get_clos_information() 847 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG resp:%x\n", id->cpu, resp); in mbox_get_clos_information() 915 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in mbox_pm_qos_config() 918 isst_display_error_info_message(1, "CLOS_PM_QOS_CONFIG command failed", 0, 0); in mbox_pm_qos_config() 922 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG resp:%x\n", id->cpu, resp); in mbox_pm_qos_config() 939 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, in mbox_pm_qos_config() 944 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG priority type:%d req:%x\n", id->cpu, in mbox_pm_qos_config()
|
H A D | isst.h | 66 #define CLOS_PM_QOS_CONFIG 0x02 macro
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-core.c | 874 ret = isst_send_mbox_command(cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in isst_clos_get_clos_information() 879 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG resp:%x\n", cpu, resp); in isst_clos_get_clos_information() 927 ret = isst_send_mbox_command(cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in isst_pm_qos_config() 930 isst_display_error_info_message(1, "CLOS_PM_QOS_CONFIG command failed", 0, 0); in isst_pm_qos_config() 934 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG resp:%x\n", cpu, resp); in isst_pm_qos_config() 951 ret = isst_send_mbox_command(cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, in isst_pm_qos_config() 956 debug_printf("cpu:%d CLOS_PM_QOS_CONFIG priority type:%d req:%x\n", cpu, in isst_pm_qos_config()
|
H A D | isst.h | 63 #define CLOS_PM_QOS_CONFIG 0x02 macro
|
H A D | isst-config.c | 753 sub_command != CLOS_PM_QOS_CONFIG) { in isst_send_mbox_command()
|
Completed in 7 milliseconds