Home
last modified time | relevance | path

Searched refs:device_node_to_regmap (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsyscon.h20 extern struct regmap *device_node_to_regmap(struct device_node *np);
32 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap() function
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsyscon.c177 struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap() function
181 EXPORT_SYMBOL_GPL(device_node_to_regmap);
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-chipid.c64 regmap = device_node_to_regmap(syscon); in exynos_chipid_early_init()
H A Dexynos-asv.c126 asv->chipid_regmap = device_node_to_regmap(pdev->dev.of_node); in exynos_asv_probe()
/OK3568_Linux_fs/kernel/drivers/clk/sprd/
H A Dcommon.c55 regmap = device_node_to_regmap(np); in sprd_clk_regmap_init()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dk3-socinfo.c73 regmap = device_node_to_regmap(node); in k3_chipinfo_probe()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dingenic-ost.c90 map = device_node_to_regmap(dev->parent->of_node); in ingenic_ost_probe()
H A Dingenic-timer.c285 map = device_node_to_regmap(np); in ingenic_tcu_init()
/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dat91sam9rl.c86 regmap = device_node_to_regmap(np); in at91sam9rl_pmc_setup()
H A Dat91rm9200.c97 regmap = device_node_to_regmap(np); in at91rm9200_pmc_setup()
H A Dat91sam9g45.c107 regmap = device_node_to_regmap(np); in at91sam9g45_pmc_setup()
H A Dat91sam9n12.c127 regmap = device_node_to_regmap(np); in at91sam9n12_pmc_setup()
H A Dsama5d3.c124 regmap = device_node_to_regmap(np); in sama5d3_pmc_setup()
H A Dpmc.c275 pmcreg = device_node_to_regmap(np); in pmc_register_ops()
H A Dsama5d4.c139 regmap = device_node_to_regmap(np); in sama5d4_pmc_setup()
H A Dat91sam9x5.c149 regmap = device_node_to_regmap(np); in at91sam9x5_pmc_setup()
H A Dsam9x60.c195 regmap = device_node_to_regmap(np); in sam9x60_pmc_setup()
H A Dsama5d2.c165 regmap = device_node_to_regmap(np); in sama5d2_pmc_setup()
H A Dat91sam9260.c351 regmap = device_node_to_regmap(np); in at91sam926x_pmc_setup()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc35 device_node_to_regmap
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Djz4740_wdt.c178 drvdata->map = device_node_to_regmap(dev->parent->of_node); in jz4740_wdt_probe()
/OK3568_Linux_fs/kernel/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c474 cbphy->syscfg = device_node_to_regmap(to_of_node(ref.fwnode)); in intel_cbphy_fwnode_parse()
483 cbphy->hsiocfg = device_node_to_regmap(to_of_node(ref.fwnode)); in intel_cbphy_fwnode_parse()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-ingenic-tcu.c96 map = device_node_to_regmap(np); in ingenic_tcu_irq_init()
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-jz4740.c238 jz4740->map = device_node_to_regmap(dev->parent->of_node); in jz4740_pwm_probe()
/OK3568_Linux_fs/kernel/drivers/clk/ingenic/
H A Dtcu.c337 map = device_node_to_regmap(np); in ingenic_tcu_probe()

12