Home
last modified time | relevance | path

Searched refs:hp_wmi_perform_query (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c344 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() function
419 int ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_speed()
436 ret = hp_wmi_perform_query(query, HPWMI_READ, &val, in hp_wmi_read_int()
472 ret = hp_wmi_perform_query(HPWMI_SYSTEM_DEVICE_MODE, HPWMI_READ, in hp_wmi_get_tablet_mode()
490 ret = hp_wmi_perform_query(HPWMI_SET_PERFORMANCE_MODE, HPWMI_GM, in omen_thermal_profile_set()
526 ret = hp_wmi_perform_query(HPWMI_GET_SYSTEM_DESIGN_DATA, HPWMI_GM, in omen_get_thermal_policy_version()
551 ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_MAX_SET_QUERY, HPWMI_GM, in hp_wmi_fan_speed_max_set()
564 ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_MAX_GET_QUERY, HPWMI_GM, in hp_wmi_fan_speed_max_get()
576 int ret = hp_wmi_perform_query(HPWMI_FEATURE_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2008_later()
587 int ret = hp_wmi_perform_query(HPWMI_FEATURE2_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2009_later()
[all …]
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dsurestart-attributes.c36 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 Dspmobj-attributes.c115 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 Dbiosattr-interface.c119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query() function
H A Dbioscfg.h456 int hp_wmi_perform_query(int query, enum hp_wmi_command command,