| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 53 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 D | bgmac-bcma.c | 92 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 D | bgmac-platform.c | 236 bgmac->phy_connect = platform_phy_connect; in bgmac_probe() 238 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
|
| H A D | bgmac.h | 535 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 D | phy.h | 311 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 D | phy-rockchip-naneng-usb2.c | 80 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 D | mdio-uclass.c | 105 return phy_connect(pdata->mii_bus, addr, ethdev, interface); in dm_mdio_phy_connect()
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.su | |
| H A D | phy.c | 872 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 D | mdio.c | 130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | lpc32xx_eth.c | 579 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 D | bcm-sf2-eth.c | 53 phydev = phy_connect(miiphy_get_dev_by_name(dev->name), in bcm_sf2_eth_init()
|
| H A D | xilinx_ll_temac.c | 269 phydev = phy_connect(ll_temac->bus, ll_temac->phyaddr, in ll_temac_phy_init()
|
| H A D | keystone_net.c | 726 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 D | macb.c | 502 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 D | xilinx_emaclite.c | 296 phydev = phy_connect(emaclite->bus, emaclite->phyaddr, dev, in setup_phy()
|
| H A D | pic32_eth.c | 97 priv->phydev = phy_connect(mii, priv->phy_addr, in pic32_phy_init()
|
| H A D | mvgbe.c | 674 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RGMII); in mvgbe_phylib_init()
|
| H A D | xilinx_axi_emac.c | 254 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); in axiemac_phy_init()
|
| H A D | sh_eth.c | 365 phydev = phy_connect( in sh_eth_phy_config()
|
| H A D | zynq_gem.c | 335 priv->phydev = phy_connect(priv->bus, priv->phyaddr, dev, in zynq_phy_init()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | phy.rst | 187 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 D | dnet.c | 268 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 D | ax88172a.c | 321 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | lan7x.c | 213 priv->phydev = phy_connect(priv->mdiobus, dev->phy_id, in lan7x_eth_phylib_connect()
|