/linux-6.14.4/include/trace/ |
D | trace_events.h | 74 #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
|
D | trace_custom_events.h | 51 #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
|
D | define_trace.h | 57 #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
|
D | bpf_probe.h | 75 #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
|
D | perf.h | 99 #define DEFINE_EVENT(template, call, proto, args) \ argument 107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
D | define_custom_trace.h | 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 128 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/ |
D | path.h | 21 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
|
D | path.c | 55 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()
|
D | topology.c | 1399 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/ |
D | nbd.h | 85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
|
D | bpf_test_run.h | 46 #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/ |
D | prestera_flower.c | 17 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/ |
D | leds-gpio.c | 78 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/ |
D | tcrypt.c | 244 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()
|
D | algboss.c | 36 char template[CRYPTO_MAX_ALG_NAME]; member
|
/linux-6.14.4/include/linux/ |
D | tracepoint.h | 593 #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/ |
D | se6x.c | 58 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
|
/linux-6.14.4/arch/um/os-Linux/ |
D | mem.c | 131 static int __init make_tempfile(const char *template) in make_tempfile()
|
/linux-6.14.4/drivers/hid/ |
D | hid-uclogic-rdesc-test.c | 16 const __u8 *template; member
|
/linux-6.14.4/drivers/accessibility/speakup/ |
D | i18n.c | 513 static bool fmt_validate(char *template, char *user) in fmt_validate()
|
/linux-6.14.4/tools/testing/selftests/pidfd/ |
D | pidfd_bind_mount.c | 93 char template[PATH_MAX]; in FIXTURE() local
|
/linux-6.14.4/security/integrity/ima/ |
D | ima_main.c | 496 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/ |
D | kdb_bp.c | 285 kdb_bp_t template = {0}; in kdb_bp() local
|
/linux-6.14.4/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 280 struct v4l2_standard *template; in pvr2_std_fill() local
|