/linux-6.12.1/sound/soc/tegra/ |
D | tegra20_das.c | 86 * DAP: Digital audio port (port/pins on Tegra device) 89 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific 90 * DAC, or another DAP. When DAPs are connected, one must be the master and 91 * one the slave. Each DAC allows selection of a specific DAP for input, to 104 static void tegra20_das_connect_dap_to_dac(struct tegra20_das *das, int dap, int dac) in tegra20_das_connect_dap_to_dac() argument 110 (dap * TEGRA20_DAS_DAP_CTRL_SEL_STRIDE); in tegra20_das_connect_dap_to_dac() 116 static void tegra20_das_connect_dac_to_dap(struct tegra20_das *das, int dac, int dap) in tegra20_das_connect_dac_to_dap() argument 123 reg = dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_CLK_SEL_P | in tegra20_das_connect_dac_to_dap() 124 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA1_SEL_P | in tegra20_das_connect_dac_to_dap() 125 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA2_SEL_P; in tegra20_das_connect_dac_to_dap()
|
D | tegra210_i2s.c | 736 .name = "I2S-DAP", 738 .stream_name = "DAP-Playback", 747 .stream_name = "DAP-Capture", 815 { "DAP-Playback", NULL, "RX" }, 816 { "SPK", NULL, "DAP-Playback" }, 821 { "TX", NULL, "DAP-Capture" }, 822 { "DAP-Capture", NULL, "MIC" },
|
D | tegra186_dspk.c | 320 .name = "DSPK-DAP", 322 .stream_name = "DAP-Playback", 343 { "DAP-Playback", NULL, "RX" }, 344 { "SPK", NULL, "DAP-Playback" },
|
D | tegra210_dmic.c | 332 .name = "DMIC-DAP", 334 .stream_name = "DAP-Capture", 355 { "TX", NULL, "DAP-Capture" }, 356 { "DAP-Capture", NULL, "MIC" },
|
/linux-6.12.1/sound/soc/codecs/ |
D | sgtl5000.c | 397 "ADC", "I2S", "Rsvrd", "DAP" 407 /* input sources for DAP */ 417 SOC_DAPM_ENUM("DAP Mux", dap_enum); 419 /* input sources for DAP mix */ 429 SOC_DAPM_ENUM("DAP MIX Mux", dapmix_enum); 452 SND_SOC_DAPM_MUX("DAP Mux", SGTL5000_DAP_CTRL, 0, 0, &dap_mux), 453 SND_SOC_DAPM_MUX("DAP MIX Mux", SGTL5000_DAP_CTRL, 4, 0, &dapmix_mux), 454 SND_SOC_DAPM_MIXER("DAP", SGTL5000_CHIP_DIG_POWER, 4, 0, NULL, 0), 483 {"DAP Mux", "ADC", "ADC"}, /* adc --> DAP mux */ 484 {"DAP Mux", NULL, "AIFIN"}, /* i2s --> DAP mux */ [all …]
|
/linux-6.12.1/net/bridge/netfilter/ |
D | ebt_arp.c | 40 const __be32 *sap, *dap; in ebt_arp_mt() local 50 dap = skb_header_pointer(skb, sizeof(struct arphdr) + in ebt_arp_mt() 53 if (dap == NULL) in ebt_arp_mt() 61 info->daddr != (*dap & info->dmsk))) in ebt_arp_mt() 64 NF_INVF(info, EBT_ARP_GRAT, *dap != *sap)) in ebt_arp_mt()
|
/linux-6.12.1/sound/soc/sof/imx/ |
D | imx8m.c | 29 /* DAP registers */ 54 void __iomem *dap; member 127 pwrctl = readl(priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset() 129 writel(pwrctl, priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset() 138 pwrctl = readl(priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset() 140 writel(pwrctl, priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset() 194 priv->dap = devm_ioremap(sdev->dev, IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8m_probe() 195 if (!priv->dap) { in imx8m_probe() 196 dev_err(sdev->dev, "error: failed to map DAP debug memory area"); in imx8m_probe()
|
/linux-6.12.1/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 333 suffix = "DAP"; in octeon_model_get_string_buffer() 346 suffix = "DAP"; in octeon_model_get_string_buffer() 361 suffix = "DAP"; in octeon_model_get_string_buffer() 372 suffix = "DAP"; in octeon_model_get_string_buffer()
|
/linux-6.12.1/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_dap_fasi.h | 66 * The DAP FASI offers long address format (4 bytes) and short address format 67 * (2 bytes). The DAP can operate in 3 modes: 121 * Default is single master, DAP FASI changes multi-master setting silently
|
/linux-6.12.1/drivers/remoteproc/ |
D | imx_dsp_rproc.c | 48 /* DAP registers */ 184 void __iomem *dap = ioremap_wc(IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8mp_dsp_reset() local 188 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 190 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 200 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 202 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 204 iounmap(dap); in imx8mp_dsp_reset()
|
/linux-6.12.1/drivers/bus/ |
D | omap_l3_smx.h | 152 /* DAP has 1 ID */ 300 /* DAP IA */
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra20-ac97.yaml | 45 description: AC97 DAP _FS line
|
D | nvidia,tegra210-dmic.yaml | 71 DMIC DAP (Digital Audio Port) interface which can be connected
|
D | nvidia,tegra186-dspk.yaml | 71 DSPK DAP (Digital Audio Port) interface which can be connected
|
D | nvidia,tegra210-i2s.yaml | 87 I2S DAP (Digital Audio Port) interface which can be connected
|
D | nvidia,tegra-audio-graph-card.yaml | 89 /* I/O DAP Ports */
|
/linux-6.12.1/drivers/dma/stm32/ |
D | stm32-dma3.c | 466 u32 dap = FIELD_GET(CTR1_DAP, ctr1); in stm32_dma3_check_user_setting() local 480 if (ddw == DMA_SLAVE_BUSWIDTH_8_BYTES && port_is_ahb(ddata->ports_max_dw[dap])) in stm32_dma3_check_user_setting() 481 dev_err(dev, "double-word destination data width not supported on port %u\n", dap); in stm32_dma3_check_user_setting() 562 u32 dap = FIELD_GET(STM32_DMA3_DT_DAP, tr_conf), dap_max_dw; in stm32_dma3_chan_prep_hw() local 568 ddw = chan->dma_config.dst_addr_width ? : get_chan_max_dw(dap, chan->max_burst); in stm32_dma3_chan_prep_hw() 578 if (ddata->ports_max_dw[1] == DW_INVALID && (sap || dap)) { in stm32_dma3_chan_prep_hw() 584 dap_max_dw = ddata->ports_max_dw[dap]; in stm32_dma3_chan_prep_hw() 588 "8 bytes buswidth (src=%u, dst=%u) not supported on port (sap=%u, dap=%u\n", in stm32_dma3_chan_prep_hw() 589 sdw, ddw, sap, dap); in stm32_dma3_chan_prep_hw() 599 if (dap) in stm32_dma3_chan_prep_hw()
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 972 gpnid->dap = port_id; in fc_gpnid_build() 988 gnnid->dap = port_id; in fc_gnnid_build() 1071 rftid->dap = s_id; in fc_rftid_build() 1094 rftid->dap = s_id; in fc_rftid_build_sol() 1114 rffid->dap = s_id; in fc_rffid_build() 1136 rspnid->dap = s_id; in fc_rspnid_build()
|
D | bfa_fc.h | 1276 u32 dap:24; /* port identifier */ member 1288 u32 dap:24; /* port identifier */ member 1296 u32 dap:24; /* port identifier */ member 1308 u32 dap:24; /* port identifier */ member 1338 u32 dap:24; /* port identifier */ member
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 18 3 sac_dap Security DAP
|
/linux-6.12.1/arch/arm64/boot/dts/nvidia/ |
D | tegra234-p3740-0002+p3701-0008.dts | 422 "CVB-RT AIF1 Playback", "I2S4 DAP-Playback", 423 "I2S4 DAP-Capture", "CVB-RT AIF1 Capture",
|
/linux-6.12.1/arch/s390/kernel/ |
D | perf_pai_ext.c | 652 struct device_attribute *dap; in attr_event_free() local 656 dap = container_of(attrs[i], struct device_attribute, attr); in attr_event_free() 657 pa = container_of(dap, struct perf_pmu_events_attr, attr); in attr_event_free()
|
/linux-6.12.1/arch/arm/boot/dts/nvidia/ |
D | tegra114-asus-tf701t.dts | 600 dap-i2s0-in { 608 dap-i2s0-out { 618 dap-i2s1-in { 626 dap-i2s1-out { 636 dap-i2s2-in { 645 dap-i2s2-out {
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra114-pinmux.yaml | 88 enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
|
D | nvidia,tegra30-pinmux.yaml | 110 cpu_pwr_req, crt, dap, ddr, dev3, displaya, displayb, dtv,
|