| /linux/drivers/mmc/core/ |
| H A D | sdio_cis.c | 270 prev = &func->tuples; in sdio_read_cis() 272 prev = &card->tuples; in sdio_read_cis() 373 *prev = card->tuples; in sdio_read_cis() 387 tuple = card->tuples; in sdio_free_common_cis() 395 card->tuples = NULL; in sdio_free_common_cis() 422 tuple = func->tuples; in sdio_free_func_cis() 424 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis() 430 func->tuples = NULL; in sdio_free_func_cis()
|
| /linux/sound/soc/sof/ |
| H A D | topology.c | 49 * @tuples: pointer to the tuples array 50 * @num_tuples: number of tuples in the tuples array 57 struct snd_sof_tuple *tuples, int num_tuples, in sof_update_ipc_object() argument 91 if (tokens[i].token == tuples[j].token) { in sof_update_ipc_object() 98 *val = tuples[j].value.v; in sof_update_ipc_object() 107 *val = (u16)tuples[j].value.v; in sof_update_ipc_object() 119 tokens[i].get_token((void *)tuples[j].value.s, object, in sof_update_ipc_object() 491 * sof_copy_tuples - Parse tokens and copy them to the @tuples arra 506 sof_copy_tuples(struct snd_sof_dev * sdev,struct snd_soc_tplg_vendor_array * array,int array_size,u32 token_id,int token_instance_num,struct snd_sof_tuple * tuples,int tuples_size,int * num_copied_tuples) sof_copy_tuples() argument 1195 sof_get_token_value(u32 token_id,struct snd_sof_tuple * tuples,int num_tuples) sof_get_token_value() argument [all...] |
| H A D | ipc3-topology.c | 425 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 …]
|
| H A D | sof-audio.h | 406 struct snd_sof_tuple *tuples; member 465 struct snd_sof_tuple *tuples; member 682 struct snd_sof_tuple *tuples, int num_tuples,
|
| H A D | ipc4-topology.c | 382 * sof_ipc4_get_audio_fmt - get available audio formats from swidget->tuples 384 * @swidget: pointer to struct snd_sof_widget containing tuples 400 SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 417 ret = sof_update_ipc_object(scomp, module_base_cfg, SOF_COMP_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 436 SOF_IN_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 458 SOF_OUT_AUDIO_FORMAT_TOKENS, swidget->tuples, in sof_ipc4_get_audio_fmt() 642 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_pcm() 665 swidget->tuples, in sof_ipc4_widget_setup_pcm() 764 SOF_COPIER_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() 772 SOF_DAI_TOKENS, swidget->tuples, in sof_ipc4_widget_setup_comp_dai() [all...] |
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_ctx.py | 394 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 395 ksft_eq(len(tuples), len(set(tuples)), "duplicates in context dump") 396 ctx_tuples = set([ctx for ctx in tuples if ctx[0] == cfg.ifname]) 413 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 414 ctx_tuples = set(tuples) 415 ksft_eq(len(tuples), len(ctx_tuples), "duplicates in context dump") 422 tuples = [(c['header']['dev-name'], c.get('context', -1)) for c in ctxs] 423 ksft_eq(len(tuples), len(set(tuples)), "duplicate [all...] |
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 343 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 …]
|
| H A D | hclge_main.h | 745 struct hclge_fd_rule_tuples tuples; member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cls_redirect.c | 347 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; test_cls_redirect_common() local
|
| /linux/drivers/opp/ |
| H A D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms).
|
| /linux/include/linux/mmc/ |
| H A D | sdio_func.h | 59 struct sdio_func_tuple *tuples; member
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | sdio.c | 101 tuple = func->tuples; in b43_sdio_probe()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_prio.rst | 36 It contains a list of tuples in the form <ifname priority>. Contents of this
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 710 tuples = struct_members.findall(members) 711 while tuples: 712 for t in tuples: 777 tuples = struct_members.findall(members)
|
| /linux/drivers/bluetooth/ |
| H A D | btsdio.c | 277 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 31 Contains space-separated tuples of specifier_id and
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | ti-abb-regulator.txt | 27 - ti,abb_info: An array of 6-tuples u32 items providing information about ABB
|
| /linux/drivers/leds/trigger/ |
| H A D | Kconfig | 136 which is a series of tuples, of brightness and duration (ms).
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 29 The set of discrete tuples consisting of frequency and voltage pairs that 39 We can represent these as three OPPs as the following {Hz, uV} tuples:
|
| H A D | energy-model.rst | 128 Drivers must provide a callback function returning <frequency, power> tuples
|
| /linux/Documentation/pcmcia/ |
| H A D | driver-changes.rst | 66 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
|
| /linux/drivers/ssb/ |
| H A D | sdio.c | 484 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | atmel-nand.txt | 35 contain X tuples of 3 entries.
|
| /linux/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 235 list of tuples <echo-ids, flags>.
|