Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_shared (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/phy/socionext/
H A Dphy-uniphier-pcie.c222 devm_reset_control_get_shared(dev, "gio"); in uniphier_pciephy_probe()
230 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pciephy_probe()
238 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pciephy_probe()
H A Dphy-uniphier-usb3ss.c245 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3ssphy_probe()
254 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3ssphy_probe()
263 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
H A Dphy-uniphier-usb3hs.c353 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3hsphy_probe()
363 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3hsphy_probe()
372 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()
H A Dphy-uniphier-ahci.c260 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe()
264 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_ahciphy_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_compositor.c237 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
242 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Devea.c469 evea->rst = devm_reset_control_get_shared(&pdev->dev, "evea"); in evea_probe()
473 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe()
503 evea->rst_adamv = devm_reset_control_get_shared(&pdev->dev, "adamv"); in evea_probe()
H A Daio-cpu.c650 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c330 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
338 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
H A Dpcie-uniphier.c420 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
H A Dpci-meson.c84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-uniphier-glue.c63 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_glue_reset_probe()
/OK3568_Linux_fs/kernel/drivers/phy/lantiq/
H A Dphy-lantiq-rcu-usb2.c195 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
H A Dphy-lantiq-vrx200-pcie.c455 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Duniphier-sd.c572 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
580 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreset.h373 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
H A Ddwc3-meson-g12a.c745 priv->reset = devm_reset_control_get_shared(dev, NULL); in dwc3_meson_g12a_probe()
/OK3568_Linux_fs/kernel/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c277 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-tegra.c427 tegra->rst = devm_reset_control_get_shared(&pdev->dev, "usb"); in tegra_ehci_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi.c864 sdev->rstc_bus = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_csi_resource_request()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-aspeed.c992 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c1136 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()
H A Dsun4i_tcon.c1146 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()

12