| /Linux-v6.6/include/linux/phy/ | 
| D | phy.h | 231 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode); 233 	phy_set_mode_ext(phy, mode, 0) 355 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode,  in phy_set_mode_ext()  function 364 	phy_set_mode_ext(phy, mode, 0)
  | 
| /Linux-v6.6/drivers/net/ethernet/microchip/lan966x/ | 
| D | lan966x_phylink.c | 34 		err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET,  in lan966x_phylink_mac_prepare()
  | 
| /Linux-v6.6/drivers/pci/controller/dwc/ | 
| D | pcie-armada8k.c | 93 		ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE,  in armada8k_pcie_enable_phys()
  | 
| D | pcie-qcom-ep.c | 323 	ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_EP);  in qcom_pcie_enable_resources()
  | 
| D | pcie-qcom.c | 1173 	ret = phy_set_mode_ext(pcie->phy, PHY_MODE_PCIE, PHY_MODE_PCIE_RC);  in qcom_pcie_host_init()
  | 
| /Linux-v6.6/drivers/phy/qualcomm/ | 
| D | phy-qcom-snps-eusb2.c | 144 	return phy_set_mode_ext(phy->repeater, mode, submode);  in qcom_snps_eusb2_hsphy_set_mode()
  | 
| /Linux-v6.6/drivers/phy/ | 
| D | phy-core.c | 399 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode)  in phy_set_mode_ext()  function 414 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
  | 
| /Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/ | 
| D | dpaa2-mac.c | 188 	err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface);  in dpaa2_mac_config()
  | 
| /Linux-v6.6/Documentation/driver-api/phy/ | 
| D | phy.rst | 154 PHYs. Some PHYs may require :c:func:`phy_set_mode <phy_set_mode_ext>`, while
  | 
| /Linux-v6.6/drivers/usb/gadget/udc/ | 
| D | tegra-xudc.c | 716 	phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,  in tegra_xudc_device_mode_on() 735 	phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE);  in tegra_xudc_device_mode_off() 854 			phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,  in tegra_xudc_plc_reset_work() 856 			phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG,  in tegra_xudc_plc_reset_work()
  | 
| /Linux-v6.6/drivers/net/ethernet/freescale/fman/ | 
| D | fman_memac.c | 692 		return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET,  in memac_prepare()
  | 
| /Linux-v6.6/drivers/net/ethernet/microchip/sparx5/ | 
| D | sparx5_port.c | 720 	err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode);  in sparx5_serdes_set()
  | 
| /Linux-v6.6/drivers/usb/host/ | 
| 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-v6.6/drivers/ufs/host/ | 
| D | ufs-qcom.c | 463 	phy_set_mode_ext(phy, PHY_MODE_UFS_HS_B, host->hs_gear);  in ufs_qcom_power_up_sequence()
  | 
| /Linux-v6.6/drivers/net/ethernet/ti/ | 
| D | cpsw.c | 642 		phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,  in cpsw_slave_open()
  | 
| D | cpsw_new.c | 783 	phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET,  in cpsw_slave_open()
  | 
| D | am65-cpsw-nuss.c | 2087 		ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, port->slave.phy_if);  in am65_cpsw_nuss_init_slave_ports()
  | 
| /Linux-v6.6/drivers/net/ethernet/renesas/ | 
| D | rswitch.c | 1350 	err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET,  in rswitch_serdes_set_params()
  | 
| /Linux-v6.6/drivers/net/ethernet/mscc/ | 
| D | ocelot.c | 839 		err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET,  in ocelot_port_configure_serdes()
  | 
| /Linux-v6.6/drivers/net/ethernet/marvell/ | 
| D | mvneta.c | 3700 	ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface);  in mvneta_comphy_init()
  | 
| /Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/ | 
| D | mvpp2_main.c | 1756 	ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface);  in mvpp22_comphy_init()
  |