Searched refs:get_phy_device (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/phy/ |
| A D | mdio_bus.c | 691 phydev = get_phy_device(bus, addr, false); in mdiobus_scan() 694 phydev = get_phy_device(bus, addr, true); in mdiobus_scan() 697 phydev = get_phy_device(bus, addr, false); in mdiobus_scan() 699 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
|
| A D | fixed_phy.c | 257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
|
| A D | phy_device.c | 877 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function 909 EXPORT_SYMBOL(get_phy_device);
|
| A D | sfp.c | 1515 phy = get_phy_device(sfp->i2c_mii, SFP_PHY_ADDR, is_c45); in sfp_sm_probe_phy()
|
| /linux/drivers/net/mdio/ |
| A D | fwnode_mdio.c | 104 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
|
| A D | mdio-xgene.c | 267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
| /linux/include/linux/ |
| A D | phy.h | 1424 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); 1456 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_mac.c | 707 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
| /linux/drivers/net/ethernet/socionext/ |
| A D | netsec.c | 1959 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-phy-v2.c | 1024 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|
| /linux/ |
| A D | vmlinux.symvers | 1993 0x00000000 get_phy_device vmlinux EXPORT_SYMBOL
|
| A D | System.map | 35884 ffff8000109494b4 T get_phy_device
|
| A D | .tmp_System.map | 35884 ffff8000109494b4 T get_phy_device
|
Completed in 335 milliseconds