| /linux/sound/soc/amd/acp/ |
| H A D | acp-mach-common.c | 1385 struct snd_soc_dai_link *links; in acp_sofdsp_dai_links_create() local 1399 links = devm_kcalloc(dev, num_links, sizeof(struct snd_soc_dai_link), GFP_KERNEL); in acp_sofdsp_dai_links_create() 1400 if (!links) in acp_sofdsp_dai_links_create() 1404 links[i].name = "acp-headset-codec"; in acp_sofdsp_dai_links_create() 1405 links[i].id = HEADSET_BE_ID; in acp_sofdsp_dai_links_create() 1406 links[i].cpus = sof_sp; in acp_sofdsp_dai_links_create() 1407 links[i].num_cpus = ARRAY_SIZE(sof_sp); in acp_sofdsp_dai_links_create() 1408 links[i].platforms = sof_component; in acp_sofdsp_dai_links_create() 1409 links[i].num_platforms = ARRAY_SIZE(sof_component); in acp_sofdsp_dai_links_create() 1410 links[i].nonatomic = true; in acp_sofdsp_dai_links_create() [all …]
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_pcm512x.c | 226 struct snd_soc_dai_link *links; in sof_card_dai_links_create() local 229 links = devm_kcalloc(dev, sof_audio_card_pcm512x.num_links, in sof_card_dai_links_create() 233 if (!links || !cpus) in sof_card_dai_links_create() 237 links[id].name = devm_kasprintf(dev, GFP_KERNEL, in sof_card_dai_links_create() 239 if (!links[id].name) in sof_card_dai_links_create() 242 links[id].id = id; in sof_card_dai_links_create() 243 links[id].codecs = pcm512x_component; in sof_card_dai_links_create() 244 links[id].num_codecs = ARRAY_SIZE(pcm512x_component); in sof_card_dai_links_create() 245 links[id].platforms = platform_component; in sof_card_dai_links_create() 246 links[id].num_platforms = ARRAY_SIZE(platform_component); in sof_card_dai_links_create() [all …]
|
| H A D | sof_es8336.c | 430 struct snd_soc_dai_link *links; in sof_card_dai_links_create() local 436 links = devm_kcalloc(dev, sof_es8336_card.num_links, in sof_card_dai_links_create() 440 if (!links || !cpus) in sof_card_dai_links_create() 444 links[id].name = devm_kasprintf(dev, GFP_KERNEL, in sof_card_dai_links_create() 446 if (!links[id].name) in sof_card_dai_links_create() 449 links[id].id = id; in sof_card_dai_links_create() 450 links[id].codecs = es8336_codec; in sof_card_dai_links_create() 451 links[id].num_codecs = ARRAY_SIZE(es8336_codec); in sof_card_dai_links_create() 452 links[id].platforms = platform_component; in sof_card_dai_links_create() 453 links[id].num_platforms = ARRAY_SIZE(platform_component); in sof_card_dai_links_create() [all …]
|
| /linux/sound/soc/sof/ |
| H A D | nocodec.c | 24 struct snd_soc_dai_link *links, in sof_nocodec_bes_setup() argument 30 if (!drv || !links || !card) in sof_nocodec_bes_setup() 39 links[i].name = devm_kasprintf(dev, GFP_KERNEL, in sof_nocodec_bes_setup() 41 if (!links[i].name) in sof_nocodec_bes_setup() 44 links[i].stream_name = links[i].name; in sof_nocodec_bes_setup() 46 links[i].cpus = &dlc[0]; in sof_nocodec_bes_setup() 47 links[i].codecs = &snd_soc_dummy_dlc; in sof_nocodec_bes_setup() 48 links[i].platforms = &dlc[1]; in sof_nocodec_bes_setup() 50 links[i].num_cpus = 1; in sof_nocodec_bes_setup() 51 links[i].num_codecs = 1; in sof_nocodec_bes_setup() [all …]
|
| /linux/drivers/interconnect/mediatek/ |
| H A D | mt8195.c | 29 .links = { SLAVE_DDR_EMI } 37 .links = { SLAVE_DDR_EMI } 45 .links = { SLAVE_DDR_EMI } 53 .links = { MASTER_MMSYS } 61 .links = { MASTER_MMSYS } 69 .links = { MASTER_MMSYS } 77 .links = { MASTER_MMSYS } 85 .links = { MASTER_MMSYS } 93 .links = { MASTER_MMSYS } 101 .links = { MASTER_MMSYS } [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | thread-registry.c | 20 INIT_LIST_HEAD(®istry->links); in vdo_initialize_thread_registry() 31 INIT_LIST_HEAD(&new_thread->links); in vdo_register_thread() 36 list_for_each_entry(thread, ®istry->links, links) { in vdo_register_thread() 39 list_del_rcu(&thread->links); in vdo_register_thread() 44 list_add_tail_rcu(&new_thread->links, ®istry->links); in vdo_register_thread() 51 INIT_LIST_HEAD(&thread->links); in vdo_register_thread() 61 list_for_each_entry(thread, ®istry->links, links) { in vdo_unregister_thread() 63 list_del_rcu(&thread->links); in vdo_unregister_thread() 74 INIT_LIST_HEAD(&thread->links); in vdo_unregister_thread() 84 list_for_each_entry_rcu(thread, ®istry->links, links) { in vdo_lookup_thread()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | attach_probe.c | 63 skel->links.handle_kprobe = kprobe_link; in test_attach_probe_manual() 71 skel->links.handle_kretprobe = kretprobe_link; in test_attach_probe_manual() 84 skel->links.handle_uprobe = uprobe_link; in test_attach_probe_manual() 93 skel->links.handle_uretprobe = uretprobe_link; in test_attach_probe_manual() 99 skel->links.handle_uprobe_byname = in test_attach_probe_manual() 104 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname, "attach_uprobe_byname")) in test_attach_probe_manual() 157 skel->links.handle_uprobe = uprobe_link; in test_attach_uprobe_long_event_name() 166 skel->links.handle_uretprobe = uretprobe_link; in test_attach_uprobe_long_event_name() 191 skel->links.handle_kprobe = kprobe_link; in test_attach_kprobe_long_event_name() 199 skel->links.handle_kretprobe = kretprobe_link; in test_attach_kprobe_long_event_name() [all …]
|
| /linux/drivers/interconnect/qcom/ |
| H A D | sm8450.c | 27 .links = { SM8450_SLAVE_A1NOC_SNOC }, 36 .links = { SM8450_SLAVE_A1NOC_SNOC }, 45 .links = { SM8450_SLAVE_SERVICE_A1NOC }, 54 .links = { SM8450_SLAVE_A1NOC_SNOC }, 63 .links = { SM8450_SLAVE_A1NOC_SNOC }, 72 .links = { SM8450_SLAVE_A1NOC_SNOC }, 81 .links = { SM8450_SLAVE_A2NOC_SNOC }, 90 .links = { SM8450_SLAVE_A2NOC_SNOC }, 99 .links = { SM8450_SLAVE_A2NOC_SNOC }, 108 .links = { SM8450_SLAVE_SERVICE_A2NOC }, [all …]
|
| H A D | sc8280xp.c | 25 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 34 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 43 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 52 .links = { SC8280XP_SLAVE_SERVICE_A1NOC }, 61 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 70 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 79 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 88 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 97 .links = { SC8280XP_SLAVE_USB_NOC_SNOC }, 106 .links = { SC8280XP_SLAVE_USB_NOC_SNOC }, [all …]
|
| H A D | sm8250.c | 25 .links = { SM8250_SLAVE_SERVICE_A1NOC }, 34 .links = { SM8250_A1NOC_SNOC_SLV }, 43 .links = { SM8250_A1NOC_SNOC_SLV }, 52 .links = { SM8250_A1NOC_SNOC_SLV }, 61 .links = { SM8250_A1NOC_SNOC_SLV }, 70 .links = { SM8250_SLAVE_ANOC_PCIE_GEM_NOC_1 }, 79 .links = { SM8250_A1NOC_SNOC_SLV }, 88 .links = { SM8250_A1NOC_SNOC_SLV }, 97 .links = { SM8250_A1NOC_SNOC_SLV }, 106 .links = { SM8250_A1NOC_SNOC_SLV }, [all …]
|
| H A D | sdm845.c | 25 .links = { SDM845_SLAVE_SERVICE_A1NOC }, 34 .links = { SDM845_SLAVE_A1NOC_SNOC }, 43 .links = { SDM845_SLAVE_A1NOC_SNOC }, 52 .links = { SDM845_SLAVE_A1NOC_SNOC }, 61 .links = { SDM845_SLAVE_A1NOC_SNOC }, 70 .links = { SDM845_SLAVE_A1NOC_SNOC }, 79 .links = { SDM845_SLAVE_A1NOC_SNOC }, 88 .links = { SDM845_SLAVE_ANOC_PCIE_A1NOC_SNOC }, 97 .links = { SDM845_SLAVE_SERVICE_A2NOC }, 106 .links = { SDM845_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | sdm670.c | 24 .links = { SDM670_SLAVE_SERVICE_A1NOC }, 33 .links = { SDM670_SLAVE_A1NOC_SNOC }, 42 .links = { SDM670_SLAVE_A1NOC_SNOC }, 51 .links = { SDM670_SLAVE_A1NOC_SNOC }, 60 .links = { SDM670_SLAVE_A1NOC_SNOC }, 69 .links = { SDM670_SLAVE_A1NOC_SNOC }, 78 .links = { SDM670_SLAVE_A1NOC_SNOC }, 87 .links = { SDM670_SLAVE_SERVICE_A2NOC }, 96 .links = { SDM670_SLAVE_A2NOC_SNOC }, 105 .links = { SDM670_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | sc8180x.c | 25 .links = { SC8180X_SLAVE_SERVICE_A1NOC } 34 .links = { SC8180X_A1NOC_SNOC_SLV } 43 .links = { SC8180X_A1NOC_SNOC_SLV } 52 .links = { SC8180X_A1NOC_SNOC_SLV } 61 .links = { SC8180X_A1NOC_SNOC_SLV } 70 .links = { SC8180X_A1NOC_SNOC_SLV } 79 .links = { SC8180X_A1NOC_SNOC_SLV } 88 .links = { SC8180X_SLAVE_SERVICE_A2NOC } 97 .links = { SC8180X_A2NOC_SNOC_SLV } 106 .links = { SC8180X_A2NOC_SNOC_SLV } [all …]
|
| H A D | x1e80100.c | 26 .links = { X1E80100_SLAVE_A1NOC_SNOC }, 35 .links = { X1E80100_SLAVE_A1NOC_SNOC }, 44 .links = { X1E80100_SLAVE_A1NOC_SNOC }, 53 .links = { X1E80100_SLAVE_A1NOC_SNOC }, 62 .links = { X1E80100_SLAVE_A2NOC_SNOC }, 71 .links = { X1E80100_SLAVE_A2NOC_SNOC }, 80 .links = { X1E80100_SLAVE_A2NOC_SNOC }, 89 .links = { X1E80100_SLAVE_A2NOC_SNOC }, 98 .links = { X1E80100_SLAVE_A2NOC_SNOC }, 107 .links = { X1E80100_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | qcs615.c | 24 .links = { QCS615_SLAVE_SERVICE_A2NOC }, 33 .links = { QCS615_SLAVE_A1NOC_SNOC }, 42 .links = { QCS615_SLAVE_A1NOC_SNOC }, 51 .links = { QCS615_SLAVE_A1NOC_SNOC }, 60 .links = { QCS615_SLAVE_A1NOC_SNOC }, 69 .links = { QCS615_SLAVE_A1NOC_SNOC }, 78 .links = { QCS615_SLAVE_A1NOC_SNOC }, 87 .links = { QCS615_SLAVE_LPASS_SNOC }, 96 .links = { QCS615_SLAVE_A1NOC_SNOC }, 105 .links = { QCS615_SLAVE_ANOC_PCIE_SNOC }, [all …]
|
| H A D | sm8150.c | 25 .links = { SM8150_SLAVE_SERVICE_A1NOC }, 34 .links = { SM8150_A1NOC_SNOC_SLV }, 43 .links = { SM8150_A1NOC_SNOC_SLV }, 52 .links = { SM8150_A1NOC_SNOC_SLV }, 61 .links = { SM8150_A1NOC_SNOC_SLV }, 70 .links = { SM8150_A1NOC_SNOC_SLV }, 79 .links = { SM8150_SLAVE_SERVICE_A2NOC }, 88 .links = { SM8150_A2NOC_SNOC_SLV }, 97 .links = { SM8150_A2NOC_SNOC_SLV }, 106 .links = { SM8150_A2NOC_SNOC_SLV }, [all …]
|
| H A D | sm7150.c | 25 .links = { SM7150_SLAVE_SERVICE_A1NOC }, 34 .links = { SM7150_A1NOC_SNOC_SLV }, 43 .links = { SM7150_A1NOC_SNOC_SLV }, 52 .links = { SM7150_A1NOC_SNOC_SLV }, 61 .links = { SM7150_A1NOC_SNOC_SLV }, 70 .links = { SM7150_A1NOC_SNOC_SLV }, 79 .links = { SM7150_A1NOC_SNOC_SLV }, 88 .links = { SM7150_SLAVE_SERVICE_A2NOC }, 97 .links = { SM7150_A2NOC_SNOC_SLV }, 106 .links = { SM7150_A2NOC_SNOC_SLV }, [all …]
|
| H A D | sm8750.c | 144 .links = { SM8750_SLAVE_A1NOC_SNOC }, 153 .links = { SM8750_SLAVE_A1NOC_SNOC }, 162 .links = { SM8750_SLAVE_A1NOC_SNOC }, 171 .links = { SM8750_SLAVE_A1NOC_SNOC }, 180 .links = { SM8750_SLAVE_A1NOC_SNOC }, 189 .links = { SM8750_SLAVE_A1NOC_SNOC }, 198 .links = { SM8750_SLAVE_A2NOC_SNOC }, 207 .links = { SM8750_SLAVE_A2NOC_SNOC }, 216 .links = { SM8750_SLAVE_A2NOC_SNOC }, 225 .links = { SM8750_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | sm8550.c | 29 .links = { SM8550_SLAVE_A1NOC_SNOC }, 38 .links = { SM8550_SLAVE_A1NOC_SNOC }, 47 .links = { SM8550_SLAVE_A1NOC_SNOC }, 56 .links = { SM8550_SLAVE_A1NOC_SNOC }, 65 .links = { SM8550_SLAVE_A1NOC_SNOC }, 74 .links = { SM8550_SLAVE_A2NOC_SNOC }, 83 .links = { SM8550_SLAVE_A2NOC_SNOC }, 92 .links = { SM8550_SLAVE_A2NOC_SNOC }, 101 .links = { SM8550_SLAVE_A2NOC_SNOC }, 110 .links = { SM8550_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | qcs8300.c | 24 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 33 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 42 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 51 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 60 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 69 .links = { QCS8300_SLAVE_A1NOC_SNOC }, 78 .links = { QCS8300_SLAVE_A2NOC_SNOC }, 87 .links = { QCS8300_SLAVE_A2NOC_SNOC }, 96 .links = { QCS8300_SLAVE_A2NOC_SNOC }, 105 .links = { QCS8300_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | sm6350.c | 24 .links = { SM6350_SLAVE_SERVICE_A1NOC }, 33 .links = { SM6350_A1NOC_SNOC_SLV }, 42 .links = { SM6350_A1NOC_SNOC_SLV }, 51 .links = { SM6350_A1NOC_SNOC_SLV }, 60 .links = { SM6350_SLAVE_SERVICE_A2NOC }, 69 .links = { SM6350_A2NOC_SNOC_SLV }, 78 .links = { SM6350_A2NOC_SNOC_SLV }, 87 .links = { SM6350_A2NOC_SNOC_SLV }, 96 .links = { SM6350_A2NOC_SNOC_SLV }, 105 .links = { SM6350_A2NOC_SNOC_SLV }, [all …]
|
| H A D | qdu1000.c | 26 .links = { QDU1000_SLAVE_QUP_CORE_0 }, 35 .links = { QDU1000_SLAVE_QUP_CORE_1 }, 44 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC }, 53 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC, 64 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC }, 73 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC }, 82 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC, 93 .links = { QDU1000_SLAVE_LLCC }, 102 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC, 113 .links = { QDU1000_SLAVE_GEM_NOC_CNOC, QDU1000_SLAVE_LLCC, [all …]
|
| H A D | sc7180.c | 25 .links = { SC7180_SLAVE_SERVICE_A1NOC }, 34 .links = { SC7180_SLAVE_A1NOC_SNOC }, 43 .links = { SC7180_SLAVE_A1NOC_SNOC }, 52 .links = { SC7180_SLAVE_A1NOC_SNOC }, 61 .links = { SC7180_SLAVE_A1NOC_SNOC }, 70 .links = { SC7180_SLAVE_A1NOC_SNOC }, 79 .links = { SC7180_SLAVE_SERVICE_A2NOC }, 88 .links = { SC7180_SLAVE_A2NOC_SNOC }, 97 .links = { SC7180_SLAVE_A2NOC_SNOC }, 106 .links = { SC7180_SLAVE_A2NOC_SNOC }, [all …]
|
| H A D | sc7280.c | 32 .links = { SC7280_SLAVE_A1NOC_SNOC }, 47 .links = { SC7280_SLAVE_A1NOC_SNOC }, 62 .links = { SC7280_SLAVE_A1NOC_SNOC }, 71 .links = { SC7280_SLAVE_SERVICE_A1NOC }, 86 .links = { SC7280_SLAVE_A1NOC_SNOC }, 101 .links = { SC7280_SLAVE_A1NOC_SNOC }, 116 .links = { SC7280_SLAVE_A1NOC_SNOC }, 131 .links = { SC7280_SLAVE_A1NOC_SNOC }, 140 .links = { SC7280_SLAVE_A1NOC_SNOC }, 155 .links = { SC7280_SLAVE_A1NOC_SNOC }, [all …]
|
| H A D | sdx75.c | 25 .links = { SDX75_SLAVE_QPIC_CORE }, 34 .links = { SDX75_SLAVE_QUP_CORE_0 }, 43 .links = { SDX75_SLAVE_LAGG_CFG, SDX75_SLAVE_MCCC_MASTER, 53 .links = { SDX75_SLAVE_GEM_NOC_CNOC, SDX75_SLAVE_LLCC }, 62 .links = { SDX75_SLAVE_GEM_NOC_CNOC, SDX75_SLAVE_LLCC, 72 .links = { SDX75_SLAVE_SERVICE_GEM_NOC }, 81 .links = { SDX75_SLAVE_GEM_NOC_CNOC, SDX75_SLAVE_LLCC, 91 .links = { SDX75_SLAVE_GEM_NOC_CNOC, SDX75_SLAVE_LLCC }, 100 .links = { SDX75_SLAVE_GEM_NOC_CNOC, SDX75_SLAVE_LLCC, 110 .links = { SDX75_SLAVE_LLCC }, [all …]
|