Lines Matching refs:set_str
981 char *set_str = NULL, *new_setting = NULL; in current_value_store() local
1004 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
1006 if (!set_str) { in current_value_store()
1011 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTING_CERT_GUID, set_str); in current_value_store()
1034 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
1036 if (!set_str) { in current_value_store()
1041 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
1059 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
1062 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
1064 if (!set_str) { in current_value_store()
1069 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
1086 kfree(set_str); in current_value_store()
1161 char *set_str = NULL, *new_setting = NULL; in debug_cmd_store() local
1187 set_str = kasprintf(GFP_KERNEL, "%s,%s", new_setting, auth_str); in debug_cmd_store()
1189 set_str = kasprintf(GFP_KERNEL, "%s;", new_setting); in debug_cmd_store()
1190 if (!set_str) { in debug_cmd_store()
1195 ret = tlmi_simple_call(LENOVO_DEBUG_CMD_GUID, set_str); in debug_cmd_store()
1206 kfree(set_str); in debug_cmd_store()