Searched refs:hp_wmi_perform_query (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 534 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() function 615 ret = hp_wmi_perform_query(HPWMI_FAN_COUNT_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_count_userdefine_trigger() 629 int ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_speed() 650 ret = hp_wmi_perform_query(HPWMI_VICTUS_S_FAN_SPEED_GET_QUERY, in hp_wmi_get_fan_speed_victus_s() 663 ret = hp_wmi_perform_query(query, HPWMI_READ, &val, in hp_wmi_read_int() 699 ret = hp_wmi_perform_query(HPWMI_SYSTEM_DEVICE_MODE, HPWMI_READ, in hp_wmi_get_tablet_mode() 717 ret = hp_wmi_perform_query(HPWMI_SET_PERFORMANCE_MODE, HPWMI_GM, in omen_thermal_profile_set() 753 ret = hp_wmi_perform_query(HPWMI_GET_SYSTEM_DESIGN_DATA, HPWMI_GM, in omen_get_thermal_policy_version() 778 ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_MAX_SET_QUERY, HPWMI_GM, in hp_wmi_fan_speed_max_set() 813 ret = hp_wmi_perform_query(HPWMI_VICTUS_S_FAN_SPEED_SET_QUERY, HPWMI_GM, in hp_wmi_fan_speed_set() [all …]
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | surestart-attributes.c | 36 ret = hp_wmi_perform_query(HPWMI_SURESTART_GET_LOG_COUNT, in audit_log_entry_count_show() 59 ret = hp_wmi_perform_query(HPWMI_SURESTART_GET_LOG_COUNT, in audit_log_entries_show() 89 ret = hp_wmi_perform_query(HPWMI_SURESTART_GET_LOG, in audit_log_entries_show()
|
| H A D | spmobj-attributes.c | 115 ret = hp_wmi_perform_query(HPWMI_SECUREPLATFORM_GET_STATE, in update_spm_state() 132 int ret = hp_wmi_perform_query(HPWMI_SECUREPLATFORM_GET_STATE, in statusbin() 238 ret = hp_wmi_perform_query(HPWMI_SECUREPLATFORM_SET_SK, in sk_store() 274 ret = hp_wmi_perform_query(HPWMI_SECUREPLATFORM_SET_KEK, in kek_store()
|
| H A D | biosattr-interface.c | 119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query() function
|
| H A D | bioscfg.h | 458 int hp_wmi_perform_query(int query, enum hp_wmi_command command,
|