Home
last modified time | relevance | path

Searched full:tuples (Results 1 – 25 of 119) sorted by relevance

12345

/linux-6.14.4/sound/soc/intel/avs/
Dtopology.c29 * Scan provided block of tuples for the specified token. If found,
36 avs_tplg_vendor_array_lookup(struct snd_soc_tplg_vendor_array *tuples, in avs_tplg_vendor_array_lookup() argument
43 u32 tuples_size = le32_to_cpu(tuples->size); in avs_tplg_vendor_array_lookup()
48 tuple = tuples->value; in avs_tplg_vendor_array_lookup()
56 tuples = avs_tplg_vendor_array_next(tuples); in avs_tplg_vendor_array_lookup()
68 * several vendor tuples and a specific token marks the beginning of
72 avs_tplg_vendor_array_lookup_next(struct snd_soc_tplg_vendor_array *tuples, in avs_tplg_vendor_array_lookup_next() argument
75 u32 tuples_size = le32_to_cpu(tuples->size); in avs_tplg_vendor_array_lookup_next()
81 tuples = avs_tplg_vendor_array_next(tuples); in avs_tplg_vendor_array_lookup_next()
84 ret = avs_tplg_vendor_array_lookup(tuples, block_size, token, offset); in avs_tplg_vendor_array_lookup_next()
[all …]
/linux-6.14.4/drivers/mmc/core/
Dsdio_cis.c210 * Known TPLFE_TYPEs table for CISTPL_FUNCE tuples.
212 * Note that, unlike PCMCIA, CISTPL_FUNCE tuples are not parsed depending
234 /* Known TPL_CODEs table for CIS tuples */
270 prev = &func->tuples; in sdio_read_cis()
272 prev = &card->tuples; in sdio_read_cis()
339 * Tuples in this range are reserved for in sdio_read_cis()
354 /* keep on analyzing tuples */ in sdio_read_cis()
369 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis()
373 *prev = card->tuples; in sdio_read_cis()
387 tuple = card->tuples; in sdio_free_common_cis()
[all …]
/linux-6.14.4/sound/soc/sof/
Dtopology.c45 * @tuples: pointer to the tuples array
46 * @num_tuples: number of tuples in the tuples array
53 struct snd_sof_tuple *tuples, int num_tuples, in sof_update_ipc_object() argument
87 if (tokens[i].token == tuples[j].token) { in sof_update_ipc_object()
94 *val = tuples[j].value.v; in sof_update_ipc_object()
103 *val = (u16)tuples[j].value.v; in sof_update_ipc_object()
115 tokens[i].get_token((void *)tuples[j].value.s, object, in sof_update_ipc_object()
487 * sof_copy_tuples - Parse tokens and copy them to the @tuples array
495 * @tuples: tuples array to copy the matched tuples to
496 * @tuples_size: size of @tuples
[all …]
Dipc3-topology.c425 ret = sof_update_ipc_object(scomp, host, SOF_PCM_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host()
431 ret = sof_update_ipc_object(scomp, &host->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host()
470 ret = sof_update_ipc_object(scomp, &tone->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_tone()
504 swidget->tuples, swidget->num_tuples, in sof_ipc3_widget_setup_comp_mixer()
551 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline()
557 ret = sof_update_ipc_object(scomp, swidget, SOF_PIPELINE_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline()
607 ret = sof_update_ipc_object(scomp, buffer, SOF_BUFFER_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_buffer()
639 ret = sof_update_ipc_object(scomp, src, SOF_SRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_src()
646 swidget->tuples, swidget->num_tuples, sizeof(src->config), 1); in sof_ipc3_widget_setup_comp_src()
680 ret = sof_update_ipc_object(scomp, asrc, SOF_ASRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_asrc()
[all …]
Dsof-audio.h396 * @tuples: array of parsed tuples
397 * @num_tuples: number of tuples in the tuples array
406 struct snd_sof_tuple *tuples; member
462 struct snd_sof_tuple *tuples; member
661 struct snd_sof_tuple *tuples, int num_tuples,
Dipc4-topology.c341 * sof_ipc4_get_audio_fmt - get available audio formats from swidget->tuples
343 * @swidget: pointer to struct snd_sof_widget containing tuples
359 SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt()
376 ret = sof_update_ipc_object(scomp, module_base_cfg, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt()
395 SOF_IN_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt()
417 SOF_OUT_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt()
591 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_pcm()
614 swidget->tuples, in sof_ipc4_widget_setup_pcm()
708 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai()
716 SOF_DAI_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/
Dmicrochip,sparx5-sgpio.yaml42 description: This is a sequence of tuples, defining intervals of
46 registers. Being tuples, then number of arguments must be
47 even. The tuples mast be ordered (low, high) and are
/linux-6.14.4/tools/testing/selftests/drivers/net/hw/
Drss_ctx.py379 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs]
380 ksft_eq(len(tuples), len(set(tuples)), "duplicates in context dump")
381 ctx_tuples = set([ctx for ctx in tuples if ctx[0] == cfg.ifname])
398 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs]
399 ctx_tuples = set(tuples)
400 ksft_eq(len(tuples), len(ctx_tuples), "duplicates in context dump")
407 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs]
408 ksft_eq(len(tuples), len(set(tuples)), "duplicates in context dump")
409 ctx_tuples = set([ctx for ctx in tuples if ctx[0] == cfg.ifname])
/linux-6.14.4/include/pcmcia/
Dcistpl.h48 /* Layer 2 tuples */
56 /* Layer 3 tuples */
169 Modem Function Extension Tuples
278 LAN Function Extension Tuples
332 IDE Function Extension Tuples
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c343 offsetof(struct hclge_fd_rule, tuples.dst_mac),
346 offsetof(struct hclge_fd_rule, tuples.src_mac),
349 offsetof(struct hclge_fd_rule, tuples.vlan_tag1),
353 offsetof(struct hclge_fd_rule, tuples.ether_proto),
356 offsetof(struct hclge_fd_rule, tuples.l2_user_def),
359 offsetof(struct hclge_fd_rule, tuples.ip_tos),
362 offsetof(struct hclge_fd_rule, tuples.ip_proto),
365 offsetof(struct hclge_fd_rule, tuples.src_ip),
368 offsetof(struct hclge_fd_rule, tuples.dst_ip),
371 offsetof(struct hclge_fd_rule, tuples.l3_user_def),
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml48 description: List of tuples with current in uA and a GPIO bitmap (in
49 this order). The tuples must be provided in descending order of the
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c347 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local
357 &tuples[UDP][i]))) in test_cls_redirect_common()
362 &tuples[TCP][i]))) in test_cls_redirect_common()
371 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
/linux-6.14.4/drivers/opp/
DKconfig5 SOCs have a standard set of tuples consisting of frequency and
/linux-6.14.4/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.yaml67 It's possible to (optionally) define multiple "reg" tuples so that
174 /* An example with multiple "reg" tuples */
/linux-6.14.4/Documentation/devicetree/bindings/misc/
Dfsl,qoriq-mc.yaml95 The property is an arbitrary number of tuples of
107 The property is an arbitrary number of tuples of
/linux-6.14.4/Documentation/
Dconf.py442 # Grouping the document tree into LaTeX files. List of tuples
492 # One entry per manual page. List of tuples
505 # Grouping the document tree into Texinfo files. List of tuples
528 # Grouping the document tree into PDF files. List of tuples
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,gicp.txt15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
Dmsi-controller.yaml37 A list of <phandle intspec span> tuples, where "phandle" is the
/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/
Dport_scale.sh32 # Loop over the splittable netdevs and create tuples of netdev along
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-class-led-trigger-pattern9 The pattern is given by a series of tuples, of brightness and
/linux-6.14.4/Documentation/leds/
Dleds-st1202.rst16 To be compatible with the hardware pattern format, maximum 8 tuples of
/linux-6.14.4/Documentation/devicetree/bindings/pci/
D83xx-512x-pci.txt6 - reg: should contain two address length tuples
/linux-6.14.4/Documentation/devicetree/bindings/leds/
Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
/linux-6.14.4/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst36 It contains a list of tuples in the form <ifname priority>. Contents of this
/linux-6.14.4/arch/arm/mach-omap2/
Domap_opp_data.h31 * OMAP SOCs have a standard set of tuples consisting of frequency and voltage

12345