Searched refs:rst_p (Results 1 – 2 of 2) sorted by relevance
208 struct reset_control *rst_p; member429 reset_control_assert(hdmirx_dev->rst_p); in hdmirx_reset_all()433 reset_control_deassert(hdmirx_dev->rst_p); in hdmirx_reset_all()3353 hdmirx_dev->rst_p = devm_reset_control_get(hdmirx_dev->dev, "rst_p"); in hdmirx_parse_dt()3354 if (IS_ERR(hdmirx_dev->rst_p)) { in hdmirx_parse_dt()3356 return PTR_ERR(hdmirx_dev->rst_p); in hdmirx_parse_dt()3526 reset_control_assert(hdmirx_dev->rst_p); in hdmirx_runtime_resume()3531 reset_control_deassert(hdmirx_dev->rst_p); in hdmirx_runtime_resume()4412 reset_control_assert(hdmirx_dev->rst_p); in hdmirx_remove()
512 reset-names = "rst_a", "rst_p", "rst_ref", "rst_biu";