Lines Matching refs:set_str
955 char *set_str = NULL, *new_setting = NULL; in current_value_store() local
975 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
977 if (!set_str) { in current_value_store()
982 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTING_CERT_GUID, set_str); in current_value_store()
1002 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
1005 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
1007 if (!set_str) { in current_value_store()
1012 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
1028 kfree(set_str); in current_value_store()
1114 char *set_str = NULL, *new_setting = NULL; in debug_cmd_store() local
1140 set_str = kasprintf(GFP_KERNEL, "%s,%s", new_setting, auth_str); in debug_cmd_store()
1142 set_str = kasprintf(GFP_KERNEL, "%s;", new_setting); in debug_cmd_store()
1143 if (!set_str) { in debug_cmd_store()
1148 ret = tlmi_simple_call(LENOVO_DEBUG_CMD_GUID, set_str); in debug_cmd_store()
1159 kfree(set_str); in debug_cmd_store()