/linux/include/linux/phy/ |
H A D | phy.h | 236 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, in phy_set_mode_ext() function 371 phy_set_mode_ext(phy, mode, 0)
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_phylink.c | 34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in lan966x_phylink_mac_prepare()
|
/linux/Documentation/translations/zh_CN/driver-api/phy/ |
H A D | phy.rst | 148 :c:func:`phy_set_mode <phy_set_mode_ext>` 而其他 PHY 可能使用
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-armada8k.c | 93 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
|
/linux/drivers/phy/ |
H A D | phy-core.c | 404 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function 419 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-snps-eusb2.c | 144 return phy_set_mode_ext(phy->repeater, mode, submode); in qcom_snps_eusb2_hsphy_set_mode()
|
/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 154 PHYs. Some PHYs may require :c:func:`phy_set_mode <phy_set_mode_ext>`, while
|
/linux/drivers/usb/host/ |
H A D | xhci-tegra.c | 1357 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/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 726 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
|
/linux/drivers/ufs/host/ |
H A D | ufs-qcom.c | 379 ret = phy_set_mode_ext(phy, mode, host->phy_gear); in ufs_qcom_power_up_sequence()
|
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 734 rc = phy_set_mode_ext(phy, PHY_MODE_DP, in msm_dp_init_sub_modules()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_new.c | 786 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
H A D | am65-cpsw-nuss.c | 2709 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, port->slave.phy_if); in am65_cpsw_nuss_init_slave_ports()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1461 err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET, in rswitch_serdes_set_params()
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1005 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, in ocelot_port_configure_serdes()
|
/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3701 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 1793 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()
|