Home
last modified time | relevance | path

Searched refs:bcm_ptp_probe (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-lib.h99 struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev);
103 static inline struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev) in bcm_ptp_probe() function
H A Dbcm-phy-ptp.c911 struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev) in bcm_ptp_probe() function
942 EXPORT_SYMBOL_GPL(bcm_ptp_probe);
H A Dbroadcom.c916 priv->ptp = bcm_ptp_probe(phydev); in bcm54xx_phy_probe()