rst_ephy 73 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c struct reset_control *rst_ephy; rst_ephy 736 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); rst_ephy 737 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c if (IS_ERR(gmac->rst_ephy)) { rst_ephy 738 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c ret = PTR_ERR(gmac->rst_ephy); rst_ephy 776 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c reset_control_assert(gmac->rst_ephy); rst_ephy 778 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c ret = reset_control_deassert(gmac->rst_ephy); rst_ephy 796 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c reset_control_assert(gmac->rst_ephy); rst_ephy 1000 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c reset_control_put(gmac->rst_ephy);