| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A 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( 51 template = get_jinja2_template(environment, "definition", "case_spec") 53 template.render( 63 template = get_jinja2_template(environment, "definition", "open") 64 print(template.render(name=node.name)) 74 template = get_jinja2_template(environment, "definition", "close") 75 print(template [all...] |
| H A D | program.py | 17 template = environment.get_template("definition/open.j2") 18 print(template.render(program=program.upper())) 20 template = environment.get_template("definition/procedure.j2") 24 template.render( 30 template = environment.get_template("definition/close.j2") 31 print(template.render()) 44 template = environment.get_template("declaration/argument.j2") 46 print(template.render(program=program, argument=argument)) 54 template = environment.get_template("declaration/result.j2") 56 print(template [all...] |
| H A 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)))
|
| H A 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/drivers/leds/ |
| H A D | leds-gpio.c | 78 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led() argument 86 led_dat->cdev.default_trigger = template->default_trigger; in create_gpio_led() 97 if (template->default_state == LEDS_GPIO_DEFSTATE_KEEP) { in create_gpio_led() 102 state = (template->default_state == LEDS_GPIO_DEFSTATE_ON); in create_gpio_led() 106 if (!template->retain_state_suspended) in create_gpio_led() 108 if (template->panic_indicator) in create_gpio_led() 110 if (template->retain_state_shutdown) in create_gpio_led() 117 if (template->name) { in create_gpio_led() 118 led_dat->cdev.name = template->name; in create_gpio_led() 212 const struct gpio_led *template) in gpio_led_get_gpiod() argument [all …]
|
| /linux/drivers/hid/ |
| H A 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/Documentation/security/ |
| H A 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/sound/soc/intel/avs/ |
| H A 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() 119 struct avs_tplg_path_template *template, in avs_condpath_find_variant() argument 125 list_for_each_entry(variant, &template->path_list, node) { in avs_condpath_find_variant() [all …]
|
| /linux/security/integrity/ima/ |
| H A 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/include/trace/ |
| H A D | bpf_probe.h | 75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 78 check_trace_callback_type_##call(__bpf_trace_##template); \ 88 .bpf_func = __bpf_trace_##template, \ 108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 110 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size) 113 #define DEFINE_EVENT(template, call, proto, args) \ argument 114 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0) 117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 118 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| H A 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, \
|
| H A 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 73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A 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_obj(*template); in prestera_flower_tmplt_create() 499 if (!template) { in prestera_flower_tmplt_create() [all …]
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 21 char template[PATH_MAX]; in FIXTURE() local 36 ASSERT_LE(snprintf(self->template, PATH_MAX, "%s", P_tmpdir "/pidfd_bind_mount_XXXXXX"), PATH_MAX); in FIXTURE_SETUP() 37 self->fd_tmp = mkstemp(self->template); in FIXTURE_SETUP() 49 ASSERT_EQ(umount2(self->template, 0), 0); in FIXTURE_TEARDOWN() 50 ASSERT_EQ(unlink(self->template), 0); in FIXTURE_TEARDOWN() 103 fd_pidfd_mnt = openat(-EBADF, self->template, O_RDONLY | O_NOCTTY | O_CLOEXEC); in TEST_F()
|
| /linux/include/trace/events/ |
| H A 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))
|
| H A 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/tools/testing/selftests/bpf/ |
| H A D | usdt.h | 497 template<typename T> struct __usdt_t { static const bool is_signed = false; }; 498 template<typename A> struct __usdt_t<A[]> : public __usdt_t<A *> {}; 499 template<typename A, size_t N> struct __usdt_t<A[N]> : public __usdt_t<A *> {}; 502 template<> struct __usdt_t<T> { static const bool is_signed = true; }; \ 503 template<> struct __usdt_t<const T> { static const bool is_signed = true; }; \ 504 template<> struct __usdt_t<volatile T> { static const bool is_signed = true; }; \ 505 template<> struct __usdt_t<const volatile T> { static const bool is_signed = true; } 507 template<> struct __usdt_t<T> { static const bool is_signed = (T)-1 < (T)1; }; \ 508 template<> struct __usdt_t<const T> { static const bool is_signed = (T)-1 < (T)1; }; \ 509 template<> struc [all...] |
| /linux/drivers/bus/ |
| H A D | vexpress-config.c | 57 u32 template[] __counted_by(num_templates); /* Keep it last! */ 173 command = func->template[index]; in vexpress_syscfg_exec() 287 func = kzalloc_flex(*func, template, num); in vexpress_syscfg_regmap_init() 304 func->template[i] = SYS_CFGCTRL_DCC(dcc); in vexpress_syscfg_regmap_init() 305 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init() 306 func->template[i] |= SYS_CFGCTRL_POSITION(position); in vexpress_syscfg_regmap_init() 307 func->template[i] |= SYS_CFGCTRL_FUNC(function); in vexpress_syscfg_regmap_init() 308 func->template[i] |= SYS_CFGCTRL_DEVICE(device); in vexpress_syscfg_regmap_init()
|
| /linux/sound/soc/codecs/ |
| H A D | sigmadsp.c | 644 struct snd_kcontrol_new template; in sigmadsp_alloc_control() local 647 memset(&template, 0, sizeof(template)); in sigmadsp_alloc_control() 648 template.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in sigmadsp_alloc_control() 649 template.name = ctrl->name; in sigmadsp_alloc_control() 650 template.info = sigmadsp_ctrl_info; in sigmadsp_alloc_control() 651 template.get = sigmadsp_ctrl_get; in sigmadsp_alloc_control() 652 template.put = sigmadsp_ctrl_put; in sigmadsp_alloc_control() 653 template.private_value = (unsigned long)ctrl; in sigmadsp_alloc_control() 654 template.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; in sigmadsp_alloc_control() 656 template.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in sigmadsp_alloc_control() [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | widgets.txt | 7 "template-wname", "user-supplied-wname" 9 The "template-wname" being the template widget name and currently includes:
|
| /linux/sound/soc/intel/catpt/ |
| H A D | pcm.c | 272 struct catpt_stream_template *template; in catpt_dai_startup() 278 template = catpt_get_stream_template(substream); in catpt_dai_startup() 289 res = catpt_request_region(&cdev->dram, template->persistent_size); in catpt_dai_startup() 297 stream->template = template; in catpt_dai_startup() 424 ret = catpt_ipc_alloc_stream(cdev, stream->template->path_id, in catpt_dai_hw_free() 425 stream->template->type, in catpt_dai_hw_free() 427 stream->template->num_entries, in catpt_dai_hw_free() 428 stream->template->entries, in catpt_dai_hw_free() 506 if (stream->template in catpt_dai_trigger() 258 struct catpt_stream_template *template; catpt_dai_startup() local 1144 struct catpt_stream_template *template; catpt_arm_stream_templates() local [all...] |
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 1264 struct tpm_buf template; in tpm2_create_primary() local 1270 rc = tpm_buf_init_sized(&template); in tpm2_create_primary() 1286 tpm_buf_append_u16(&template, TPM_ALG_ECC); in tpm2_create_primary() 1289 tpm_buf_append_u16(&template, TPM_ALG_SHA256); in tpm2_create_primary() 1292 tpm_buf_append_u32(&template, TPM2_OA_NULL_KEY); in tpm2_create_primary() 1295 tpm_buf_append_u16(&template, 0); in tpm2_create_primary() 1300 tpm_buf_append_u16(&template, TPM_ALG_AES); in tpm2_create_primary() 1303 tpm_buf_append_u16(&template, AES_KEY_BITS); in tpm2_create_primary() 1306 tpm_buf_append_u16(&template, TPM_ALG_CFB); in tpm2_create_primary() 1309 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary() [all …]
|
| /linux/scripts/atomic/ |
| H A D | gen-atomic-fallback.sh | 11 local template="$1"; shift 25 . ${template} 69 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")" 89 if [ -z ${template} ] && [ -z "${order}" ] && ! meta_has_relaxed "${meta}"; then 111 if [ ! -z "${template}" ]; then
|
| /linux/sound/soc/ |
| H A D | soc-dapm.c | 733 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc() 747 memset(&template, 0, sizeof(template)); in dapm_kcontrol_data_alloc() 748 template.reg = mc->reg; in dapm_kcontrol_data_alloc() 749 template.mask = (1 << fls(mc->max)) - 1; in dapm_kcontrol_data_alloc() 750 template.shift = mc->shift; in dapm_kcontrol_data_alloc() 752 template.off_val = mc->max; in dapm_kcontrol_data_alloc() 754 template.off_val = 0; in dapm_kcontrol_data_alloc() 755 template.on_val = template in dapm_kcontrol_data_alloc() 729 struct snd_soc_dapm_widget template; dapm_kcontrol_data_alloc() local 772 struct snd_soc_dapm_widget template; dapm_kcontrol_data_alloc() local 4284 struct snd_soc_dapm_widget template; dapm_new_dai() local 4363 struct snd_soc_dapm_widget template; snd_soc_dapm_new_dai_widgets() local [all...] |
| H A D | soc-topology.c | 1105 struct snd_soc_dapm_widget template, *widget; in soc_tplg_dapm_widget_create() 1126 memset(&template, 0, sizeof(template)); in soc_tplg_dapm_widget_create() 1129 template.id = get_widget_id(le32_to_cpu(w->id)); in soc_tplg_dapm_widget_create() 1130 if ((int)template.id < 0) in soc_tplg_dapm_widget_create() 1131 return template.id; in soc_tplg_dapm_widget_create() 1134 template.name = kstrdup(w->name, GFP_KERNEL); in soc_tplg_dapm_widget_create() 1135 if (!template.name) in soc_tplg_dapm_widget_create() 1137 template.sname = kstrdup(w->sname, GFP_KERNEL); in soc_tplg_dapm_widget_create() 1138 if (!template in soc_tplg_dapm_widget_create() 1101 struct snd_soc_dapm_widget template, *widget; soc_tplg_dapm_widget_create() local [all...] |