| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | regmap.c | 26 map = syscon_get_regmap(dev); in dm_test_regmap_base() 36 map = syscon_get_regmap(dev); in dm_test_regmap_base() 51 map = syscon_get_regmap(dev); in dm_test_regmap_base()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | syscon-uclass.c | 18 struct regmap *syscon_get_regmap(struct udevice *dev) in syscon_get_regmap() function 60 r = syscon_get_regmap(syscon); in syscon_regmap_lookup_by_phandle()
|
| H A D | syscon-uclass.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | syscon.h | 48 struct regmap *syscon_get_regmap(struct udevice *dev);
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-snps-pcie3.c | 237 priv->phy_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe() 254 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe()
|
| H A D | sti_usb_phy.c | 128 priv->regmap = syscon_get_regmap(syscon); in sti_usb_phy_probe()
|
| H A D | phy-rockchip-naneng-combphy.c | 254 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt() 261 priv->phy_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt()
|
| H A D | phy-rockchip-inno-usb2.c | 592 rphy->grf_base = syscon_get_regmap(syscon); in rockchip_usb2phy_probe() 594 rphy->grf_base = syscon_get_regmap(parent); in rockchip_usb2phy_probe() 610 rphy->usbgrf_base = syscon_get_regmap(syscon); in rockchip_usb2phy_probe()
|
| H A D | ti-pipe3-phy.c | 292 regmap = syscon_get_regmap(syscon); in get_reg()
|
| H A D | phy-rockchip-naneng-edp.c | 402 edpphy->grf = syscon_get_regmap(dev); in rockchip_edp_phy_probe()
|
| H A D | phy-rockchip-samsung-hdptx.c | 1064 hdptx->grf = syscon_get_regmap(syscon); in rockchip_hdptx_phy_probe()
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | syscon-uclass.su | |
| /OK3568_Linux_fs/u-boot/drivers/sysreset/ |
| H A D | sysreset_syscon.c | 52 priv->regmap = syscon_get_regmap(syscon); in syscon_reboot_probe()
|
| H A D | sysreset_sti.c | 55 regmap = syscon_get_regmap(syscon); in sti_sysreset_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk_boston.c | 74 state->regmap = syscon_get_regmap(syscon); in clk_boston_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | dwc3-sti-glue.c | 129 regmap = syscon_get_regmap(syscon); in sti_dwc3_glue_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-sti.c | 291 plat->regmap = syscon_get_regmap(syscon); in sti_pinctrl_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip-core.c | 654 regmap = syscon_get_regmap(syscon); 666 regmap = syscon_get_regmap(syscon);
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | sti-reset.c | 215 regmap = syscon_get_regmap(syscon); in sti_reset_get_regmap()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_lvds.c | 201 lvds->grf = syscon_get_regmap(dev_get_parent(dev)); in rockchip_lvds_probe()
|
| H A D | rockchip_rgb.c | 491 rgb->grf = syscon_get_regmap(syscon); in rockchip_rgb_probe()
|
| H A D | samsung_mipi_dcphy.c | 1810 samsung->grf = syscon_get_regmap(syscon); in samsung_mipi_dcphy_probe()
|
| H A D | analogix_dp.c | 1034 dp->grf = syscon_get_regmap(syscon); in analogix_dp_probe()
|
| H A D | dw_mipi_dsi2.c | 1208 dsi2->grf = syscon_get_regmap(syscon); in dw_mipi_dsi2_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | ti_qspi.c | 570 regmap = syscon_get_regmap(syscon); in map_syscon_chipselects()
|