Home
last modified time | relevance | path

Searched refs:phy_set_mode_ext (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/include/linux/phy/
Dphy.h229 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
231 phy_set_mode_ext(phy, mode, 0)
352 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function
361 phy_set_mode_ext(phy, mode, 0)
/linux-5.19.10/drivers/net/ethernet/microchip/lan966x/
Dlan966x_phylink.c34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in lan966x_phylink_mac_prepare()
/linux-5.19.10/drivers/pci/controller/dwc/
Dpcie-armada8k.c94 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
/linux-5.19.10/drivers/phy/
Dphy-core.c397 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function
412 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c181 err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface); in dpaa2_mac_config()
/linux-5.19.10/drivers/usb/gadget/udc/
Dtegra-xudc.c715 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
734 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
844 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
846 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c719 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
/linux-5.19.10/drivers/usb/host/
Dxhci-tegra.c1222 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work()
1224 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
/linux-5.19.10/drivers/net/ethernet/ti/
Dcpsw.c642 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
Dcpsw_new.c782 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
Dam65-cpsw-nuss.c593 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, in am65_cpsw_nuss_ndo_slave_open()
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot_net.c1776 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, phy_mode); in ocelot_port_phylink_create()
/linux-5.19.10/drivers/net/ethernet/marvell/
Dmvneta.c3637 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
/linux-5.19.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1756 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()