| /linux-6.15/sound/soc/amd/acp/ |
| H A D | acp-mach-common.c | 1400 if (!links) in acp_sofdsp_dai_links_create() 1406 links[i].cpus = sof_sp; in acp_sofdsp_dai_links_create() 1411 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1446 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1481 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1513 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1553 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1573 links[i].no_pcm = 1; in acp_sofdsp_dai_links_create() 1576 card->dai_link = links; in acp_sofdsp_dai_links_create() 1600 if (!links) in acp_legacy_dai_links_create() [all …]
|
| /linux-6.15/sound/soc/intel/boards/ |
| H A D | sof_pcm512x.c | 233 if (!links || !cpus) 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() 254 links[id].no_pcm = 1; in sof_card_dai_links_create() 256 links[id].num_cpus = 1; in sof_card_dai_links_create() 289 links[id].id = id; in sof_card_dai_links_create() 297 links[id].no_pcm = 1; in sof_card_dai_links_create() 312 if (!links[id].name) in sof_card_dai_links_create() 315 links[id].id = id; in sof_card_dai_links_create() 344 links[id].no_pcm = 1; in sof_card_dai_links_create() [all …]
|
| H A D | sof_es8336.c | 440 if (!links || !cpus) 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() 458 links[id].no_pcm = 1; in sof_card_dai_links_create() 460 links[id].num_cpus = 1; in sof_card_dai_links_create() 490 links[id].id = id; in sof_card_dai_links_create() 498 links[id].no_pcm = 1; in sof_card_dai_links_create() 516 if (!links[id].name) in sof_card_dai_links_create() 541 links[id].no_pcm = 1; in sof_card_dai_links_create() 563 if (!links[id].name) in sof_card_dai_links_create() [all …]
|
| /linux-6.15/sound/soc/sof/ |
| H A D | nocodec.c | 30 if (!drv || !links || !card) 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() 50 links[i].num_cpus = 1; in sof_nocodec_bes_setup() 51 links[i].num_codecs = 1; in sof_nocodec_bes_setup() 52 links[i].num_platforms = 1; in sof_nocodec_bes_setup() 54 links[i].id = i; in sof_nocodec_bes_setup() 55 links[i].no_pcm = 1; in sof_nocodec_bes_setup() 65 card->dai_link = links; in sof_nocodec_bes_setup() [all …]
|
| /linux-6.15/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-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | attach_probe.c | 62 skel->links.handle_kprobe = kprobe_link; in test_attach_probe_manual() 70 skel->links.handle_kretprobe = kretprobe_link; in test_attach_probe_manual() 83 skel->links.handle_uprobe = uprobe_link; in test_attach_probe_manual() 92 skel->links.handle_uretprobe = uretprobe_link; in test_attach_probe_manual() 98 skel->links.handle_uprobe_byname = in test_attach_probe_manual() 131 ASSERT_OK_PTR(skel->links.handle_kprobe_auto, "attach_kprobe_auto"); in test_attach_probe_auto() 143 skel->links.handle_uretprobe_byname = in test_attach_probe_auto() 169 skel->links.handle_uprobe_byname2 = in test_uprobe_lib() 179 skel->links.handle_uretprobe_byname2 = in test_uprobe_lib() 220 skel->links.handle_uprobe_ref_ctr = uprobe_link; in test_uprobe_ref_ctr() [all …]
|
| /linux-6.15/drivers/interconnect/qcom/ |
| H A D | sm8450.c | 27 .links = { SM8450_SLAVE_A1NOC_SNOC }, 36 .links = { SM8450_SLAVE_A1NOC_SNOC }, 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 }, 297 .links = { SM8450_SLAVE_LLCC }, 333 .links = { SM8450_SLAVE_LLCC }, 373 .links = { SM8450_SLAVE_EBI1 }, [all …]
|
| H A D | sm8250.c | 34 .links = { SM8250_A1NOC_SNOC_SLV }, 43 .links = { SM8250_A1NOC_SNOC_SLV }, 52 .links = { SM8250_A1NOC_SNOC_SLV }, 351 .links = { SM8250_SLAVE_LLCC, 362 .links = { SM8250_SLAVE_LLCC, 373 .links = { SM8250_SLAVE_LLCC, 397 .links = { SM8250_SLAVE_LLCC, 408 .links = { SM8250_SLAVE_LLCC, 427 .links = { SM8250_SLAVE_LLCC, 438 .links = { SM8250_SLAVE_LLCC, [all …]
|
| H A D | sc8280xp.c | 25 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 34 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 43 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 60 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 69 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 78 .links = { SC8280XP_SLAVE_A1NOC_SNOC }, 406 .links = { SC8280XP_SLAVE_PCIE_0, 422 .links = { SC8280XP_SLAVE_LLCC_CFG, 523 .links = { SC8280XP_SLAVE_LLCC, 556 .links = { SC8280XP_SLAVE_LLCC }, [all …]
|
| H A D | sdm845.c | 34 .links = { SDM845_SLAVE_A1NOC_SNOC }, 43 .links = { SDM845_SLAVE_A1NOC_SNOC }, 410 .links = { SDM845_SLAVE_EBI1 }, 442 .links = { SDM845_SLAVE_LLCC }, 474 .links = { SDM845_SLAVE_LLCC }, 605 .links = { SDM845_SLAVE_APPSS, 620 .links = { SDM845_SLAVE_APPSS, 638 .links = { SDM845_SLAVE_APPSS, 655 .links = { SDM845_SLAVE_APPSS, 669 .links = { SDM845_SLAVE_APPSS, [all …]
|
| H A D | sdm670.c | 33 .links = { SDM670_SLAVE_A1NOC_SNOC }, 42 .links = { SDM670_SLAVE_A1NOC_SNOC }, 306 .links = { SDM670_SLAVE_LLCC }, 315 .links = { SDM670_SLAVE_LLCC }, 336 .links = { SDM670_SLAVE_LLCC }, 467 .links = { SDM670_SLAVE_PIMEM, 482 .links = { SDM670_SLAVE_PIMEM, 498 .links = { SDM670_SLAVE_PIMEM, 513 .links = { SDM670_SLAVE_OCIMEM, 527 .links = { SDM670_SLAVE_OCIMEM, [all …]
|
| H A D | sc8180x.c | 34 .links = { SC8180X_A1NOC_SNOC_SLV } 43 .links = { SC8180X_A1NOC_SNOC_SLV } 52 .links = { SC8180X_A1NOC_SNOC_SLV } 61 .links = { SC8180X_A1NOC_SNOC_SLV } 360 .links = { SC8180X_SLAVE_ECC, 371 .links = { SC8180X_SLAVE_LLCC, 381 .links = { SC8180X_SLAVE_LLCC, 402 .links = { SC8180X_SLAVE_ECC, 413 .links = { SC8180X_SLAVE_LLCC, 432 .links = { SC8180X_SLAVE_LLCC, [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 }, 310 .links = { X1E80100_SLAVE_LLCC }, 346 .links = { X1E80100_SLAVE_EBI1 }, [all …]
|
| H A D | sm8150.c | 34 .links = { SM8150_A1NOC_SNOC_SLV }, 43 .links = { SM8150_A1NOC_SNOC_SLV }, 52 .links = { SM8150_A1NOC_SNOC_SLV }, 389 .links = { SM8150_SLAVE_ECC, 401 .links = { SM8150_SLAVE_LLCC, 412 .links = { SM8150_SLAVE_LLCC, 434 .links = { SM8150_SLAVE_ECC, 446 .links = { SM8150_SLAVE_LLCC, 466 .links = { SM8150_SLAVE_LLCC, 477 .links = { SM8150_SLAVE_LLCC, [all …]
|
| H A D | qcs615.c | 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 }, 315 .links = { QCS615_SLAVE_LLCC }, 333 .links = { QCS615_SLAVE_LLCC }, 342 .links = { QCS615_SLAVE_LLCC }, 360 .links = { QCS615_SLAVE_EBI1 }, 473 .links = { QCS615_SLAVE_PCIE_0 }, [all …]
|
| H A D | sm7150.c | 34 .links = { SM7150_A1NOC_SNOC_SLV }, 43 .links = { SM7150_A1NOC_SNOC_SLV }, 52 .links = { SM7150_A1NOC_SNOC_SLV }, 347 .links = { SM7150_SLAVE_LLCC, 358 .links = { SM7150_SLAVE_LLCC, 380 .links = { SM7150_SLAVE_LLCC, 391 .links = { SM7150_SLAVE_LLCC }, 400 .links = { SM7150_SLAVE_LLCC, 411 .links = { SM7150_SLAVE_LLCC, 440 .links = { SM7150_SLAVE_LLCC, [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 }, 316 .links = { SM8550_SLAVE_LLCC }, 362 .links = { SM8550_SLAVE_EBI1 }, [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 }, 345 .links = { SM8750_SLAVE_PCIE_0 }, 458 .links = { SM8750_SLAVE_LLCC }, 467 .links = { SM8750_SLAVE_LLCC }, 503 .links = { SM8750_SLAVE_EBI1 }, [all …]
|
| H A D | sm8650.c | 26 .links = { SM8650_SLAVE_A1NOC_SNOC }, 35 .links = { SM8650_SLAVE_A1NOC_SNOC }, 44 .links = { SM8650_SLAVE_A1NOC_SNOC }, 53 .links = { SM8650_SLAVE_A1NOC_SNOC }, 62 .links = { SM8650_SLAVE_A1NOC_SNOC }, 71 .links = { SM8650_SLAVE_A1NOC_SNOC }, 80 .links = { SM8650_SLAVE_A2NOC_SNOC }, 345 .links = { SM8650_SLAVE_LLCC }, 354 .links = { SM8650_SLAVE_LLCC }, 390 .links = { SM8650_SLAVE_EBI1 }, [all …]
|
| H A D | qdu1000.c | 26 .links = { QDU1000_SLAVE_QUP_CORE_0 }, 35 .links = { QDU1000_SLAVE_QUP_CORE_1 }, 93 .links = { QDU1000_SLAVE_LLCC }, 124 .links = { QDU1000_SLAVE_EBI1 }, 151 .links = { QDU1000_SLAVE_A1NOC_SNOC }, 160 .links = { QDU1000_SLAVE_A1NOC_SNOC }, 169 .links = { QDU1000_SLAVE_A1NOC_SNOC }, 178 .links = { QDU1000_SLAVE_A1NOC_SNOC }, 250 .links = { QDU1000_SLAVE_PCIE_0 }, 259 .links = { QDU1000_SLAVE_A1NOC_SNOC }, [all …]
|
| H A D | sm6350.c | 33 .links = { SM6350_A1NOC_SNOC_SLV }, 42 .links = { SM6350_A1NOC_SNOC_SLV }, 51 .links = { SM6350_A1NOC_SNOC_SLV }, 308 .links = { SM6350_SLAVE_LLCC, 319 .links = { SM6350_SLAVE_LLCC, 342 .links = { SM6350_SLAVE_LLCC, 353 .links = { SM6350_SLAVE_LLCC, 364 .links = { SM6350_SLAVE_LLCC, 375 .links = { SM6350_SLAVE_LLCC }, 393 .links = { SM6350_SLAVE_LLCC, [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 }, 351 .links = { QCS8300_SLAVE_LLCC }, 409 .links = { QCS8300_SLAVE_EBI1 }, [all …]
|
| H A D | sa8775p.c | 218 .links = { SA8775P_SLAVE_A1NOC_SNOC }, 227 .links = { SA8775P_SLAVE_A1NOC_SNOC }, 236 .links = { SA8775P_SLAVE_A1NOC_SNOC }, 245 .links = { SA8775P_SLAVE_A1NOC_SNOC }, 425 .links = { SA8775P_SLAVE_AHB2PHY_0, 516 .links = { SA8775P_SLAVE_PCIE_0, 527 .links = { SA8775P_SLAVE_LLCC_CFG, 640 .links = { SA8775P_SLAVE_LLCC, 674 .links = { SA8775P_SLAVE_LLCC }, 740 .links = { SA8775P_SLAVE_EBI1 }, [all …]
|
| H A D | sc7180.c | 34 .links = { SC7180_SLAVE_A1NOC_SNOC }, 43 .links = { SC7180_SLAVE_A1NOC_SNOC }, 52 .links = { SC7180_SLAVE_A1NOC_SNOC }, 187 .links = { SC7180_SLAVE_A1NOC_CFG, 362 .links = { SC7180_SLAVE_LLCC }, 382 .links = { SC7180_SLAVE_LLCC }, 391 .links = { SC7180_SLAVE_LLCC }, 411 .links = { SC7180_SLAVE_EBI1 }, 545 .links = { SC7180_SLAVE_APPSS, 560 .links = { SC7180_SLAVE_APPSS, [all …]
|