Searched refs:phy_set_mode_ext (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET,
/linux-master/include/linux/phy/
H A Dphy.h236 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
238 phy_set_mode_ext(phy, mode, 0)
362 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, function
371 phy_set_mode_ext(phy, mode, 0)
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c93 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE,
H A Dpcie-qcom-ep.c320 ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_EP);
H A Dpcie-qcom.c1228 ret = phy_set_mode_ext(pcie->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c188 err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface);
190 netdev_err(mac->net_dev, "phy_set_mode_ext() = %d\n", err);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-snps-eusb2.c144 return phy_set_mode_ext(phy->repeater, mode, submode);
/linux-master/drivers/phy/
H A Dphy-core.c399 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) function
414 EXPORT_SYMBOL_GPL(phy_set_mode_ext); variable
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c691 return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET,
/linux-master/drivers/usb/gadget/udc/
H A Dtegra-xudc.c716 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
735 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE);
854 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
856 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c720 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode);
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c1357 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST);
1359 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE);
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c382 ret = phy_set_mode_ext(phy, mode, host->phy_gear);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c644 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,
H A Dcpsw_new.c786 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,
H A Dam65-cpsw-nuss.c2159 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, port->slave.phy_if);
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.c1439 err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c839 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET,
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c3700 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1793 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface);

Completed in 242 milliseconds