Home
last modified time | relevance | path

Searched refs:phy_connect (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-naneng-usb2.c53 struct usb2phy_reg phy_connect; member
202 bool chg_valid, phy_connect; in rockchip_chg_get_type() local
235 phy_connect = in rockchip_chg_get_type()
237 &rphy->phy_cfg->chg_det.phy_connect); in rockchip_chg_get_type()
238 chg_type = (chg_valid << 1) | phy_connect; in rockchip_chg_get_type()
522 .phy_connect = { 0x10248, 13, 13, 0, 1 },
549 .phy_connect = { 0x10248, 29, 29, 0, 1 },
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c92 phy_dev = phy_connect(bgmac->net_dev, bus_id, bgmac_adjust_link, in bcma_phy_connect()
301 bgmac->phy_connect = bcma_phy_connect; in bgmac_probe()
303 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
H A Dbgmac-platform.c236 bgmac->phy_connect = platform_phy_connect; in bgmac_probe()
238 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
H A Dbgmac.h535 int (*phy_connect)(struct bgmac *bgmac); member
614 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h311 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
347 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-usb2.c80 struct usb2phy_reg phy_connect; member
799 bool chg_valid, phy_connect; in rockchip_chg_detect() local
816 phy_connect = in rockchip_chg_detect()
818 &rphy->phy_cfg->chg_det.phy_connect); in rockchip_chg_detect()
819 result = (chg_valid << 1) | phy_connect; in rockchip_chg_detect()
1879 .phy_connect = { 0x10248, 13, 13, 0, 1 },
1909 .phy_connect = { 0x10248, 29, 29, 0, 1 },
/OK3568_Linux_fs/u-boot/net/
H A Dmdio-uclass.c105 return phy_connect(pdata->mii_bus, addr, ethdev, interface); in dm_mdio_phy_connect()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.su
H A Dphy.c872 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect() function
875 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene-v2/
H A Dmdio.c130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dlpc32xx_eth.c579 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RMII); in lpc32xx_eth_phylib_init()
581 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_MII); in lpc32xx_eth_phylib_init()
H A Dbcm-sf2-eth.c53 phydev = phy_connect(miiphy_get_dev_by_name(dev->name), in bcm_sf2_eth_init()
H A Dxilinx_ll_temac.c269 phydev = phy_connect(ll_temac->bus, ll_temac->phyaddr, in ll_temac_phy_init()
H A Dkeystone_net.c726 phy_dev = phy_connect(mdio_bus, eth_priv->phy_addr, in keystone2_emac_initialize()
956 priv->phydev = phy_connect(priv->mdio_bus, priv->phy_addr, in ks2_eth_probe()
H A Dmacb.c502 macb->phydev = phy_connect(macb->bus, macb->phy_addr, dev, in macb_phy_init()
506 macb->phydev = phy_connect(macb->bus, macb->phy_addr, &macb->netdev, in macb_phy_init()
H A Dxilinx_emaclite.c296 phydev = phy_connect(emaclite->bus, emaclite->phyaddr, dev, in setup_phy()
H A Dpic32_eth.c97 priv->phydev = phy_connect(mii, priv->phy_addr, in pic32_phy_init()
H A Dmvgbe.c674 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RGMII); in mvgbe_phylib_init()
H A Dxilinx_axi_emac.c254 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); in axiemac_phy_init()
H A Dsh_eth.c365 phydev = phy_connect( in sh_eth_phy_config()
H A Dzynq_gem.c335 priv->phydev = phy_connect(priv->bus, priv->phyaddr, dev, in zynq_phy_init()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dphy.rst187 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
190 If phy_connect is successful, it will return the pointer. dev, here, is the
198 to phy_connect() such that the underlying PHY driver can check for flags
232 The PHY interface mode supplied in the phy_connect() family of functions
299 either before or after phy_connect() and/or as a result of implementing the
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Ddnet.c268 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
272 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dax88172a.c321 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dlan7x.c213 priv->phydev = phy_connect(priv->mdiobus, dev->phy_id, in lan7x_eth_phylib_connect()

123