Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/uniphier/
Devea.c49 struct reset_control *rst, *rst_exiv, *rst_adamv; member
333 reset_control_assert(evea->rst_exiv); in evea_codec_suspend()
359 ret = reset_control_deassert(evea->rst_exiv); in evea_codec_resume()
373 reset_control_assert(evea->rst_exiv); in evea_codec_resume()
472 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe()
473 if (IS_ERR(evea->rst_exiv)) in evea_probe()
474 return PTR_ERR(evea->rst_exiv); in evea_probe()
497 ret = reset_control_deassert(evea->rst_exiv); in evea_probe()
525 reset_control_assert(evea->rst_exiv); in evea_probe()
544 reset_control_assert(evea->rst_exiv); in evea_remove()