| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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() 335 /* warn about unknown tuples */ in sdio_read_cis() 342 /* keep on analyzing tuples */ in sdio_read_cis() 357 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis() 361 *prev = card->tuples; in sdio_read_cis() 375 tuple = card->tuples; in sdio_free_common_cis() [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 | 402 ret = sof_update_ipc_object(scomp, host, SOF_PCM_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 408 ret = sof_update_ipc_object(scomp, &host->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_host() 447 ret = sof_update_ipc_object(scomp, &tone->config, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_tone() 481 swidget->tuples, swidget->num_tuples, in sof_ipc3_widget_setup_comp_mixer() 528 ret = sof_update_ipc_object(scomp, pipeline, SOF_SCHED_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 534 ret = sof_update_ipc_object(scomp, swidget, SOF_PIPELINE_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_pipeline() 584 ret = sof_update_ipc_object(scomp, buffer, SOF_BUFFER_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_buffer() 616 ret = sof_update_ipc_object(scomp, src, SOF_SRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_src() 623 swidget->tuples, swidget->num_tuples, sizeof(src->config), 1); in sof_ipc3_widget_setup_comp_src() 657 ret = sof_update_ipc_object(scomp, asrc, SOF_ASRC_TOKENS, swidget->tuples, in sof_ipc3_widget_setup_comp_asrc() [all …]
|
| D | sof-audio.h | 381 * @tuples: array of parsed tuples 382 * @num_tuples: number of tuples in the tuples array 391 struct snd_sof_tuple *tuples; member 447 struct snd_sof_tuple *tuples; member 645 struct snd_sof_tuple *tuples, int num_tuples,
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/c6x/ |
| D | dscr.txt | 41 offset and bitmask of RMII reset field. May have multiple tuples if more 45 possibly multiple tuples describing registers which are write protected by 57 is contained in a single byte. This property has two tuples. Each tuple has
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | conf.py | 459 # Grouping the document tree into LaTeX files. List of tuples 504 # One entry per manual page. List of tuples 517 # Grouping the document tree into Texinfo files. List of tuples 573 # A sequence of (type, uri, title) tuples for the guide element of content.opf. 577 # The format is a list of tuples containing the path and title. 581 # The format is a list of tuples containing the path and title. 611 # Grouping the document tree into PDF files. List of tuples
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.c | 5017 /* If use max 400bit key, we can support tuples for ether type */ in hclge_init_fd_config() 5132 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple() 5134 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple() 5141 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple() 5143 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple() 5149 calc_x(tmp_x_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple() 5151 calc_y(tmp_y_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple() 5158 calc_x(tmp_x_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple() 5160 calc_y(tmp_y_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple() 5167 calc_x(*key_x, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | cls_redirect.c | 378 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local 388 &tuples[UDP][i]))) in test_cls_redirect_common() 393 &tuples[TCP][i]))) in test_cls_redirect_common() 402 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 76 Here an example with multiple "reg" tuples:
|
| /kernel/linux/linux-6.6/drivers/opp/ |
| D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
| /kernel/linux/linux-5.10/drivers/opp/ |
| D | Kconfig | 6 SOCs have a standard set of tuples consisting of frequency and
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | imx-audmux.txt | 19 For imx31-audmux and above, it is a list of tuples
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
| /kernel/linux/linux-6.6/Documentation/ |
| D | conf.py | 435 # Grouping the document tree into LaTeX files. List of tuples 485 # One entry per manual page. List of tuples 498 # Grouping the document tree into Texinfo files. List of tuples 521 # Grouping the document tree into PDF files. List of tuples
|