Searched refs:phy_set_mode_ext (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/phy/ |
A D | phy.h | 225 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode); 227 phy_set_mode_ext(phy, mode, 0) 348 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function 357 phy_set_mode_ext(phy, mode, 0)
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-armada8k.c | 94 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
|
/linux/drivers/phy/ |
A 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/drivers/usb/gadget/udc/ |
A 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/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_port.c | 719 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
|
/linux/drivers/usb/host/ |
A D | xhci-tegra.c | 1222 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work() 1224 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot_net.c | 1644 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, phy_mode); in ocelot_port_phylink_create()
|
/linux/drivers/net/ethernet/ti/ |
A D | cpsw.c | 642 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
A D | cpsw_new.c | 782 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
A D | am65-cpsw-nuss.c | 665 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, in am65_cpsw_nuss_ndo_slave_open()
|
/linux/drivers/net/ethernet/marvell/ |
A D | mvneta.c | 3569 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_main.c | 1754 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()
|
/linux/ |
A D | vmlinux.symvers | 7337 0x00000000 phy_set_mode_ext vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 18580 ffff800010512160 T phy_set_mode_ext
|
A D | .tmp_System.map | 18580 ffff800010512160 T phy_set_mode_ext
|
Completed in 1038 milliseconds