Lines Matching refs:phy_device
416 int vsc8584_macsec_init(struct phy_device *phydev);
417 void vsc8584_handle_macsec_interrupt(struct phy_device *phydev);
418 void vsc8584_config_macsec_intr(struct phy_device *phydev);
420 static inline int vsc8584_macsec_init(struct phy_device *phydev) in vsc8584_macsec_init()
424 static inline void vsc8584_handle_macsec_interrupt(struct phy_device *phydev) in vsc8584_handle_macsec_interrupt()
427 static inline void vsc8584_config_macsec_intr(struct phy_device *phydev) in vsc8584_config_macsec_intr()
433 void vsc85xx_link_change_notify(struct phy_device *phydev);
434 void vsc8584_config_ts_intr(struct phy_device *phydev);
435 int vsc8584_ptp_init(struct phy_device *phydev);
436 int vsc8584_ptp_probe_once(struct phy_device *phydev);
437 int vsc8584_ptp_probe(struct phy_device *phydev);
438 irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev);
440 static inline void vsc85xx_link_change_notify(struct phy_device *phydev) in vsc85xx_link_change_notify()
443 static inline void vsc8584_config_ts_intr(struct phy_device *phydev) in vsc8584_config_ts_intr()
446 static inline int vsc8584_ptp_init(struct phy_device *phydev) in vsc8584_ptp_init()
450 static inline int vsc8584_ptp_probe_once(struct phy_device *phydev) in vsc8584_ptp_probe_once()
454 static inline int vsc8584_ptp_probe(struct phy_device *phydev) in vsc8584_ptp_probe()
458 static inline irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev) in vsc8584_handle_ts_interrupt()