Home
last modified time | relevance | path

Searched refs:set_str (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.c981 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()
1025 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
1027 if (!set_str) { in current_value_store()
1032 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
1057 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
1060 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
1062 if (!set_str) { in current_value_store()
1159 char *set_str = NULL, *new_setting = NULL; debug_cmd_store() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
H A Dgoramo_mlr.c102 static void set_str(u8 value) in set_str() function
130 set_str(1); in output_control()
131 set_str(0); in output_control()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.h1672 char *filter_str, bool set_str,
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h1527 char *filter_str, bool set_str,

Completed in 10 milliseconds