Searched refs:soc (Results 126 - 150 of 1803) sorted by relevance

1234567891011>>

/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-glk-match.c3 * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-arl-match.c3 * soc-apci-intel-arl-match.c - tables and support for ARL ACPI enumeration.
8 #include <sound/soc-acpi.h>
9 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/mediatek/mt8186/
H A DMakefile4 snd-soc-mt8186-afe-y := \
20 obj-$(CONFIG_SND_SOC_MT8186) += snd-soc-mt8186-afe.o
/linux-master/sound/soc/intel/boards/
H A Dsof_realtek_common.h13 #include <sound/soc.h>
14 #include <sound/soc-acpi-intel-ssp-common.h>
H A Dsof_sdw_rt_dmic.c10 #include <sound/soc.h>
11 #include <sound/soc-acpi.h>
H A Dsof_sdw_cs_amp.c10 #include <sound/soc.h>
11 #include <sound/soc-acpi.h>
12 #include <sound/soc-dai.h>
/linux-master/sound/soc/codecs/
H A Des8328-spi.c13 #include <sound/soc.h>
H A Dadav803.c12 #include <sound/soc.h>
/linux-master/include/linux/
H A Dsys_soc.h36 * @soc: Previously registered SoC device container
38 struct device *soc_device_to_device(struct soc_device *soc);
/linux-master/sound/soc/meson/
H A Dmeson-codec-glue.h10 #include <sound/soc.h>
/linux-master/arch/riscv/kernel/
H A Dsoc.c8 #include <asm/soc.h>
/linux-master/include/soc/arc/
H A Dtimers.h9 #include <soc/arc/aux.h>
/linux-master/include/soc/fsl/qe/
H A Dqe_tdm.h16 #include <soc/fsl/qe/immap_qe.h>
17 #include <soc/fsl/qe/qe.h>
19 #include <soc/fsl/qe/ucc.h>
20 #include <soc/fsl/qe/ucc_fast.h>
/linux-master/arch/arm/mach-omap1/
H A Dflash.c9 #include <linux/soc/ti/omap1-io.h>
/linux-master/arch/arm/mach-mvebu/
H A Ddove.c11 #include <linux/soc/dove/pmu.h>
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.h185 void abx500_pinctrl_ab8500_init(struct abx500_pinctrl_soc_data **soc);
190 abx500_pinctrl_ab8500_init(struct abx500_pinctrl_soc_data **soc) argument
198 void abx500_pinctrl_ab8505_init(struct abx500_pinctrl_soc_data **soc);
203 abx500_pinctrl_ab8505_init(struct abx500_pinctrl_soc_data **soc) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A DMakefile9 mt7915e-$(CONFIG_MT798X_WMAC) += soc.o
/linux-master/sound/soc/mediatek/mt7986/
H A Dmt7986-afe-common.h13 #include <sound/soc.h>
/linux-master/sound/soc/fsl/
H A Dfsl_mqs.c16 #include <sound/soc.h>
32 * struct fsl_mqs_soc_data - soc specific data
63 const struct fsl_mqs_soc_data *soc; member in struct:fsl_mqs
93 regmap_update_bits(mqs_priv->regmap, mqs_priv->soc->ctrl_off,
94 mqs_priv->soc->div_mask,
95 (div - 1) << mqs_priv->soc->div_shift);
96 regmap_update_bits(mqs_priv->regmap, mqs_priv->soc->ctrl_off,
97 mqs_priv->soc->osr_mask, 0);
138 regmap_update_bits(mqs_priv->regmap, mqs_priv->soc->ctrl_off,
139 mqs_priv->soc
[all...]
/linux-master/drivers/net/ipa/
H A Dipa_qmi.h12 #include <linux/soc/qcom/qmi.h>
/linux-master/sound/soc/sof/intel/
H A Dtelemetry.h17 u8 soc; /* should be equal to XTENSA_SOC_INTEL_ADSP */ member in struct:xtensa_arch_block
/linux-master/drivers/gpu/host1x/
H A Dmipi.c120 const struct tegra_mipi_soc *soc; member in struct:tegra_mipi
160 if (mipi->soc->needs_vclamp_ref)
200 if (mipi->soc->needs_vclamp_ref)
316 const struct tegra_mipi_soc *soc = device->mipi->soc; local
327 value = MIPI_CAL_BIAS_PAD_DRV_DN_REF(soc->pad_drive_down_ref) |
328 MIPI_CAL_BIAS_PAD_DRV_UP_REF(soc->pad_drive_up_ref);
334 value |= MIPI_CAL_BIAS_PAD_VCLAMP(soc->pad_vclamp_level);
335 value |= MIPI_CAL_BIAS_PAD_VAUXP(soc->pad_vauxp_level);
338 for (i = 0; i < soc
[all...]
/linux-master/drivers/iommu/
H A Dtegra-smmu.c19 #include <soc/tegra/ahb.h>
20 #include <soc/tegra/mc.h>
27 const struct tegra_smmu_group_soc *soc; member in struct:tegra_smmu_group
37 const struct tegra_smmu_soc *soc; member in struct:tegra_smmu
90 ((smmu)->soc->num_tlb_lines & (smmu)->tlb_mask)
189 offset &= ~(smmu->mc->soc->atom_size - 1);
191 if (smmu->mc->soc->num_address_bits > 32) {
214 if (smmu->soc->num_asids == 4)
229 if (smmu->soc->num_asids == 4)
244 if (smmu->soc
914 const struct tegra_smmu_group_soc *soc; local
1101 tegra_smmu_probe(struct device *dev, const struct tegra_smmu_soc *soc, struct tegra_mc *mc) argument
[all...]
/linux-master/drivers/soc/atmel/
H A Dsoc.c18 #include "soc.h"
312 const struct at91_soc *soc; local
331 for (soc = socs; soc->name; soc++) {
332 if (soc->cidr_match != (cidr & soc->cidr_mask))
335 if (!(cidr & AT91_CIDR_EXT) || soc->exid_match == exid)
339 if (!soc->name) {
348 soc_dev_attr->family = soc
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c521 sid = (MTK_HAS_CAPS(eth->soc->caps, MTK_SHARED_SGMII)) ?
540 if (!MTK_HAS_CAPS(eth->soc->caps, MTK_SOC_MT7628) &&
542 /* Setup soc pin functions */
550 if (MTK_HAS_CAPS(eth->soc->caps, MTK_RGMII)) {
564 if (MTK_HAS_CAPS(eth->soc->caps, MTK_GEPHY)) {
579 MTK_HAS_CAPS(mac->hw->soc->caps, MTK_GMAC1_TRGMII)) {
580 if (MTK_HAS_CAPS(mac->hw->soc->caps,
703 const struct mtk_soc_data *soc = eth->soc; local
706 if (!MTK_HAS_CAPS(soc
1132 const struct mtk_soc_data *soc = eth->soc; local
1411 const struct mtk_soc_data *soc = eth->soc; local
1801 const struct mtk_soc_data *soc = eth->soc; local
2456 const struct mtk_soc_data *soc = eth->soc; local
2569 const struct mtk_soc_data *soc = eth->soc; local
2597 const struct mtk_soc_data *soc = eth->soc; local
3126 const struct mtk_soc_data *soc = eth->soc; local
3380 const struct mtk_soc_data *soc = eth->soc; local
[all...]

Completed in 457 milliseconds

1234567891011>>