Home
last modified time | relevance | path

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

1234

/linux/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py78 template: str = "fixed_length_opaque" variable in _XdrFixedLengthOpaque
87 template: str = "variable_length_opaque" variable in _XdrVariableLengthOpaque
96 template: str = "variable_length_string" variable in _XdrVariableLengthString
106 template: str = "fixed_length_array" variable in _XdrFixedLengthArray
116 template: str = "variable_length_array" variable in _XdrVariableLengthArray
125 template: str = "optional_data" variable in _XdrOptionalData
134 template: str = "basic" variable in _XdrBasic
141 template: str = "void" variable in _XdrVoid
199 template: str = "case_spec" variable in _XdrCaseSpec
207 template: str = "default_spec" variable in _XdrDefaultSpec
/linux/include/trace/
A Dtrace_events.h61 #define DEFINE_EVENT(template, name, proto, args) \ argument
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
413 #define DEFINE_EVENT(template, call, proto, args) \ argument
438 #define DEFINE_EVENT(template, call, proto, args) \ argument
453 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
A Ddefine_trace.h53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
A 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
A Dbpf_probe.h61 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
103 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A Dperf.h64 #define DEFINE_EVENT(template, call, proto, args) \ argument
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A Ddefine_custom_trace.h30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/linux/sound/soc/intel/avs/
A 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
A 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()
A 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/include/trace/events/
A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
A 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/drivers/net/ethernet/marvell/prestera/
A 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/drivers/leds/
A Dleds-gpio.c80 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
217 const struct gpio_led *template) in gpio_led_get_gpiod()
276 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe() local
/linux/include/linux/
A Dtracepoint.h575 #define DEFINE_EVENT(template, name, proto, args) \ argument
577 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
579 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
581 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
616 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
/linux/crypto/
A 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()
A Dalgboss.c36 char template[CRYPTO_MAX_ALG_NAME]; member
/linux/sound/pci/oxygen/
A Dse6x.c58 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
/linux/arch/um/os-Linux/
A Dmem.c119 static int __init make_tempfile(const char *template) in make_tempfile()
/linux/drivers/hid/
A Dhid-uclogic-rdesc-test.c16 const __u8 *template; member
/linux/drivers/accessibility/speakup/
A Di18n.c513 static bool fmt_validate(char *template, char *user) in fmt_validate()
/linux/security/integrity/ima/
A Dima_main.c485 struct ima_template_desc *template = NULL; in ima_file_mprotect() local
962 struct ima_template_desc *template; in process_buffer_measurement() local
A Dima_template.c295 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template() local
/linux/kernel/debug/kdb/
A Dkdb_bp.c285 kdb_bp_t template = {0}; in kdb_bp() local
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-std.c280 struct v4l2_standard *template; in pvr2_std_fill() local

Completed in 47 milliseconds

1234