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.c359 * hp_wmi_perform_query
376 * ret = hp_wmi_perform_query(HPWMI_BATTERY_QUERY, HPWMI_READ, buffer, 1, 128)
378 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() function
459 ret = hp_wmi_perform_query(HPWMI_FAN_COUNT_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_count_userdefine_trigger()
473 int ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_speed()
494 ret = hp_wmi_perform_query(HPWMI_VICTUS_S_FAN_SPEED_GET_QUERY, in hp_wmi_get_fan_speed_victus_s()
507 ret = hp_wmi_perform_query(query, HPWMI_READ, &val, in hp_wmi_read_int()
543 ret = hp_wmi_perform_query(HPWMI_SYSTEM_DEVICE_MODE, HPWMI_READ, in hp_wmi_get_tablet_mode()
561 ret = hp_wmi_perform_query(HPWMI_SET_PERFORMANCE_MODE, HPWMI_GM, in omen_thermal_profile_set()
597 ret = hp_wmi_perform_query(HPWMI_GET_SYSTEM_DESIGN_DAT in omen_get_thermal_policy_version()
[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.c15 * the data size allocation scheme were kept in hp_wmi_perform_query function.
99 * hp_wmi_perform_query
116 * ret = hp_wmi_perform_query(HPWMI_BATTERY_QUERY, HPWMI_READ,
119 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,