Searched refs:rst_ref (Results 1 – 2 of 2) sorted by relevance
209 struct reset_control *rst_ref; member430 reset_control_assert(hdmirx_dev->rst_ref); in hdmirx_reset_all()434 reset_control_deassert(hdmirx_dev->rst_ref); in hdmirx_reset_all()3359 hdmirx_dev->rst_ref = devm_reset_control_get(hdmirx_dev->dev, "rst_ref"); in hdmirx_parse_dt()3360 if (IS_ERR(hdmirx_dev->rst_ref)) { in hdmirx_parse_dt()3362 return PTR_ERR(hdmirx_dev->rst_ref); in hdmirx_parse_dt()3527 reset_control_assert(hdmirx_dev->rst_ref); in hdmirx_runtime_resume()3532 reset_control_deassert(hdmirx_dev->rst_ref); in hdmirx_runtime_resume()4413 reset_control_assert(hdmirx_dev->rst_ref); in hdmirx_remove()
512 reset-names = "rst_a", "rst_p", "rst_ref", "rst_biu";