Searched refs:soc (Results 176 - 200 of 1802) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/tegra-video/
H A Dvip.h58 * @soc: pointer to SoC data structure
64 const struct tegra_vip_soc *soc; member in struct:tegra_vip
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-ac5.c238 struct mvebu_pinctrl_soc_info *soc = &ac5_pinctrl_info; local
240 soc->variant = 0; /* no variants for ac5 */
241 soc->controls = ac5_mpp_controls;
242 soc->ncontrols = ARRAY_SIZE(ac5_mpp_controls);
243 soc->gpioranges = ac5_mpp_gpio_ranges;
244 soc->ngpioranges = ARRAY_SIZE(ac5_mpp_gpio_ranges);
245 soc->modes = ac5_mpp_modes;
246 soc->nmodes = ac5_mpp_controls[0].npins;
248 pdev->dev.platform_data = soc;
H A Dpinctrl-armada-xp.c542 struct mvebu_pinctrl_soc_info *soc = local
546 nregs = DIV_ROUND_UP(soc->nmodes, MVEBU_MPPS_PER_REG);
549 mpp_saved_regs[i] = readl(soc->control_data[0].base + i * 4);
556 struct mvebu_pinctrl_soc_info *soc = local
560 nregs = DIV_ROUND_UP(soc->nmodes, MVEBU_MPPS_PER_REG);
563 writel(mpp_saved_regs[i], soc->control_data[0].base + i * 4);
570 struct mvebu_pinctrl_soc_info *soc = &armada_xp_pinctrl_info; local
573 soc->variant = (unsigned)device_get_match_data(&pdev->dev) & 0xff;
575 switch (soc->variant) {
577 soc
[all...]
/linux-master/drivers/bus/
H A Dsun50i-de2.c10 #include <linux/soc/sunxi/sunxi_sram.h>
/linux-master/drivers/dma/ti/
H A Dk3-psil.c40 const struct soc_device_attribute *soc; local
42 soc = soc_device_match(k3_soc_devices);
43 if (soc) {
44 soc_ep_map = soc->data;
/linux-master/sound/soc/codecs/
H A Dadau1372-i2c.c13 #include <sound/soc.h>
H A Dcs4271-i2c.c11 #include <sound/soc.h>
H A Des8328-i2c.c14 #include <sound/soc.h>
/linux-master/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.h12 #include <sound/soc.h>
/linux-master/sound/
H A DMakefile8 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ \
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c57 bool need_recalculate = memcmp(&mode_lib->soc, &mode_lib->vba.soc, sizeof(mode_lib->vba.soc)) != 0
63 mode_lib->vba.soc = mode_lib->soc;
306 soc_bounding_box_st *soc = &mode_lib->vba.soc; local
310 mode_lib->vba.ReturnBusWidth = soc->return_bus_width_bytes;
311 mode_lib->vba.NumberOfChannels = soc->num_chans;
313 soc
1078 soc_bounding_box_st *soc = &mode_lib->vba.soc; local
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c32 #include <soc/tegra/pmc.h>
271 const struct tegra_xusb_soc *soc; member in struct:tegra_xusb
354 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
362 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
538 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
547 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
553 ops->mbox_reg_writel(tegra, MBOX_OWNER_SW, tegra->soc->mbox.owner);
555 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
565 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.data_in);
567 value = ops->mbox_reg_readl(tegra, tegra->soc
612 const struct tegra_xusb_soc *soc = tegra->soc; local
928 const struct tegra_xusb_context_soc *soc = tegra->soc->context; local
2009 const struct tegra_xusb_context_soc *soc = tegra->soc->context; local
2026 const struct tegra_xusb_context_soc *soc = tegra->soc->context; local
[all...]
/linux-master/drivers/pwm/
H A Dpwm-mediatek.c49 * @soc: pointer to chip's platform data
56 const struct pwm_mediatek_of_data *soc; member in struct:pwm_mediatek_chip
115 writel(value, chip->regs + chip->soc->reg_offset[num] + offset);
133 if (pc->soc->has_ck_26m_sel)
154 if (pc->soc->pwm45_fixup && pwm->hwpwm > 2) {
235 const struct pwm_mediatek_of_data *soc; local
239 soc = of_device_get_match_data(&pdev->dev);
241 chip = devm_pwmchip_alloc(&pdev->dev, soc->num_pwms, sizeof(*pc));
246 pc->soc = soc;
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c650 __DML_DLL_EXPORT__ void dml_print_soc_bounding_box(const struct soc_bounding_box_st *soc) argument
652 dml_print("DML: soc_bbox: dprefclk_mhz = %f\n", soc->dprefclk_mhz);
653 dml_print("DML: soc_bbox: xtalclk_mhz = %f\n", soc->xtalclk_mhz);
654 dml_print("DML: soc_bbox: pcierefclk_mhz = %f\n", soc->pcierefclk_mhz);
655 dml_print("DML: soc_bbox: refclk_mhz = %f\n", soc->refclk_mhz);
656 dml_print("DML: soc_bbox: amclk_mhz = %f\n", soc->amclk_mhz);
658 dml_print("DML: soc_bbox: max_outstanding_reqs = %f\n", soc->max_outstanding_reqs);
659 dml_print("DML: soc_bbox: pct_ideal_sdp_bw_after_urgent = %f\n", soc->pct_ideal_sdp_bw_after_urgent);
660 dml_print("DML: soc_bbox: pct_ideal_fabric_bw_after_urgent = %f\n", soc->pct_ideal_fabric_bw_after_urgent);
661 dml_print("DML: soc_bbox: pct_ideal_dram_bw_after_urgent_pixel_only = %f\n", soc
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dt2080si-post.dtsi37 &soc {
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dos.h35 #include <soc/tegra/fuse.h>
36 #include <soc/tegra/pmc.h>
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-common.h12 #include <sound/soc.h>
95 const struct mt2701_soc_variants *soc; member in struct:mt2701_afe_private
/linux-master/drivers/soc/fsl/qe/
H A Dusb.c16 #include <soc/fsl/qe/immap_qe.h>
17 #include <soc/fsl/qe/qe.h>
/linux-master/drivers/soc/canaan/
H A Dk210-sysctl.c10 #include <asm/soc.h>
12 #include <soc/canaan/k210-sysctl.h>
/linux-master/sound/soc/amd/renoir/
H A Dacp3x-rn.c7 #include <sound/soc.h>
8 #include <sound/soc-dapm.h>
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-kbl-match.c3 * soc-acpi-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-cnl-match.c3 * soc-acpi-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
12 #include "soc-acpi-intel-sdw-mockup-match.h"
H A Dsoc-acpi-intel-bxt-match.c3 * soc-acpi-intel-bxt-match.c - tables and support for BXT ACPI enumeration.
10 #include <sound/soc-acpi.h>
11 #include <sound/soc-acpi-intel-match.h>
/linux-master/arch/arm/mach-pxa/
H A Dsmemc.c11 #include <linux/soc/pxa/cpu.h>
14 #include <linux/soc/pxa/smemc.h>
H A Dgeneric.c20 #include <linux/soc/pxa/cpu.h>
21 #include <linux/soc/pxa/smemc.h>

Completed in 502 milliseconds

1234567891011>>