Home
last modified time | relevance | path

Searched refs:rst_hw (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-cadence.c74 struct reset_control *rst_hw; member
469 reset_control_assert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
473 reset_control_deassert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
536 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
537 if (IS_ERR(priv->rst_hw)) { in sdhci_cdns_probe()
538 ret = dev_err_probe(mmc_dev(host->mmc), PTR_ERR(priv->rst_hw), in sdhci_cdns_probe()
542 if (priv->rst_hw) in sdhci_cdns_probe()
H A Duniphier-sd.c73 struct reset_control *rst_hw; member
424 reset_control_assert(priv->rst_hw); in uniphier_sd_hw_reset()
427 reset_control_deassert(priv->rst_hw); in uniphier_sd_hw_reset()
663 priv->rst_hw = devm_reset_control_get_exclusive(dev, "hw"); in uniphier_sd_probe()
664 if (IS_ERR(priv->rst_hw)) { in uniphier_sd_probe()
666 ret = PTR_ERR(priv->rst_hw); in uniphier_sd_probe()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Duniphier-sd.c66 struct reset_control *rst_hw; member
417 reset_control_assert(priv->rst_hw); in uniphier_sd_hw_reset()
420 reset_control_deassert(priv->rst_hw); in uniphier_sd_hw_reset()
595 priv->rst_hw = devm_reset_control_get_exclusive(dev, "hw"); in uniphier_sd_probe()
596 if (IS_ERR(priv->rst_hw)) { in uniphier_sd_probe()
598 ret = PTR_ERR(priv->rst_hw); in uniphier_sd_probe()

Completed in 4 milliseconds