Lines Matching refs:lnk_rst
315 struct reset_control *lnk_rst; member
592 ret = reset_control_deassert(ins->lnk_rst); in cdns_sierra_phy_on()
630 return reset_control_assert(ins->lnk_rst); in cdns_sierra_phy_off()
1343 reset_control_deassert(sp->phys[node].lnk_rst); in cdns_sierra_phy_configure_multilink()
1440 sp->phys[node].lnk_rst = in cdns_sierra_phy_probe()
1443 if (IS_ERR(sp->phys[node].lnk_rst)) { in cdns_sierra_phy_probe()
1446 ret = PTR_ERR(sp->phys[node].lnk_rst); in cdns_sierra_phy_probe()
1457 reset_control_put(sp->phys[node].lnk_rst); in cdns_sierra_phy_probe()
1471 reset_control_put(sp->phys[node].lnk_rst); in cdns_sierra_phy_probe()
1505 reset_control_put(sp->phys[node].lnk_rst); in cdns_sierra_phy_probe()
1531 reset_control_assert(phy->phys[i].lnk_rst); in cdns_sierra_phy_remove()
1532 reset_control_put(phy->phys[i].lnk_rst); in cdns_sierra_phy_remove()