Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Duniphier-sd.c66 struct reset_control *rst_hw; member
415 reset_control_assert(priv->rst_hw); in uniphier_sd_hw_reset()
418 reset_control_deassert(priv->rst_hw); in uniphier_sd_hw_reset()
594 priv->rst_hw = devm_reset_control_get_exclusive(dev, "hw"); in uniphier_sd_probe()
595 if (IS_ERR(priv->rst_hw)) { in uniphier_sd_probe()
597 ret = PTR_ERR(priv->rst_hw); in uniphier_sd_probe()