Searched refs:phy_set_mode_ext (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/include/linux/phy/ |
D | phy.h | 215 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode); 217 phy_set_mode_ext(phy, mode, 0) 336 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function 345 phy_set_mode_ext(phy, mode, 0)
|
/Linux-v5.10/drivers/pci/controller/dwc/ |
D | pcie-armada8k.c | 94 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
|
/Linux-v5.10/drivers/phy/ |
D | phy-core.c | 359 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function 374 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
|
/Linux-v5.10/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() 845 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work() 847 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
|
/Linux-v5.10/drivers/usb/host/ |
D | xhci-tegra.c | 1165 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work() 1167 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
|
/Linux-v5.10/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 262 err = phy_set_mode_ext(priv->serdes, PHY_MODE_ETHERNET, in ocelot_port_open()
|
/Linux-v5.10/drivers/net/ethernet/ti/ |
D | cpsw.c | 650 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
D | cpsw_new.c | 789 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
D | am65-cpsw-nuss.c | 649 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, in am65_cpsw_nuss_ndo_slave_open()
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | mvneta.c | 3555 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
|
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 1426 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, in mvpp22_comphy_init()
|