Home
last modified time | relevance | path

Searched refs:devm_reset_control_get (Results 1 – 11 of 11) sorted by relevance

/drivers/reset/
A Dsandbox-reset-test.c35 r = devm_reset_control_get(dev, "not-a-valid-reset-ctl"); in sandbox_reset_test_get_devm()
43 sbrt->ctlp = devm_reset_control_get(dev, "test"); in sandbox_reset_test_get_devm()
A Dreset-uclass.c284 struct reset_ctl *devm_reset_control_get(struct udevice *dev, const char *id) in devm_reset_control_get() function
305 struct reset_ctl *r = devm_reset_control_get(dev, id); in devm_reset_control_get_optional()
/drivers/phy/socionext/
A Dphy-uniphier-usb3.c89 priv->rst_link = devm_reset_control_get(dev, "link"); in uniphier_usb3phy_probe()
95 priv->rst_phy = devm_reset_control_get(dev, "phy"); in uniphier_usb3phy_probe()
/drivers/ufs/
A Dufs-amd-versal2.c318 priv->rstc = devm_reset_control_get(hba->dev, "ufshc-rst"); in ufs_versal2_init()
323 priv->rstphy = devm_reset_control_get(hba->dev, "ufsphy-rst"); in ufs_versal2_init()
/drivers/i2c/
A Dsun6i_p2wi.c189 reset = devm_reset_control_get(bus, NULL); in sun6i_p2wi_probe()
A Dsun8i_rsb.c244 reset = devm_reset_control_get(bus, NULL); in sun8i_rsb_probe()
/drivers/rng/
A Djh7110_rng.c248 pdata->rst = devm_reset_control_get(dev, NULL); in starfive_trng_of_to_plat()
/drivers/net/
A Dhifemac.c454 priv->mac_rst = devm_reset_control_get(dev, "mac"); in hisi_femac_of_to_plat()
460 priv->phy_rst = devm_reset_control_get(dev, "phy"); in hisi_femac_of_to_plat()
/drivers/phy/renesas/
A Dr8a779f0-ether-serdes.c358 dd->reset = devm_reset_control_get(dev, NULL); in r8a779f0_eth_serdes_probe()
/drivers/phy/rockchip/
A Dphy-rockchip-inno-dsidphy.c645 inno->rst = devm_reset_control_get(dev, "apb"); in inno_dsidphy_probe()
/drivers/phy/cadence/
A Dphy-cadence-sierra.c982 rst = devm_reset_control_get(dev, "sierra_reset"); in cdns_sierra_phy_get_resets()

Completed in 33 milliseconds