/Linux-v6.6/sound/soc/intel/avs/ |
D | topology.c | 28 * Scan provided block of tuples for the specified token. If found, 35 avs_tplg_vendor_array_lookup(struct snd_soc_tplg_vendor_array *tuples, in avs_tplg_vendor_array_lookup() argument 42 u32 tuples_size = le32_to_cpu(tuples->size); in avs_tplg_vendor_array_lookup() 47 tuple = tuples->value; in avs_tplg_vendor_array_lookup() 55 tuples = avs_tplg_vendor_array_next(tuples); in avs_tplg_vendor_array_lookup() 67 * several vendor tuples and a specific token marks the beginning of 71 avs_tplg_vendor_array_lookup_next(struct snd_soc_tplg_vendor_array *tuples, in avs_tplg_vendor_array_lookup_next() argument 74 u32 tuples_size = le32_to_cpu(tuples->size); in avs_tplg_vendor_array_lookup_next() 80 tuples = avs_tplg_vendor_array_next(tuples); in avs_tplg_vendor_array_lookup_next() 83 ret = avs_tplg_vendor_array_lookup(tuples, block_size, token, offset); in avs_tplg_vendor_array_lookup_next() [all …]
|
/Linux-v6.6/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-v6.6/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() 481 * sof_copy_tuples - Parse tokens and copy them to the @tuples array 489 * @tuples: tuples array to copy the matched tuples to 490 * @tuples_size: size of @tuples [all …]
|
D | ipc3-topology.c | 399 ret = sof_update_ipc_object(scomp, host, SOF_PCM_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 405 ret = sof_update_ipc_object(scomp, &host->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 444 ret = sof_update_ipc_object(scomp, &tone->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_tone() 478 swidget->tuples, swidget->num_tuples, in sof_ipc3_widget_setup_comp_mixer() 524 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 530 ret = sof_update_ipc_object(scomp, swidget, SOF_PIPELINE_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 579 ret = sof_update_ipc_object(scomp, buffer, SOF_BUFFER_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_buffer() 611 ret = sof_update_ipc_object(scomp, src, SOF_SRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_src() 618 swidget->tuples, swidget->num_tuples, sizeof(src->config), 1); in sof_ipc3_widget_setup_comp_src() 652 ret = sof_update_ipc_object(scomp, asrc, SOF_ASRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_asrc() [all …]
|
D | sof-audio.h | 379 * @tuples: array of parsed tuples 380 * @num_tuples: number of tuples in the tuples array 389 struct snd_sof_tuple *tuples; member 445 struct snd_sof_tuple *tuples; member 641 struct snd_sof_tuple *tuples, int num_tuples,
|
D | ipc4-topology.c | 215 * sof_ipc4_get_audio_fmt - get available audio formats from swidget->tuples 217 * @swidget: pointer to struct snd_sof_widget containing tuples 233 SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 250 ret = sof_update_ipc_object(scomp, module_base_cfg, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 269 SOF_IN_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 291 SOF_OUT_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 418 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_pcm() 511 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 519 SOF_DAI_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 663 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_pipeline() [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 338 offsetof(struct hclge_fd_rule, tuples.dst_mac), 341 offsetof(struct hclge_fd_rule, tuples.src_mac), 344 offsetof(struct hclge_fd_rule, tuples.vlan_tag1), 348 offsetof(struct hclge_fd_rule, tuples.ether_proto), 351 offsetof(struct hclge_fd_rule, tuples.l2_user_def), 354 offsetof(struct hclge_fd_rule, tuples.ip_tos), 357 offsetof(struct hclge_fd_rule, tuples.ip_proto), 360 offsetof(struct hclge_fd_rule, tuples.src_ip), 363 offsetof(struct hclge_fd_rule, tuples.dst_ip), 366 offsetof(struct hclge_fd_rule, tuples.l3_user_def), [all …]
|
/Linux-v6.6/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-v6.6/drivers/opp/ |
D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
/Linux-v6.6/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-v6.6/Documentation/ |
D | conf.py | 429 # Grouping the document tree into LaTeX files. List of tuples 479 # One entry per manual page. List of tuples 492 # Grouping the document tree into Texinfo files. List of tuples 515 # Grouping the document tree into PDF files. List of tuples
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
/Linux-v6.6/tools/testing/selftests/drivers/net/mlxsw/ |
D | port_scale.sh | 32 # Loop over the splittable netdevs and create tuples of netdev along
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
/Linux-v6.6/include/linux/iio/adc/ |
D | adi-axi-adc.h | 20 * @scale_table Supported scales by the chip; tuples of 2 ints
|
/Linux-v6.6/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-v6.6/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-v6.6/arch/arm/mach-omap2/ |
D | omap_opp_data.h | 31 * OMAP SOCs have a standard set of tuples consisting of frequency and voltage
|