Searched refs:syscon_regmap_lookup_by_phandle (Results 1 - 86 of 86) sorted by relevance

/linux-4.4.14/include/linux/mfd/
H A Dsyscon.h26 extern struct regmap *syscon_regmap_lookup_by_phandle(
45 static inline struct regmap *syscon_regmap_lookup_by_phandle( syscon_regmap_lookup_by_phandle() function
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dcpsw-common.c32 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); davinci_emac_3517_get_macid()
59 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); cpsw_am33xx_cm_get_macid()
/linux-4.4.14/drivers/power/reset/
H A Dkeystone-reset.c93 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); rsctrl_probe()
97 devctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-dev"); rsctrl_probe()
H A Daxxia-reset.c66 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); axxia_reset_probe()
H A Dsyscon-poweroff.c47 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); syscon_poweroff_probe()
H A Dsyscon-reboot.c60 ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); syscon_reboot_probe()
H A Dbrcmstb-reboot.c115 regmap = syscon_regmap_lookup_by_phandle(np, "syscon"); brcmstb_reboot_probe()
H A Dst-poweroff.c130 syscon_regmap_lookup_by_phandle(np, "st,syscfg"); st_reset_probe()
/linux-4.4.14/drivers/mfd/
H A Dsyscon.c156 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, syscon_regmap_lookup_by_phandle() function
175 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle); variable
/linux-4.4.14/drivers/irqchip/
H A Dirq-digicolor.c89 ucregs = syscon_regmap_lookup_by_phandle(node, "syscon"); digicolor_of_init()
H A Dirq-keystone.c154 syscon_regmap_lookup_by_phandle(np, "ti,syscon-dev"); keystone_irq_probe()
H A Dirq-st.c172 ddata->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); st_irq_syscfg_probe()
H A Dirq-vf610-mscm-ir.c206 mscm_cp_regmap = syscon_regmap_lookup_by_phandle(node, "fsl,cpucfg"); vf610_mscm_ir_of_init()
/linux-4.4.14/drivers/phy/
H A Dphy-exynos-dp-video.c89 state->regs = syscon_regmap_lookup_by_phandle(dev->of_node, exynos_dp_video_phy_probe()
H A Dphy-samsung-usb2.c184 drv->reg_pmu = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, samsung_usb2_phy_probe()
192 drv->reg_sys = syscon_regmap_lookup_by_phandle( samsung_usb2_phy_probe()
H A Dphy-exynos-mipi-video.c144 state->regmap = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); exynos_mipi_video_phy_probe()
H A Dphy-hix5hd2-sata.c157 priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node, hix5hd2_sata_phy_probe()
H A Dphy-pistachio-usb.c148 p_phy->cr_top = syscon_regmap_lookup_by_phandle(p_phy->dev->of_node, pistachio_usb_phy_probe()
H A Dphy-rockchip-usb.c103 grf = syscon_regmap_lookup_by_phandle(dev->of_node, "rockchip,grf"); rockchip_usb_phy_probe()
H A Dphy-spear1310-miphy.c219 syscon_regmap_lookup_by_phandle(dev->of_node, "misc"); spear1310_miphy_probe()
H A Dphy-stih407-usb.c123 phy_dev->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); stih407_usb2_picophy_probe()
H A Dphy-stih41x-usb.c143 phy_dev->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); stih41x_usb_phy_probe()
H A Dphy-dm816x-usb.c208 phy->syscon = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, dm816x_usb_phy_probe()
H A Dphy-exynos5250-sata.c183 sata_phy->pmureg = syscon_regmap_lookup_by_phandle(dev->of_node, exynos_sata_phy_probe()
H A Dphy-spear1340-miphy.c256 syscon_regmap_lookup_by_phandle(dev->of_node, "misc"); spear1340_miphy_probe()
H A Dphy-miphy365x.c552 miphy_dev->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); miphy365x_probe()
H A Dphy-ti-pipe3.c371 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, ti_pipe3_probe()
H A Dphy-exynos5-usbdrd.c695 reg_pmu = syscon_regmap_lookup_by_phandle(dev->of_node, exynos5_usbdrd_phy_probe()
H A Dphy-miphy28lp.c1212 miphy_dev->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); miphy28lp_probe()
/linux-4.4.14/drivers/reset/
H A Dreset-zynq.c105 priv->slcr = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, zynq_reset_probe()
/linux-4.4.14/drivers/soc/versatile/
H A Dsoc-realview.c102 syscon_regmap = syscon_regmap_lookup_by_phandle(np, "regmap"); realview_soc_probe()
/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc-k3.c58 priv->reg = syscon_regmap_lookup_by_phandle(host->dev->of_node, dw_mci_hi6220_parse_dt()
/linux-4.4.14/drivers/input/keyboard/
H A Dsnvs_pwrkey.c113 pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap"); imx_snvs_pwrkey_probe()
/linux-4.4.14/drivers/net/ethernet/arc/
H A Demac_rockchip.c120 priv->grf = syscon_regmap_lookup_by_phandle(dev->of_node, "rockchip,grf"); emac_rockchip_probe()
/linux-4.4.14/drivers/clocksource/
H A Dtime-pistachio.c164 periph_regs = syscon_regmap_lookup_by_phandle(node, "img,cr-periph"); pistachio_clksrc_of_init()
/linux-4.4.14/drivers/bus/
H A Dimx-weim.c79 gpr = syscon_regmap_lookup_by_phandle(np, "fsl,weim-cs-gpr"); imx_weim_gpr_setup()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c233 gmac->nss_common = syscon_regmap_lookup_by_phandle(dev->of_node, ipq806x_gmac_of_parse()
241 gmac->qsgmii_csr = syscon_regmap_lookup_by_phandle(dev->of_node, ipq806x_gmac_of_parse()
H A Ddwmac-socfpga.c101 sys_mgr_base_addr = syscon_regmap_lookup_by_phandle(np, "altr,sysmgr-syscon"); socfpga_dwmac_parse_data()
H A Ddwmac-sti.c282 regmap = syscon_regmap_lookup_by_phandle(np, "st,syscon"); sti_dwmac_parse_data()
H A Ddwmac-rk.c511 bsp_priv->grf = syscon_regmap_lookup_by_phandle(dev->of_node, rk_gmac_setup()
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-st.c211 regmap = syscon_regmap_lookup_by_phandle(node, "st,syscfg"); st_dwc3_probe()
/linux-4.4.14/drivers/pwm/
H A Dpwm-img.c210 pwm->periph_regs = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, img_pwm_probe()
/linux-4.4.14/drivers/regulator/
H A Dpbias-regulator.c166 syscon = syscon_regmap_lookup_by_phandle(np, "syscon"); pbias_regulator_probe()
/linux-4.4.14/drivers/rtc/
H A Drtc-snvs.c244 data->regmap = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); snvs_rtc_probe()
/linux-4.4.14/drivers/soc/qcom/
H A Dqcom_gsbi.c156 gsbi->tcsr = syscon_regmap_lookup_by_phandle(node, "syscon-tcsr"); gsbi_probe()
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c148 hdmi->regmap = syscon_regmap_lookup_by_phandle(np, "rockchip,grf"); rockchip_hdmi_parse_dt()
/linux-4.4.14/drivers/media/rc/
H A Dir-hix5hd2.c207 priv->regmap = syscon_regmap_lookup_by_phandle(node, hix5hd2_ir_probe()
/linux-4.4.14/drivers/pci/host/
H A Dpci-layerscape.c102 pcie->scfg = syscon_regmap_lookup_by_phandle(pp->dev->of_node, ls1021_pcie_host_init()
/linux-4.4.14/drivers/gpu/drm/imx/
H A Ddw_hdmi-imx.c99 hdmi->regmap = syscon_regmap_lookup_by_phandle(np, "gpr"); dw_hdmi_imx_parse_dt()
H A Dimx-ldb.c523 imx_ldb->regmap = syscon_regmap_lookup_by_phandle(np, "gpr"); imx_ldb_bind()
/linux-4.4.14/drivers/clk/hisilicon/
H A Dclk-hi6220-stub.c210 stub_clk->dfs_map = syscon_regmap_lookup_by_phandle(np, hi6220_stub_clk_probe()
/linux-4.4.14/arch/arm/mach-rockchip/
H A Dplatsmp.c225 pmu = syscon_regmap_lookup_by_phandle(node, "rockchip,pmu"); rockchip_smp_prepare_pmu()
/linux-4.4.14/drivers/gpio/
H A Dgpio-syscon.c212 syscon_regmap_lookup_by_phandle(np, "gpio,syscon-dev"); syscon_gpio_probe()
/linux-4.4.14/sound/soc/rockchip/
H A Drockchip_spdif.c288 grf = syscon_regmap_lookup_by_phandle(np, "rockchip,grf"); rk_spdif_probe()
/linux-4.4.14/drivers/watchdog/
H A Dst_lpc_wdt.c220 regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); st_wdog_probe()
H A Ds3c2410_wdt.c535 wdt->pmureg = syscon_regmap_lookup_by_phandle(dev->of_node, s3c2410wdt_probe()
/linux-4.4.14/drivers/thermal/
H A Dimx_thermal.c356 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, imx_get_sensor_data()
485 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "fsl,tempmon"); imx_thermal_probe()
/linux-4.4.14/drivers/tty/serial/
H A Dclps711x.c486 s->syscon = syscon_regmap_lookup_by_phandle(np, "syscon"); uart_clps711x_probe()
/linux-4.4.14/drivers/soc/mediatek/
H A Dmtk-scpsys.c443 scp->infracfg = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, scpsys_probe()
/linux-4.4.14/drivers/net/can/c_can/
H A Dc_can_platform.c337 raminit->syscon = syscon_regmap_lookup_by_phandle(np, c_can_plat_probe()
/linux-4.4.14/drivers/power/avs/
H A Drockchip-io-domain.c296 iod->grf = syscon_regmap_lookup_by_phandle(np, "rockchip,grf"); rockchip_iodomain_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c431 mic->sysreg = syscon_regmap_lookup_by_phandle(dev->of_node, exynos_mic_probe()
H A Dexynos_drm_fimd.c1053 ctx->sysreg = syscon_regmap_lookup_by_phandle(dev->of_node, fimd_probe()
H A Dexynos_drm_fimc.c1681 ctx->sysreg = syscon_regmap_lookup_by_phandle(dev->of_node, fimc_probe()
H A Dexynos_hdmi.c1932 hdata->pmureg = syscon_regmap_lookup_by_phandle(dev->of_node, hdmi_probe()
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk.c188 grf = syscon_regmap_lookup_by_phandle(cru_node, "rockchip,grf"); rockchip_clk_get_grf()
/linux-4.4.14/drivers/fpga/
H A Dzynq-fpga.c426 priv->slcr = syscon_regmap_lookup_by_phandle(dev->of_node, zynq_fpga_probe()
/linux-4.4.14/drivers/usb/phy/
H A Dphy-mxs-usb.c485 mxs_phy->regmap_anatop = syscon_regmap_lookup_by_phandle mxs_phy_probe()
/linux-4.4.14/drivers/edac/
H A Daltera_edac.c300 mc_vbase = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, altr_sdram_probe()
H A Dxgene_edac.c1824 edac->csw_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, xgene_edac_probe()
1832 edac->mcba_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, xgene_edac_probe()
1840 edac->mcbb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, xgene_edac_probe()
1847 edac->efuse_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, xgene_edac_probe()
/linux-4.4.14/drivers/ata/
H A Dpata_at91.c386 smc = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "atmel,smc"); pata_at91_probe()
/linux-4.4.14/sound/soc/codecs/
H A Dsti-sas.c580 syscon_regmap_lookup_by_phandle(pnode, "st,syscfg"); sti_sas_driver_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddss.c1040 dss.syscon_pll_ctrl = syscon_regmap_lookup_by_phandle(np, dss_video_pll_probe()
H A Ddispc.c4006 dispc.syscon_pol = syscon_regmap_lookup_by_phandle(np, "syscon-pol"); dispc_bind()
/linux-4.4.14/drivers/iio/adc/
H A Dexynos_adc.c602 info->pmu_map = syscon_regmap_lookup_by_phandle( exynos_adc_probe()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-core.h652 return syscon_regmap_lookup_by_phandle(node, "samsung,sysreg"); fimc_get_sysreg_regmap()
/linux-4.4.14/drivers/dma/
H A Dimg-mdc-dma.c857 mdma->periph_regs = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, mdc_dma_probe()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-rk3x.c948 grf = syscon_regmap_lookup_by_phandle(np, "rockchip,grf"); rk3x_i2c_probe()
H A Di2c-s3c2410.c1102 i2c->sysreg = syscon_regmap_lookup_by_phandle(np, s3c24xx_i2c_parse_dt()
/linux-4.4.14/drivers/iommu/
H A Domap-iommu.c899 syscon_regmap_lookup_by_phandle(np, "ti,syscon-mmuconfig"); omap_iommu_dra7_get_dsp_system_cfg()
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-zynq.c1179 pctrl->syscon = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, zynq_pinctrl_probe()
H A Dpinctrl-st.c1637 info->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); st_pctl_probe_dt()
/linux-4.4.14/sound/soc/sti/
H A Duniperif_player.c967 regmap = syscon_regmap_lookup_by_phandle(node, "st,syscfg"); uni_player_parse_dt_clk_glue()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dat91_udc.c1727 udc->matrix = syscon_regmap_lookup_by_phandle(udc->pdev->dev.of_node, at91sam9261_udc_init()
/linux-4.4.14/drivers/mtd/devices/
H A Dst_spi_fsm.c1993 regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); stfsm_fetch_platform_configs()
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Disp.c2334 isp->syscon = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, isp_probe()

Completed in 2655 milliseconds