Searched refs:top_rsts (Results 1 – 1 of 1) sorted by relevance
67 struct reset_control *top_rsts; in jh7110_isp_top_rst_init() local70 top_rsts = devm_reset_control_array_get_shared(priv->dev); in jh7110_isp_top_rst_init()71 if (IS_ERR(top_rsts)) in jh7110_isp_top_rst_init()72 return dev_err_probe(priv->dev, PTR_ERR(top_rsts), in jh7110_isp_top_rst_init()75 return reset_control_deassert(top_rsts); in jh7110_isp_top_rst_init()