Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Dthink-lmi.c539 char *set_str = NULL, *new_setting = NULL; in current_value_store() local
567 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->display_name, in current_value_store()
570 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->display_name, in current_value_store()
572 if (!set_str) { in current_value_store()
577 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store()
593 kfree(set_str); in current_value_store()
679 char *set_str = NULL, *new_setting = NULL; in debug_cmd_store() local
707 set_str = kasprintf(GFP_KERNEL, "%s,%s", new_setting, auth_str); in debug_cmd_store()
709 set_str = kasprintf(GFP_KERNEL, "%s;", new_setting); in debug_cmd_store()
710 if (!set_str) { in debug_cmd_store()
[all …]
/Linux-v5.15/arch/arm/mach-ixp4xx/
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()
/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c1656 static int create_filter_start(char *filter_string, bool set_str, in create_filter_start() argument
1668 if (filter && set_str) { in create_filter_start()
1714 char *filter_string, bool set_str, in create_filter() argument
1724 err = create_filter_start(filter_string, set_str, &pe, filterp); in create_filter()
1729 if (err && set_str) in create_filter()
1738 char *filter_str, bool set_str, in create_event_filter() argument
1741 return create_filter(tr, call, filter_str, set_str, filterp); in create_event_filter()
Dtrace.h1470 char *filter_str, bool set_str,