Searched refs:devm_reset_control_get (Results 1 – 11 of 11) sorted by relevance
| /drivers/reset/ |
| A D | sandbox-reset-test.c | 35 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 D | reset-uclass.c | 284 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 D | phy-uniphier-usb3.c | 89 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 D | ufs-amd-versal2.c | 318 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 D | sun6i_p2wi.c | 189 reset = devm_reset_control_get(bus, NULL); in sun6i_p2wi_probe()
|
| A D | sun8i_rsb.c | 244 reset = devm_reset_control_get(bus, NULL); in sun8i_rsb_probe()
|
| /drivers/rng/ |
| A D | jh7110_rng.c | 248 pdata->rst = devm_reset_control_get(dev, NULL); in starfive_trng_of_to_plat()
|
| /drivers/net/ |
| A D | hifemac.c | 454 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 D | r8a779f0-ether-serdes.c | 358 dd->reset = devm_reset_control_get(dev, NULL); in r8a779f0_eth_serdes_probe()
|
| /drivers/phy/rockchip/ |
| A D | phy-rockchip-inno-dsidphy.c | 645 inno->rst = devm_reset_control_get(dev, "apb"); in inno_dsidphy_probe()
|
| /drivers/phy/cadence/ |
| A D | phy-cadence-sierra.c | 982 rst = devm_reset_control_get(dev, "sierra_reset"); in cdns_sierra_phy_get_resets()
|
Completed in 33 milliseconds