Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Ddc_fpu.c74 void dc_fpu_begin(const char *function_name, const int line) in dc_fpu_begin() argument
86 TRACE_DCN_FPU(true, function_name, line, depth); in dc_fpu_begin()
99 void dc_fpu_end(const char *function_name, const int line) in dc_fpu_end() argument
110 TRACE_DCN_FPU(false, function_name, line, depth); in dc_fpu_end()
H A Ddc_fpu.h31 void dc_fpu_begin(const char *function_name, const int line);
32 void dc_fpu_end(const char *function_name, const int line);
/linux/drivers/acpi/acpica/
H A Dacutils.h300 const char *function_name,
305 const char *function_name,
311 const char *function_name,
316 const char *function_name,
322 const char *function_name,
327 const char *function_name,
333 const char *function_name,
338 const char *function_name,
343 const char *function_name,
/linux/rust/macros/
H A Dexport.rs3 use crate::helpers::function_name;
8 let Some(name) = function_name(ts.clone()) else { in export()
H A Dhelpers.rs74 pub(crate) fn function_name(input: TokenStream) -> Option<Ident> { in function_name() function
/linux/drivers/usb/gadget/function/
H A Du_uac1.h55 char function_name[USB_MAX_STRING_LEN]; member
H A Du_uac2.h71 char function_name[USB_MAX_STRING_LEN]; member
H A Df_uvc.c428 static DEVICE_ATTR_RO(function_name);
762 uvc_en_us_strings[UVC_STRING_CONTROL_IDX].s = opts->function_name; in uvc_function_bind()
962 snprintf(opts->function_name, sizeof(opts->function_name), "UVC Camera"); in uvc_alloc_inst()
H A Df_uac1.c1252 strings_uac1[STR_AC_IF].s = audio_opts->function_name; in f_audio_bind()
1685 UAC1_ATTRIBUTE_STRING(function_name);
1782 scnprintf(opts->function_name, sizeof(opts->function_name), "AC Interface"); in f_audio_alloc_inst()
H A Duvc_configfs.c3795 UVCG_OPTS_STRING_ATTR(function_name, function_name);
/linux/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c112 const char *function_name; in apple_gpio_dt_node_to_map() local
148 function_name = pinmux_generic_get_function_name(pctl->pctldev, func); in apple_gpio_dt_node_to_map()
151 group_name, function_name); in apple_gpio_dt_node_to_map()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uac132 function_name name of the interface
H A Dconfigfs-usb-gadget-uac237 function_name name of the interface
H A Dconfigfs-usb-gadget-uvc10 function_name string [32]
435 What: /sys/class/udc/udc.name/device/gadget/video4linux/video.name/function_name
/linux/sound/soc/sdca/
H A Dsdca_functions.c95 const char *function_name; in find_sdca_function() local
147 function_name = get_sdca_function_name(function_type); in find_sdca_function()
148 if (!function_name) { in find_sdca_function()
154 function_name, function_type, addr); in find_sdca_function()
160 sdca_data->function[function_index].name = function_name; in find_sdca_function()
/linux/kernel/
H A Daudit.c383 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() argument
392 audit_log_format(ab, "op=set %s=%u old=%u ", function_name, new, old); in audit_log_config_change()
402 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change() argument
414 rc = audit_log_config_change(function_name, new, old, allow_changes); in audit_do_config_change()
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst70 * function_name() - Brief description of function.
76 * A longer description, with more discussion of the function function_name()
86 * Return: Describe the return value of function_name.
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.h633 char function_name[QMI_WLFW_FUNCTION_NAME_LEN_V01 + 1]; member
H A Dqmi_wlfw_v01.c2167 function_name),
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.c255 const char *function_name) in assert_on_journal_thread() argument
258 "%s() called on journal thread", function_name); in assert_on_journal_thread()
H A Dblock-map.c243 const char *function_name) in assert_on_cache_thread() argument
249 function_name, cache->zone->thread_id, thread_id); in assert_on_cache_thread()
H A Dslab-depot.c3070 const char *function_name) in assert_on_allocator_thread() argument
3073 "%s called on correct thread", function_name); in assert_on_allocator_thread()
/linux/Documentation/usb/
H A Dgadget-testing.rst767 function_name name of the interface
820 function_name name of the interface
970 function_name name of the interface
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst240 for that matter), use the format ``function_name()``. The parentheses provide
/linux/scripts/
H A Dcheckpatch.pl7145 my $function_name = $1;