| /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()
|
| H A D | pcie-qcom.c | 1272 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 D | phy-qcom-m31-eusb2.c | 178 return phy_set_mode_ext(phy->repeater, mode, submode); in m31eusb2_phy_set_mode()
|
| /linux/drivers/phy/ |
| H A D | phy-core.c | 379 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function 395 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
|
| H A D | phy-snps-eusb2.c | 186 return phy_set_mode_ext(phy->repeater, mode, submode); in snps_eusb2_hsphy_set_mode()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 717 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 D | sparx5_port.c | 735 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_memac.c | 693 return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET, in memac_prepare()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-tegra.c | 1363 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/net/ethernet/ti/ |
| H A D | cpsw.c | 669 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
| H A D | cpsw_new.c | 810 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
| H A D | am65-cpsw-nuss.c | 2699 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, phy_if); in am65_cpsw_nuss_init_slave_ports()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rswitch_main.c | 1513 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 | 1011 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, in ocelot_port_configure_serdes()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 3710 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 3061 err = phy_set_mode_ext(bp->phy, PHY_MODE_ETHERNET, bp->phy_interface); in macb_open()
|
| /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()
|