/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/ |
D | struct.py | 21 template = get_jinja2_template(environment, "declaration", "close") 22 print(template.render(name=node.name)) 30 template = get_jinja2_template(environment, "definition", field.template) 32 template.render( 39 template = get_jinja2_template(environment, "definition", field.template) 41 template.render( 47 template = get_jinja2_template(environment, "definition", field.template) 48 print(template.render(name=field.name)) 50 template = get_jinja2_template(environment, "definition", field.template) 51 print(template.render(name=field.name)) [all …]
|
D | pointer.py | 21 template = get_jinja2_template(environment, "declaration", "close") 22 print(template.render(name=node.name)) 30 template = get_jinja2_template(environment, "definition", field.template) 32 template.render( 39 template = get_jinja2_template(environment, "definition", field.template) 41 template.render( 47 template = get_jinja2_template(environment, "definition", field.template) 48 print(template.render(name=field.name)) 50 template = get_jinja2_template(environment, "definition", field.template) 51 print(template.render(name=field.name)) [all …]
|
D | typedef.py | 23 template = get_jinja2_template(environment, "declaration", node.template) 25 template.render( 32 template = get_jinja2_template(environment, "declaration", node.template) 33 print(template.render(name=node.name)) 35 template = get_jinja2_template(environment, "declaration", node.template) 36 print(template.render(name=node.name, size=node.size)) 38 template = get_jinja2_template(environment, "declaration", node.template) 39 print(template.render(name=node.name)) 41 template = get_jinja2_template(environment, "declaration", node.template) 43 template.render( [all …]
|
D | union.py | 18 template = get_jinja2_template(environment, "declaration", "close") 19 print(template.render(name=node.name)) 27 template = get_jinja2_template(environment, "definition", "switch_spec") 29 template.render( 44 template = get_jinja2_template(environment, "definition", "case_spec") 46 template.render( 56 template = get_jinja2_template(environment, "definition", "open") 57 print(template.render(name=node.name)) 67 template = get_jinja2_template(environment, "definition", "close") 68 print(template.render(name=node.name)) [all …]
|
D | enum.py | 21 template = self.environment.get_template("declaration/close.j2") 22 print(template.render(name=node.name)) 26 template = self.environment.get_template("definition/open.j2") 27 print(template.render(name=node.name)) 29 template = self.environment.get_template("definition/enumerator.j2") 31 print(template.render(name=enumerator.name, value=enumerator.value)) 33 template = self.environment.get_template("definition/close.j2") 34 print(template.render(name=node.name)) 38 template = self.environment.get_template("decoder/enum.j2") 39 print(template.render(name=node.name)) [all …]
|
D | program.py | 16 template = environment.get_template("definition/open.j2") 17 print(template.render(program=program.upper())) 19 template = environment.get_template("definition/procedure.j2") 23 template.render( 29 template = environment.get_template("definition/close.j2") 30 print(template.render()) 43 template = environment.get_template("declaration/argument.j2") 45 print(template.render(program=program, argument=argument)) 53 template = environment.get_template("declaration/result.j2") 55 print(template.render(program=program, result=result)) [all …]
|
D | header_bottom.py | 24 template = get_jinja2_template(self.environment, "declaration", "header") 25 print(template.render(infix=header_guard_infix(filename))) 29 template = get_jinja2_template(self.environment, "definition", "header") 30 print(template.render(infix=header_guard_infix(filename)))
|
D | header_top.py | 24 template = get_jinja2_template(self.environment, "declaration", "header") 26 template.render( 35 template = get_jinja2_template(self.environment, "definition", "header") 37 template.render(
|
/linux-6.12.1/drivers/leds/ |
D | leds-gpio.c | 80 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led() argument 88 led_dat->cdev.default_trigger = template->default_trigger; in create_gpio_led() 99 if (template->default_state == LEDS_GPIO_DEFSTATE_KEEP) { in create_gpio_led() 104 state = (template->default_state == LEDS_GPIO_DEFSTATE_ON); in create_gpio_led() 108 if (!template->retain_state_suspended) in create_gpio_led() 110 if (template->panic_indicator) in create_gpio_led() 112 if (template->retain_state_shutdown) in create_gpio_led() 119 if (template->name) { in create_gpio_led() 120 led_dat->cdev.name = template->name; in create_gpio_led() 217 const struct gpio_led *template) in gpio_led_get_gpiod() argument [all …]
|
/linux-6.12.1/drivers/hid/ |
D | hid-uclogic-rdesc-test.c | 16 const __u8 *template; member 103 .template = template_empty, 111 .template = template_small, 119 .template = template_no_ph, 127 .template = template_pen_ph_end, 135 .template = template_btn_ph_end, 143 .template = template_pen_all_params, 151 .template = template_frame_all_params, 159 .template = template_pen_some_params, 167 .template = template_pen_some_params, [all …]
|
/linux-6.12.1/include/trace/ |
D | trace_events.h | 61 #define DEFINE_EVENT(template, name, proto, args) \ argument 66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 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 217 struct trace_event_raw_##template *field; \ 248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
D | bpf_probe.h | 61 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 64 check_trace_callback_type_##call(__bpf_trace_##template); \ 74 .bpf_func = __bpf_trace_##template, \ 94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 96 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size) 99 #define DEFINE_EVENT(template, call, proto, args) \ argument 100 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0) 103 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 104 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
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 178 check_trace_callback_type_##call(trace_custom_event_raw_event_##template); \ 200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument 204 .class = &custom_event_class_##template, \ 205 .event.funcs = &trace_custom_event_type_funcs_##template, \ 206 .print_fmt = custom_print_fmt_##template, \
|
D | define_trace.h | 53 #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 69 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
D | perf.h | 64 #define DEFINE_EVENT(template, call, proto, args) \ argument 67 check_trace_callback_type_##call(perf_trace_##template); \ 72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
/linux-6.12.1/Documentation/security/ |
D | IMA-templates.rst | 9 The original ``ima`` template is fixed length, containing the filedata hash 19 a new template is defined, the functions that generate and display 23 The proposed solution solves this problem by separating the template 25 definition of two new data structures: a template descriptor, to determine 26 which information should be included in the measurement list; a template 32 measurement entries. Defining a new template descriptor requires 33 specifying the template format (a string of field identifiers separated 35 parameter. At boot time, IMA initializes the chosen template descriptor 36 by translating the format into an array of template fields structures taken 40 (new function defined within the patches for the new template management [all …]
|
/linux-6.12.1/sound/soc/intel/avs/ |
D | path.c | 36 if (mod->template->id == template_id) in avs_path_find_module() 47 if (ppl->template->id == template_id) in avs_path_find_pipeline() 55 struct avs_tplg_path_template *pos, *template = NULL; in avs_path_find_path() local 65 template = pos; in avs_path_find_path() 69 if (!template) in avs_path_find_path() 75 if (path->template->owner == template) { in avs_path_find_path() 96 struct avs_tplg_path_template *template, in avs_path_find_variant() argument 102 list_for_each_entry(variant, &template->path_list, node) { in avs_path_find_variant() 147 struct avs_tplg_module *t = mod->template; in avs_copier_create() 267 struct avs_tplg_module *t = mod->template; in avs_get_module_control() [all …]
|
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 63 struct avs_tplg_path_template *template,
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_template.c | 295 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template() local 298 result = template_desc_init_fields(template->fmt, in ima_init_template() 299 &(template->fields), in ima_init_template() 300 &(template->num_fields)); in ima_init_template() 303 (strlen(template->name) ? in ima_init_template() 304 template->name : template->fmt), result); in ima_init_template() 308 template = ima_template_desc_buf(); in ima_init_template() 309 if (!template) { in ima_init_template() 314 result = template_desc_init_fields(template->fmt, in ima_init_template() 315 &(template->fields), in ima_init_template() [all …]
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_flower.c | 17 prestera_flower_template_free(struct prestera_flower_template *template) in prestera_flower_template_free() argument 19 prestera_acl_ruleset_put(template->ruleset); in prestera_flower_template_free() 20 list_del(&template->list); in prestera_flower_template_free() 21 kfree(template); in prestera_flower_template_free() 26 struct prestera_flower_template *template, *tmp; in prestera_flower_template_cleanup() local 29 list_for_each_entry_safe(template, tmp, &block->template_list, list) in prestera_flower_template_cleanup() 30 prestera_flower_template_free(template); in prestera_flower_template_cleanup() 488 struct prestera_flower_template *template; in prestera_flower_tmplt_create() local 498 template = kmalloc(sizeof(*template), GFP_KERNEL); in prestera_flower_tmplt_create() 499 if (!template) { in prestera_flower_tmplt_create() [all …]
|
/linux-6.12.1/kernel/debug/kdb/ |
D | kdb_bp.c | 285 kdb_bp_t template = {0}; in kdb_bp() local 302 diag = kdbgetaddrarg(argc, argv, &nextarg, &template.bp_addr, in kdb_bp() 306 if (!template.bp_addr) in kdb_bp() 314 diag = kgdb_validate_break_address(template.bp_addr); in kdb_bp() 330 template.bp_type = BP_HARDWARE_BREAKPOINT; in kdb_bp() 331 diag = kdb_parsebp(argc, argv, &nextarg, &template); in kdb_bp() 335 template.bp_type = BP_BREAKPOINT; in kdb_bp() 347 bp_check->bp_addr == template.bp_addr) { in kdb_bp() 349 kdb_bfd_vma_fmt0 "\n", template.bp_addr); in kdb_bp() 354 template.bp_enabled = 1; in kdb_bp() [all …]
|
/linux-6.12.1/include/trace/events/ |
D | bpf_test_run.h | 46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 47 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 52 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
D | nbd.h | 85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 78 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-6.12.1/tools/perf/scripts/python/ |
D | flamegraph.py | 145 if os.path.isfile(self.args.template): 146 template = f"file://{self.args.template}" 171 …template = "https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3/dist/templates/d3-flamegraph-base.ht… 175 with urllib.request.urlopen(template) as template: 177 l.decode("utf-8") for l in template.readlines()
|