/linux-6.12.1/sound/soc/intel/avs/ |
D | topology.c | 29 * 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.12.1/drivers/mmc/core/ |
D | sdio_cis.c | 210 * 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.12.1/sound/soc/sof/ |
D | topology.c | 45 * @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() 483 * sof_copy_tuples - Parse tokens and copy them to the @tuples array 491 * @tuples: tuples array to copy the matched tuples to 492 * @tuples_size: size of @tuples [all …]
|
D | ipc3-topology.c | 422 ret = sof_update_ipc_object(scomp, host, SOF_PCM_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 428 ret = sof_update_ipc_object(scomp, &host->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 467 ret = sof_update_ipc_object(scomp, &tone->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_tone() 501 swidget->tuples, swidget->num_tuples, in sof_ipc3_widget_setup_comp_mixer() 548 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 554 ret = sof_update_ipc_object(scomp, swidget, SOF_PIPELINE_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 604 ret = sof_update_ipc_object(scomp, buffer, SOF_BUFFER_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_buffer() 636 ret = sof_update_ipc_object(scomp, src, SOF_SRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_src() 643 swidget->tuples, swidget->num_tuples, sizeof(src->config), 1); in sof_ipc3_widget_setup_comp_src() 677 ret = sof_update_ipc_object(scomp, asrc, SOF_ASRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_asrc() [all …]
|
D | sof-audio.h | 395 * @tuples: array of parsed tuples 396 * @num_tuples: number of tuples in the tuples array 405 struct snd_sof_tuple *tuples; member 461 struct snd_sof_tuple *tuples; member 660 struct snd_sof_tuple *tuples, int num_tuples,
|
D | ipc4-topology.c | 246 * sof_ipc4_get_audio_fmt - get available audio formats from swidget->tuples 248 * @swidget: pointer to struct snd_sof_widget containing tuples 264 SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 281 ret = sof_update_ipc_object(scomp, module_base_cfg, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 300 SOF_IN_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 322 SOF_OUT_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 496 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_pcm() 519 swidget->tuples, in sof_ipc4_widget_setup_pcm() 613 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 621 SOF_DAI_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() [all …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/ |
D | rss_ctx.py | 338 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 339 ksft_eq(len(tuples), len(set(tuples)), "duplicates in context dump") 340 ctx_tuples = set([ctx for ctx in tuples if ctx[0] == cfg.ifname]) 357 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 358 ctx_tuples = set(tuples) 359 ksft_eq(len(tuples), len(ctx_tuples), "duplicates in context dump") 366 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 367 ksft_eq(len(tuples), len(set(tuples)), "duplicates in context dump") 368 ctx_tuples = set([ctx for ctx in tuples if ctx[0] == cfg.ifname])
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | microchip,sparx5-sgpio.yaml | 42 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.12.1/include/pcmcia/ |
D | cistpl.h | 48 /* Layer 2 tuples */ 56 /* Layer 3 tuples */ 169 Modem Function Extension Tuples 278 LAN Function Extension Tuples 332 IDE Function Extension Tuples
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | gpio-charger.yaml | 48 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.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 342 offsetof(struct hclge_fd_rule, tuples.dst_mac), 345 offsetof(struct hclge_fd_rule, tuples.src_mac), 348 offsetof(struct hclge_fd_rule, tuples.vlan_tag1), 352 offsetof(struct hclge_fd_rule, tuples.ether_proto), 355 offsetof(struct hclge_fd_rule, tuples.l2_user_def), 358 offsetof(struct hclge_fd_rule, tuples.ip_tos), 361 offsetof(struct hclge_fd_rule, tuples.ip_proto), 364 offsetof(struct hclge_fd_rule, tuples.src_ip), 367 offsetof(struct hclge_fd_rule, tuples.dst_ip), 370 offsetof(struct hclge_fd_rule, tuples.l3_user_def), [all …]
|
D | hclge_main.h | 569 /* OUTER_XXX indicates tuples in tunnel header of tunnel packet 570 * INNER_XXX indicate tuples in tunneled header of tunnel packet or 571 * tuples of non-tunnel packet 745 struct hclge_fd_rule_tuples tuples; member
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 347 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.12.1/drivers/opp/ |
D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
/linux-6.12.1/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.yaml | 95 The property is an arbitrary number of tuples of 107 The property is an arbitrary number of tuples of
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.yaml | 67 It's possible to (optionally) define multiple "reg" tuples so that 174 /* An example with multiple "reg" tuples */
|
/linux-6.12.1/Documentation/ |
D | conf.py | 442 # 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.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
D | msi-controller.yaml | 37 A list of <phandle intspec span> tuples, where "phandle" is the
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | port_scale.sh | 32 # Loop over the splittable netdevs and create tuples of netdev along
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms).
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | net_prio.rst | 36 It contains a list of tuples in the form <ifname priority>. Contents of this
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | omap_opp_data.h | 31 * OMAP SOCs have a standard set of tuples consisting of frequency and voltage
|