Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
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
Dbcm-phy-ptp.c908 struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev) in bcm_ptp_probe() function
942 EXPORT_SYMBOL_GPL(bcm_ptp_probe);
Dbroadcom.c1140 priv->ptp = bcm_ptp_probe(phydev); in bcm54xx_phy_probe()