Lines Matching defs:phy_rst
73 struct reset_control *phy_rst;
154 err = reset_control_assert(rk_phy->phy_rst);
156 dev_err(&phy->dev, "assert phy_rst err %d\n", err);
188 err = reset_control_deassert(rk_phy->phy_rst);
190 dev_err(&phy->dev, "deassert phy_rst err %d\n", err);
278 reset_control_assert(rk_phy->phy_rst);
302 err = reset_control_assert(rk_phy->phy_rst);
304 dev_err(&phy->dev, "assert phy_rst err %d\n", err);
391 rk_phy->phy_rst = devm_reset_control_get(dev, "phy");
392 if (IS_ERR(rk_phy->phy_rst)) {
393 if (PTR_ERR(rk_phy->phy_rst) != -EPROBE_DEFER)
396 return PTR_ERR(rk_phy->phy_rst);