Home
last modified time | relevance | path

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

/linux/include/linux/phy/
H A Dphy.h252 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
254 phy_set_mode_ext(phy, mode, 0)
369 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function
378 phy_set_mode_ext(phy, mode, 0)
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst148 :c:func:`phy_set_mode <phy_set_mode_ext>` 而其他 PHY 可能使用
/linux/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c93 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
H A Dpcie-qcom-ep.c344 ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_EP); in qcom_pcie_enable_resources()
H A Dpci-imx6.c1239 ret = phy_set_mode_ext(imx_pcie->phy, PHY_MODE_PCIE, in imx_pcie_host_init()
H A Dpcie-qcom.c1282 ret = phy_set_mode_ext(port->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC); in qcom_pcie_phy_power_on()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-m31-eusb2.c178 return phy_set_mode_ext(phy->repeater, mode, submode); in m31eusb2_phy_set_mode()
/linux/drivers/phy/
H A Dphy-core.c382 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function
398 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
H A Dphy-snps-eusb2.c186 return phy_set_mode_ext(phy->repeater, mode, submode); in snps_eusb2_hsphy_set_mode()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c717 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
740 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
858 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
860 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c735 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
/linux/drivers/usb/host/
H A Dxhci-tegra.c1363 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work()
1365 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c772 rc = phy_set_mode_ext(phy, PHY_MODE_DP, in msm_dp_init_sub_modules()
/linux/drivers/ufs/host/
H A Dufs-qcom.c522 ret = phy_set_mode_ext(phy, mode, host->phy_gear); in ufs_qcom_power_up_sequence()
/linux/drivers/net/ethernet/mscc/
H A Docelot.c1011 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, in ocelot_port_configure_serdes()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c2965 err = phy_set_mode_ext(bp->phy, PHY_MODE_ETHERNET, bp->phy_interface); in macb_open()