Searched refs:syscon_regmap_lookup_by_phandle_args (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | syscon.h | 26 extern struct regmap *syscon_regmap_lookup_by_phandle_args( 54 static inline struct regmap *syscon_regmap_lookup_by_phandle_args( in syscon_regmap_lookup_by_phandle_args() function
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | syscon.h | 26 extern struct regmap *syscon_regmap_lookup_by_phandle_args( 57 static inline struct regmap *syscon_regmap_lookup_by_phandle_args( in syscon_regmap_lookup_by_phandle_args() function
|
/kernel/linux/linux-6.6/drivers/phy/starfive/ |
H A D | phy-jh7110-pcie.c | 158 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in jh7110_pcie_phy_probe() 168 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in jh7110_pcie_phy_probe()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | syscon.c | 233 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np, in syscon_regmap_lookup_by_phandle_args() function 260 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle_args); variable
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | syscon.c | 249 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np, in syscon_regmap_lookup_by_phandle_args() function 276 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle_args); variable
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-starfive.c | 79 regmap = syscon_regmap_lookup_by_phandle_args(dwmac->dev->of_node, in starfive_dwmac_set_mode()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-starfive.c | 121 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in cdns_starfive_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | cal.c | 695 syscon = syscon_regmap_lookup_by_phandle_args(np, "ti,camerrx-control", in cal_init_camerarx_regmap()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/ |
H A D | cal.c | 1100 syscon = syscon_regmap_lookup_by_phandle_args(np, "ti,camerrx-control", in cal_init_camerarx_regmap()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-k210.c | 964 syscon_regmap_lookup_by_phandle_args(np, in k210_fpioa_probe()
|
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | dwc-i2s.c | 897 regmap = syscon_regmap_lookup_by_phandle_args(dev->dev->of_node, in jh7110_i2srx_crg_init()
|
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-pcie.c | 3560 tcsr = syscon_regmap_lookup_by_phandle_args(qmp->dev->of_node, in qmp_pcie_get_4ln_config()
|
Completed in 12 milliseconds