Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.14.4/include/trace/
Dtrace_events.h74 #define DEFINE_EVENT(template, name, proto, args) \ argument
79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
137 #define DEFINE_EVENT(template, name, proto, args) argument
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
462 #define DEFINE_EVENT(template, call, proto, args) \ argument
492 #define DEFINE_EVENT(template, call, proto, args) \ argument
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
Dtrace_custom_events.h51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument
68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
Ddefine_trace.h57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
60 #define DEFINE_EVENT(template, name, proto, args) \ argument
64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
72 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
Dbpf_probe.h75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
113 #define DEFINE_EVENT(template, call, proto, args) \ argument
117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dperf.h99 #define DEFINE_EVENT(template, call, proto, args) \ argument
107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Ddefine_custom_trace.h30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/linux-6.14.4/tools/net/sunrpc/xdrgen/
Dxdr_ast.py128 template: str = "fixed_length_opaque" variable in _XdrFixedLengthOpaque
149 template: str = "variable_length_opaque" variable in _XdrVariableLengthOpaque
173 template: str = "string" variable in _XdrString
198 template: str = "fixed_length_array" variable in _XdrFixedLengthArray
221 template: str = "variable_length_array" variable in _XdrVariableLengthArray
246 template: str = "optional_data" variable in _XdrOptionalData
269 template: str = "basic" variable in _XdrBasic
289 template: str = "void" variable in _XdrVoid
433 template: str = "case_spec" variable in _XdrCaseSpec
441 template: str = "default_spec" variable in _XdrDefaultSpec
/linux-6.14.4/sound/soc/intel/avs/
Dpath.h21 struct avs_tplg_path *template; member
32 struct avs_tplg_pipeline *template; member
43 struct avs_tplg_module *template; member
55 struct avs_tplg_binding *template; member
Dpath.c55 struct avs_tplg_path_template *pos, *template = NULL; in avs_path_find_path() local
96 struct avs_tplg_path_template *template, in avs_path_find_variant()
584 struct avs_tplg_module *template) in avs_path_module_create()
749 struct avs_tplg_pipeline *template) in avs_path_pipeline_create()
809 struct avs_tplg_path *template, u32 dma_id) in avs_path_init()
877 struct avs_tplg_path *template) in avs_path_create_unlocked()
911 struct avs_tplg_path_template *template, in avs_path_create()
Dtopology.c1399 struct avs_tplg_path_template *template, in parse_path_template()
1447 struct avs_tplg_path_template *template; in avs_tplg_path_template_create() local
1588 struct avs_tplg_path_template *template; in avs_widget_load() local
1644 struct avs_tplg_path_template *template = w->priv; in avs_widget_ready() local
/linux-6.14.4/include/trace/events/
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
Dbpf_test_run.h46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
/linux-6.14.4/drivers/net/ethernet/marvell/prestera/
Dprestera_flower.c17 prestera_flower_template_free(struct prestera_flower_template *template) in prestera_flower_template_free()
26 struct prestera_flower_template *template, *tmp; in prestera_flower_template_cleanup() local
488 struct prestera_flower_template *template; in prestera_flower_tmplt_create() local
543 struct prestera_flower_template *template, *tmp; in prestera_flower_tmplt_destroy() local
/linux-6.14.4/drivers/leds/
Dleds-gpio.c78 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
212 const struct gpio_led *template) in gpio_led_get_gpiod()
270 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe() local
/linux-6.14.4/crypto/
Dtcrypt.c244 struct aead_speed_template *template, in test_mb_aead_speed()
519 struct aead_speed_template *template, in test_aead_speed()
1061 struct cipher_speed_template *template, in test_mb_skcipher_speed()
1294 struct cipher_speed_template *template, in test_skcipher_speed()
1424 struct cipher_speed_template *template, in test_acipher_speed()
1432 struct cipher_speed_template *template, in test_cipher_speed()
Dalgboss.c36 char template[CRYPTO_MAX_ALG_NAME]; member
/linux-6.14.4/include/linux/
Dtracepoint.h593 #define DEFINE_EVENT(template, name, proto, args) \ argument
595 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
597 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
599 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
637 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
/linux-6.14.4/sound/pci/oxygen/
Dse6x.c58 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
/linux-6.14.4/arch/um/os-Linux/
Dmem.c131 static int __init make_tempfile(const char *template) in make_tempfile()
/linux-6.14.4/drivers/hid/
Dhid-uclogic-rdesc-test.c16 const __u8 *template; member
/linux-6.14.4/drivers/accessibility/speakup/
Di18n.c513 static bool fmt_validate(char *template, char *user) in fmt_validate()
/linux-6.14.4/tools/testing/selftests/pidfd/
Dpidfd_bind_mount.c93 char template[PATH_MAX]; in FIXTURE() local
/linux-6.14.4/security/integrity/ima/
Dima_main.c496 struct ima_template_desc *template = NULL; in ima_file_mprotect() local
1001 struct ima_template_desc *template; in process_buffer_measurement() local
/linux-6.14.4/kernel/debug/kdb/
Dkdb_bp.c285 kdb_bp_t template = {0}; in kdb_bp() local
/linux-6.14.4/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c280 struct v4l2_standard *template; in pvr2_std_fill() local

1234