Home
last modified time | relevance | path

Searched refs:syscon_regmap_lookup_by_phandle (Results 1 – 25 of 235) sorted by relevance

12345678910

/OK3568_Linux_fs/u-boot/test/dm/
H A Dsyscon.c60 ut_assertok_ptr(syscon_regmap_lookup_by_phandle(dev, "first-syscon")); in dm_test_syscon_by_phandle()
61 map = syscon_regmap_lookup_by_phandle(dev, "first-syscon"); in dm_test_syscon_by_phandle()
66 ut_assertok_ptr(syscon_regmap_lookup_by_phandle(dev, in dm_test_syscon_by_phandle()
68 map = syscon_regmap_lookup_by_phandle(dev, "second-sys-ctrl"); in dm_test_syscon_by_phandle()
73 ut_assert(IS_ERR(syscon_regmap_lookup_by_phandle(dev, "not-present"))); in dm_test_syscon_by_phandle()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsyscon.h23 extern struct regmap *syscon_regmap_lookup_by_phandle(
47 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw-common.c22 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in davinci_emac_3517_get_macid()
49 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in cpsw_am33xx_cm_get_macid()
/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Dkeystone-reset.c90 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe()
94 devctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-dev"); in rsctrl_probe()
H A Daxxia-reset.c57 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in axxia_reset_probe()
H A Dst-poweroff.c86 syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in st_reset_probe()
H A Dsyscon-poweroff.c40 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); in syscon_poweroff_probe()
H A Dsyscon-reboot.c53 ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in syscon_reboot_probe()
/OK3568_Linux_fs/kernel/drivers/phy/hisilicon/
H A Dphy-hi3660-usb3.c182 priv->peri_crg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe()
189 priv->pctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe()
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c235 core->cdru = syscon_regmap_lookup_by_phandle(node, "brcm,sr-cdru"); in sr_pcie_phy_probe()
241 core->mhb = syscon_regmap_lookup_by_phandle(node, "brcm,sr-mhb"); in sr_pcie_phy_probe()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dsti-cpufreq.c242 ddata.syscfg = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in sti_cpufreq_fetch_syscon_registers()
248 ddata.syscfg_eng = syscon_regmap_lookup_by_phandle(np, "st,syscfg-eng"); in sti_cpufreq_fetch_syscon_registers()
/OK3568_Linux_fs/u-boot/include/
H A Dsyscon.h86 struct regmap *syscon_regmap_lookup_by_phandle(struct udevice *dev,
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dlantiq_wdt.c164 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in ltq_wdt_xrx_bootstatus_get()
184 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, in ltq_wdt_falcon_bootstatus_get()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dsyscon-uclass.su
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Dsyscon-uclass.su
/OK3568_Linux_fs/kernel/drivers/phy/samsung/
H A Dphy-samsung-usb2.c177 drv->reg_pmu = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in samsung_usb2_phy_probe()
185 drv->reg_sys = syscon_regmap_lookup_by_phandle( in samsung_usb2_phy_probe()
H A Dphy-exynos-dp-video.c86 state->regs = syscon_regmap_lookup_by_phandle(dev->of_node, in exynos_dp_video_phy_probe()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsyscon.c208 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, in syscon_regmap_lookup_by_phandle() function
227 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle);
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c231 priv->phy_grf = syscon_regmap_lookup_by_phandle(np, "rockchip,phy-grf"); in rockchip_p3phy_probe()
237 priv->pipe_grf = syscon_regmap_lookup_by_phandle(dev->of_node, in rockchip_p3phy_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsoc.c23 dev->infracfg = syscon_regmap_lookup_by_phandle(np, "mediatek,infracfg"); in mt7622_wmac_init()
/OK3568_Linux_fs/kernel/drivers/soc/lantiq/
H A Dfpi-bus.c41 rcu_regmap = syscon_regmap_lookup_by_phandle(np, "lantiq,rcu"); in ltq_fpi_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c222 gmac->nss_common = syscon_regmap_lookup_by_phandle(dev->of_node, in ipq806x_gmac_of_parse()
230 gmac->qsgmii_csr = syscon_regmap_lookup_by_phandle(dev->of_node, in ipq806x_gmac_of_parse()
/OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/
H A Dphy-hi3670-usb3.c609 priv->peri_crg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe()
616 priv->pctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe()
623 priv->sctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe()
/OK3568_Linux_fs/kernel/drivers/soc/versatile/
H A Dsoc-realview.c92 syscon_regmap = syscon_regmap_lookup_by_phandle(np, "regmap"); in realview_soc_probe()
/OK3568_Linux_fs/kernel/drivers/clk/sprd/
H A Dcommon.c48 regmap = syscon_regmap_lookup_by_phandle(node, "sprd,syscon"); in sprd_clk_regmap_init()

12345678910