/linux-6.8/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.8/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.8/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() 482 * sof_copy_tuples - Parse tokens and copy them to the @tuples array 490 * @tuples: tuples array to copy the matched tuples to 491 * @tuples_size: size of @tuples [all …]
|
D | ipc3-topology.c | 413 ret = sof_update_ipc_object(scomp, host, SOF_PCM_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 419 ret = sof_update_ipc_object(scomp, &host->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 458 ret = sof_update_ipc_object(scomp, &tone->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_tone() 492 swidget->tuples, swidget->num_tuples, in sof_ipc3_widget_setup_comp_mixer() 539 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 545 ret = sof_update_ipc_object(scomp, swidget, SOF_PIPELINE_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 595 ret = sof_update_ipc_object(scomp, buffer, SOF_BUFFER_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_buffer() 627 ret = sof_update_ipc_object(scomp, src, SOF_SRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_src() 634 swidget->tuples, swidget->num_tuples, sizeof(src->config), 1); in sof_ipc3_widget_setup_comp_src() 668 ret = sof_update_ipc_object(scomp, asrc, SOF_ASRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_asrc() [all …]
|
D | sof-audio.h | 380 * @tuples: array of parsed tuples 381 * @num_tuples: number of tuples in the tuples array 390 struct snd_sof_tuple *tuples; member 446 struct snd_sof_tuple *tuples; member 644 struct snd_sof_tuple *tuples, int num_tuples,
|
D | ipc4-topology.c | 237 * sof_ipc4_get_audio_fmt - get available audio formats from swidget->tuples 239 * @swidget: pointer to struct snd_sof_widget containing tuples 255 SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 272 ret = sof_update_ipc_object(scomp, module_base_cfg, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 291 SOF_IN_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 313 SOF_OUT_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 440 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_pcm() 533 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 541 SOF_DAI_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 686 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_pipeline() [all …]
|
/linux-6.8/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.8/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.8/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.8/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 339 offsetof(struct hclge_fd_rule, tuples.dst_mac), 342 offsetof(struct hclge_fd_rule, tuples.src_mac), 345 offsetof(struct hclge_fd_rule, tuples.vlan_tag1), 349 offsetof(struct hclge_fd_rule, tuples.ether_proto), 352 offsetof(struct hclge_fd_rule, tuples.l2_user_def), 355 offsetof(struct hclge_fd_rule, tuples.ip_tos), 358 offsetof(struct hclge_fd_rule, tuples.ip_proto), 361 offsetof(struct hclge_fd_rule, tuples.src_ip), 364 offsetof(struct hclge_fd_rule, tuples.dst_ip), 367 offsetof(struct hclge_fd_rule, tuples.l3_user_def), [all …]
|
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 379 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local 389 &tuples[UDP][i]))) in test_cls_redirect_common() 394 &tuples[TCP][i]))) in test_cls_redirect_common() 403 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
|
/linux-6.8/drivers/opp/ |
D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
/linux-6.8/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.8/Documentation/ |
D | conf.py | 440 # Grouping the document tree into LaTeX files. List of tuples 490 # One entry per manual page. List of tuples 503 # Grouping the document tree into Texinfo files. List of tuples 526 # Grouping the document tree into PDF files. List of tuples
|
/linux-6.8/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.8/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 120 The property is an arbitrary number of tuples of 130 The property is an arbitrary number of tuples of
|
/linux-6.8/rust/alloc/vec/ |
D | is_zero.rs | 25 impl_is_zero!(i8, |x| x == 0); // It is needed to impl for arrays and tuples of i8. 32 impl_is_zero!(u8, |x| x == 0); // It is needed to impl for arrays and tuples of u8.
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
/linux-6.8/tools/testing/selftests/drivers/net/mlxsw/ |
D | port_scale.sh | 32 # Loop over the splittable netdevs and create tuples of netdev along
|
/linux-6.8/Documentation/devicetree/bindings/pci/ |
D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
/linux-6.8/include/linux/iio/adc/ |
D | adi-axi-adc.h | 20 * @scale_table Supported scales by the chip; tuples of 2 ints
|
/linux-6.8/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.8/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.8/arch/arm/mach-omap2/ |
D | omap_opp_data.h | 31 * OMAP SOCs have a standard set of tuples consisting of frequency and voltage
|