Searched refs:reset_com (Results 1 – 1 of 1) sorted by relevance
38 struct reset_control *reset_com; member54 if (!priv->reset_com) { in qcom_ssphy_do_reset()60 ret = reset_control_assert(priv->reset_com); in qcom_ssphy_do_reset()74 ret = reset_control_deassert(priv->reset_com); in qcom_ssphy_do_reset()162 priv->reset_com = devm_reset_control_get_optional_exclusive(priv->dev, "com"); in qcom_ssphy_init_reset()163 if (IS_ERR(priv->reset_com)) { in qcom_ssphy_init_reset()165 return PTR_ERR(priv->reset_com); in qcom_ssphy_init_reset()168 if (priv->reset_com) { in qcom_ssphy_init_reset()