Home
last modified time | relevance | path

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

12

/linux/drivers/phy/socionext/
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()
A Dphy-uniphier-usb3ss.c243 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3ssphy_probe()
252 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3ssphy_probe()
261 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
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()
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()
/linux/drivers/gpu/drm/sti/
A Dsti_compositor.c235 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
240 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/linux/sound/soc/uniphier/
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()
A Daio-cpu.c645 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/linux/drivers/pci/controller/dwc/
A Dpcie-uniphier-ep.c295 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
303 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
A Dpcie-uniphier.c377 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
A Dpci-meson.c84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/linux/drivers/phy/st/
A Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/linux/drivers/reset/
A Dreset-uniphier-glue.c63 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_glue_reset_probe()
/linux/drivers/regulator/
A Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/linux/drivers/phy/lantiq/
A Dphy-lantiq-rcu-usb2.c195 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
A Dphy-lantiq-vrx200-pcie.c453 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/linux/drivers/mmc/host/
A Duniphier-sd.c570 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
578 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/linux/Documentation/driver-api/
A Dreset.rst76 the reset control is requested, either via devm_reset_control_get_shared() or
183 devm_reset_control_get_shared().
/linux/drivers/usb/dwc3/
A Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
A Ddwc3-meson-g12a.c745 priv->reset = devm_reset_control_get_shared(dev, NULL); in dwc3_meson_g12a_probe()
/linux/drivers/phy/allwinner/
A Dphy-sun6i-mipi-dphy.c275 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/linux/drivers/usb/chipidea/
A Dci_hdrc_tegra.c102 rst = devm_reset_control_get_shared(dev, "usb"); in tegra_usb_reset_controller()
/linux/include/linux/
A Dreset.h653 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/linux/drivers/iio/adc/
A Daspeed_adc.c546 data->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_adc_probe()
/linux/drivers/media/platform/sunxi/sun6i-csi/
A Dsun6i_csi.c863 sdev->rstc_bus = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_csi_resource_request()
/linux/drivers/i2c/busses/
A Di2c-aspeed.c996 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()

Completed in 67 milliseconds

12