Home
last modified time | relevance | path

Searched refs:CONFIG_CLOS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c135 if (!is_skx_based_platform() && command == CONFIG_CLOS && in _send_mbox_command()
843 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in mbox_get_clos_information()
916 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, 0, 0, in mbox_pm_qos_config()
940 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_QOS_CONFIG, in mbox_pm_qos_config()
956 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_CLOS, clos, 0, in mbox_pm_get_clos()
984 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_CLOS, param, req, in mbox_set_clos()
1003 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PQR_ASSOC, param, 0, in mbox_clos_get_assoc_status()
1025 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PQR_ASSOC, param, in mbox_clos_associate()
H A Disst.h63 #define CONFIG_CLOS 0xd0 macro