Searched refs:tlmi_simple_call (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/platform/x86/ |
| D | think-lmi.c | 234 static int tlmi_simple_call(const char *guid, const char *arg) in tlmi_simple_call() function 332 return tlmi_simple_call(LENOVO_SAVE_BIOS_SETTINGS_GUID, in tlmi_save_bios_settings() 345 ret = tlmi_simple_call(LENOVO_OPCODE_IF_GUID, opcode_str); in tlmi_opcode_setting() 482 ret = tlmi_simple_call(LENOVO_OPCODE_IF_GUID, "WmiOpcodePasswordSetUpdate;"); in new_password_store() 492 ret = tlmi_simple_call(LENOVO_SET_BIOS_PASSWORD_GUID, auth_str); in new_password_store() 719 ret = tlmi_simple_call(LENOVO_CERT_TO_PASSWORD_GUID, auth_str); in cert_to_password_store() 756 ret = tlmi_simple_call(LENOVO_CLEAR_BIOS_CERT_GUID, auth_str); in certificate_store() 793 ret = tlmi_simple_call(guid, auth_str); in certificate_store() 982 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTING_CERT_GUID, set_str); in current_value_store() 985 ret = tlmi_simple_call(LENOVO_SAVE_BIOS_SETTING_CERT_GUID, in current_value_store() [all …]
|