Lines Matching defs:phy_rst
73 struct reset_control *phy_rst;
139 err = reset_control_assert(rk_phy->phy_rst);
141 dev_err(&phy->dev, "assert phy_rst err %d\n", err);
173 err = reset_control_deassert(rk_phy->phy_rst);
175 dev_err(&phy->dev, "deassert phy_rst err %d\n", err);
263 reset_control_assert(rk_phy->phy_rst);
287 err = reset_control_assert(rk_phy->phy_rst);
289 dev_err(&phy->dev, "assert phy_rst err %d\n", err);
376 rk_phy->phy_rst = devm_reset_control_get(dev, "phy");
377 if (IS_ERR(rk_phy->phy_rst)) {
378 if (PTR_ERR(rk_phy->phy_rst) != -EPROBE_DEFER)
381 return PTR_ERR(rk_phy->phy_rst);