Home
last modified time | relevance | path

Searched refs:hp_wmi_perform_query (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/drivers/platform/x86/hp/
H A Dhp-wmi.c294 * hp_wmi_perform_query
311 * ret = hp_wmi_perform_query(HPWMI_BATTERY_QUERY, HPWMI_READ, buffer, 1, 128)
313 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() function
388 int ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_GET_QUERY, HPWMI_GM, in hp_wmi_get_fan_speed()
405 ret = hp_wmi_perform_query(query, HPWMI_READ, &val, in hp_wmi_read_int()
441 ret = hp_wmi_perform_query(HPWMI_SYSTEM_DEVICE_MODE, HPWMI_READ, in hp_wmi_get_tablet_mode()
455 ret = hp_wmi_perform_query(HPWMI_SET_PERFORMANCE_MODE, HPWMI_GM, in omen_thermal_profile_set()
491 ret = hp_wmi_perform_query(HPWMI_GET_SYSTEM_DESIGN_DATA, HPWMI_GM, in omen_get_thermal_policy_version()
516 ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_MAX_SET_QUERY, HPWMI_GM, in hp_wmi_fan_speed_max_set()
529 ret = hp_wmi_perform_query(HPWMI_FAN_SPEED_MAX_GET_QUER in hp_wmi_fan_speed_max_get()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dhp-wmi.c195 * hp_wmi_perform_query
212 * ret = hp_wmi_perform_query(HPWMI_BATTERY_QUERY, HPWMI_READ, buffer, 1, 128)
214 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() function
279 ret = hp_wmi_perform_query(query, HPWMI_READ, &val, in hp_wmi_read_int()
301 int ret = hp_wmi_perform_query(HPWMI_FEATURE_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2008_later()
312 int ret = hp_wmi_perform_query(HPWMI_FEATURE2_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2009_later()
323 int ret = hp_wmi_perform_query(HPWMI_BIOS_QUERY, HPWMI_WRITE, &value, in hp_wmi_enable_hotkeys()
335 ret = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, HPWMI_WRITE, in hp_wmi_set_block()
375 ret = hp_wmi_perform_query(HPWMI_WIRELESS2_QUERY, HPWMI_WRITE, in hp_wmi_rfkill2_set_block()
390 err = hp_wmi_perform_query(HPWMI_WIRELESS2_QUER in hp_wmi_rfkill2_refresh()
[all...]

Completed in 6 milliseconds