Home
last modified time | relevance | path

Searched refs:syscon_node_to_regmap (Results 1 – 25 of 140) sorted by relevance

123456

/Linux-v5.4/drivers/clk/at91/
Ddt-compat.c33 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_sama5d2_clk_audio_pll_frac_setup()
56 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_sama5d2_clk_audio_pll_pad_setup()
79 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_sama5d2_clk_audio_pll_pmc_setup()
133 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_sama5d2_clk_generated_setup()
179 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_sama5d4_clk_h32mx_setup()
246 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_at91rm9200_clk_main_osc_setup()
271 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_at91sam9x5_clk_main_rc_osc_setup()
294 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_at91rm9200_clk_main_setup()
320 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_at91sam9x5_clk_main_setup()
384 regmap = syscon_node_to_regmap(of_get_parent(np)); in of_at91_clk_master_setup()
[all …]
/Linux-v5.4/include/linux/mfd/
Dsyscon.h21 extern struct regmap *syscon_node_to_regmap(struct device_node *np);
32 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap() function
/Linux-v5.4/drivers/mfd/
Dsyscon.c182 struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap() function
189 EXPORT_SYMBOL_GPL(syscon_node_to_regmap);
200 regmap = syscon_node_to_regmap(syscon_np); in syscon_regmap_lookup_by_compatible()
221 regmap = syscon_node_to_regmap(syscon_np); in syscon_regmap_lookup_by_phandle()
/Linux-v5.4/drivers/clk/nxp/
Dclk-lpc18xx-creg.c172 syscon = syscon_node_to_regmap(np->parent); in lpc18xx_creg_clk_init()
201 syscon = syscon_node_to_regmap(np->parent); in lpc18xx_creg_clk_probe()
/Linux-v5.4/drivers/clk/meson/
Dmeson-eeclk.c28 map = syscon_node_to_regmap(of_get_parent(dev->of_node)); in meson_eeclkc_probe()
Dmeson-aoclk.c50 regmap = syscon_node_to_regmap(of_get_parent(dev->of_node)); in meson_aoclkc_probe()
/Linux-v5.4/drivers/irqchip/
Dirq-gic-realview.c59 map = syscon_node_to_regmap(np); in realview_gic_of_init()
/Linux-v5.4/arch/arm/mach-realview/
Dplatsmp-dt.c68 map = syscon_node_to_regmap(np); in realview_smp_prepare_cpus()
/Linux-v5.4/arch/arm/mach-u300/
Dregulator.c71 regmap = syscon_node_to_regmap(syscon_np); in __u300_init_boardpower()
/Linux-v5.4/drivers/clk/mvebu/
Darmada-37xx-xtal.c42 regmap = syscon_node_to_regmap(parent); in armada_3700_xtal_clock_probe()
/Linux-v5.4/drivers/power/reset/
Dsyscon-reboot-mode.c52 syscon_rbm->map = syscon_node_to_regmap(pdev->dev.parent->of_node); in syscon_reboot_mode_probe()
Darm-versatile-reboot.c148 syscon_regmap = syscon_node_to_regmap(np); in versatile_reboot_probe()
/Linux-v5.4/drivers/reset/
Dreset-berlin.c78 priv->regmap = syscon_node_to_regmap(parent_np); in berlin2_reset_probe()
Dreset-oxnas.c91 data->regmap = syscon_node_to_regmap(parent->of_node); in oxnas_reset_probe()
Dreset-pistachio.c112 rd->periph_regs = syscon_node_to_regmap(np->parent); in pistachio_reset_probe()
/Linux-v5.4/drivers/clk/imgtec/
Dclk-boston.c40 regmap = syscon_node_to_regmap(np->parent); in clk_boston_setup()
/Linux-v5.4/drivers/clk/
Dclk-gemini.c294 map = syscon_node_to_regmap(np); in gemini_clk_probe()
415 map = syscon_node_to_regmap(np); in gemini_cc_init()
/Linux-v5.4/drivers/soc/samsung/
Dexynos-pmu.c105 return syscon_node_to_regmap(np); in exynos_get_pmu_regmap()
/Linux-v5.4/drivers/soc/versatile/
Dsoc-integrator.c113 syscon_regmap = syscon_node_to_regmap(np); in integrator_soc_init()
/Linux-v5.4/drivers/soc/amlogic/
Dmeson-mx-socinfo.c128 analog_top_regmap = syscon_node_to_regmap(np); in meson_mx_socinfo_init()
/Linux-v5.4/drivers/clk/mediatek/
Dclk-cpumux.c87 regmap = syscon_node_to_regmap(node); in mtk_clk_register_cpumuxes()
Dreset.c101 regmap = syscon_node_to_regmap(np); in mtk_register_reset_controller_common()
/Linux-v5.4/drivers/clk/bcm/
Dclk-bcm53573-ilp.c115 ilp->regmap = syscon_node_to_regmap(of_get_parent(np)); in bcm53573_ilp_init()
/Linux-v5.4/drivers/phy/rockchip/
Dphy-rockchip-dp.c107 dp->grf = syscon_node_to_regmap(dev->parent->of_node); in rockchip_dp_phy_probe()
/Linux-v5.4/drivers/phy/
Dphy-lpc18xx-usb-otg.c102 lpc->reg = syscon_node_to_regmap(pdev->dev.of_node->parent); in lpc18xx_usb_otg_phy_probe()

123456