Lines Matching refs:phy_reset
78 * @phy_reset: phy reset control
92 struct reset_control *phy_reset;
213 ret = reset_control_assert(hsphy->phy_reset);
215 dev_err(&phy->dev, "failed to assert phy_reset, %d\n", ret);
221 ret = reset_control_deassert(hsphy->phy_reset);
223 dev_err(&phy->dev, "failed to de-assert phy_reset, %d\n", ret);
282 reset_control_assert(hsphy->phy_reset);
333 hsphy->phy_reset = devm_reset_control_get_exclusive(&pdev->dev, NULL);
334 if (IS_ERR(hsphy->phy_reset)) {
336 return PTR_ERR(hsphy->phy_reset);