phy_set_mode_ext
rc = phy_set_mode_ext(phy, PHY_MODE_DP,
err = phy_set_mode_ext(bp->phy, PHY_MODE_ETHERNET, bp->phy_interface);
err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface);
return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET,
ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface);
ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface);
err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET,
err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode);
err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET,
err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET,
ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, phy_if);
phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,
phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,
ret = phy_set_mode_ext(imx_pcie->phy, PHY_MODE_PCIE,
ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE,
ret = phy_set_mode_ext(port->phy, PHY_MODE_PCIE, 0);
ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_EP);
ret = phy_set_mode_ext(port->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC);
ret = phy_set_mode_ext(port->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC);
EXPORT_SYMBOL_GPL(phy_set_mode_ext);
return phy_set_mode_ext(phy->repeater, mode, submode);
return phy_set_mode_ext(phy->repeater, mode, submode);
ret = phy_set_mode_ext(phy, mode, host->phy_gear);
phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE);
phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST);
phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE);
int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
phy_set_mode_ext(phy, mode, 0)
phy_set_mode_ext(phy, mode, 0)