Lines Matching refs:phy_reset
119 * @phy_reset: phy reset control
133 struct reset_control *phy_reset;
403 ret = reset_control_assert(hsphy->phy_reset);
405 dev_err(&phy->dev, "failed to assert phy_reset, %d\n", ret);
411 ret = reset_control_deassert(hsphy->phy_reset);
413 dev_err(&phy->dev, "failed to de-assert phy_reset, %d\n", ret);
483 reset_control_assert(hsphy->phy_reset);
587 hsphy->phy_reset = devm_reset_control_get_exclusive(&pdev->dev, NULL);
588 if (IS_ERR(hsphy->phy_reset)) {
590 return PTR_ERR(hsphy->phy_reset);