Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c236 static int tlmi_simple_call(const char *guid, const char *arg) in tlmi_simple_call() function
334 return tlmi_simple_call(LENOVO_SAVE_BIOS_SETTINGS_GUID, in tlmi_save_bios_settings()
347 ret = tlmi_simple_call(LENOVO_OPCODE_IF_GUID, opcode_str); in tlmi_opcode_setting()
497 ret = tlmi_simple_call(LENOVO_SET_BIOS_PASSWORD_GUID, auth_str); in new_password_store()
725 ret = tlmi_simple_call(LENOVO_CERT_TO_PASSWORD_GUID, auth_str); in cert_to_password_store()
762 ret = tlmi_simple_call(LENOVO_CLEAR_BIOS_CERT_GUID, auth_str); in certificate_store()
799 ret = tlmi_simple_call(guid, auth_str); in certificate_store()
1014 ret = tlmi_simple_call(LENOVO_SAVE_BIOS_SETTING_CERT_GUID, in current_value_store()
1032 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
1067 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
[all …]