Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/phy/
A Dphy.h229 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
231 phy_set_mode_ext(phy, mode, 0)
353 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function
362 phy_set_mode_ext(phy, mode, 0)
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_phylink.c34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in lan966x_phylink_mac_prepare()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-armada8k.c93 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
A Dpcie-qcom-ep.c272 ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_EP); in qcom_pcie_enable_resources()
A Dpcie-qcom.c1503 ret = phy_set_mode_ext(pcie->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC); in qcom_pcie_host_init()
/linux-6.3-rc2/drivers/phy/qualcomm/
A Dphy-qcom-snps-eusb2.c143 return phy_set_mode_ext(phy->repeater, mode, submode); in qcom_snps_eusb2_hsphy_set_mode()
/linux-6.3-rc2/drivers/phy/
A 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-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-mac.c182 err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface); in dpaa2_mac_config()
/linux-6.3-rc2/Documentation/driver-api/phy/
A Dphy.rst154 PHYs. Some PHYs may require :c:func:`phy_set_mode <phy_set_mode_ext>`, while
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtegra-xudc.c717 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
736 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
855 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
857 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/
A Dfman_memac.c692 return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET, in memac_prepare()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_port.c720 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-tegra.c1357 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work()
1359 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
/linux-6.3-rc2/drivers/ufs/host/
A Dufs-qcom.c323 phy_set_mode_ext(phy, PHY_MODE_UFS_HS_B, host->hs_gear); in ufs_qcom_power_up_sequence()
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_net.c1780 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, phy_mode); in ocelot_port_phylink_create()
/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw.c642 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
A Dcpsw_new.c782 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
A Dam65-cpsw-nuss.c2048 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, port->slave.phy_if); in am65_cpsw_nuss_init_slave_ports()
/linux-6.3-rc2/drivers/net/ethernet/renesas/
A Drswitch.c1333 err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET, in rswitch_serdes_set_params()
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmvneta.c3637 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c1756 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()

Completed in 95 milliseconds