Lines Matching refs:phy_device
424 int vsc8584_macsec_init(struct phy_device *phydev);
425 void vsc8584_handle_macsec_interrupt(struct phy_device *phydev);
426 void vsc8584_config_macsec_intr(struct phy_device *phydev);
428 static inline int vsc8584_macsec_init(struct phy_device *phydev) in vsc8584_macsec_init()
432 static inline void vsc8584_handle_macsec_interrupt(struct phy_device *phydev) in vsc8584_handle_macsec_interrupt()
435 static inline void vsc8584_config_macsec_intr(struct phy_device *phydev) in vsc8584_config_macsec_intr()
441 void vsc85xx_link_change_notify(struct phy_device *phydev);
442 void vsc8584_config_ts_intr(struct phy_device *phydev);
443 int vsc8584_ptp_init(struct phy_device *phydev);
444 int vsc8584_ptp_probe_once(struct phy_device *phydev);
445 int vsc8584_ptp_probe(struct phy_device *phydev);
446 irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev);
448 static inline void vsc85xx_link_change_notify(struct phy_device *phydev) in vsc85xx_link_change_notify()
451 static inline void vsc8584_config_ts_intr(struct phy_device *phydev) in vsc8584_config_ts_intr()
454 static inline int vsc8584_ptp_init(struct phy_device *phydev) in vsc8584_ptp_init()
458 static inline int vsc8584_ptp_probe_once(struct phy_device *phydev) in vsc8584_ptp_probe_once()
462 static inline int vsc8584_ptp_probe(struct phy_device *phydev) in vsc8584_ptp_probe()
466 static inline irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev) in vsc8584_handle_ts_interrupt()