• Home
  • Raw
  • Download

Lines Matching refs:phy_device

432 u32 vsc85xx_csr_read(struct phy_device *phydev,
435 int vsc85xx_csr_write(struct phy_device *phydev,
438 int phy_base_write(struct phy_device *phydev, u32 regnum, u16 val);
439 int phy_base_read(struct phy_device *phydev, u32 regnum);
440 int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb);
441 int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb);
442 int vsc8584_cmd(struct phy_device *phydev, u16 val);
445 int vsc8584_macsec_init(struct phy_device *phydev);
446 void vsc8584_handle_macsec_interrupt(struct phy_device *phydev);
447 void vsc8584_config_macsec_intr(struct phy_device *phydev);
449 static inline int vsc8584_macsec_init(struct phy_device *phydev) in vsc8584_macsec_init()
453 static inline void vsc8584_handle_macsec_interrupt(struct phy_device *phydev) in vsc8584_handle_macsec_interrupt()
456 static inline void vsc8584_config_macsec_intr(struct phy_device *phydev) in vsc8584_config_macsec_intr()
462 void vsc85xx_link_change_notify(struct phy_device *phydev);
463 void vsc8584_config_ts_intr(struct phy_device *phydev);
464 int vsc8584_ptp_init(struct phy_device *phydev);
465 int vsc8584_ptp_probe_once(struct phy_device *phydev);
466 int vsc8584_ptp_probe(struct phy_device *phydev);
467 irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev);
469 static inline void vsc85xx_link_change_notify(struct phy_device *phydev) in vsc85xx_link_change_notify()
472 static inline void vsc8584_config_ts_intr(struct phy_device *phydev) in vsc8584_config_ts_intr()
475 static inline int vsc8584_ptp_init(struct phy_device *phydev) in vsc8584_ptp_init()
479 static inline int vsc8584_ptp_probe_once(struct phy_device *phydev) in vsc8584_ptp_probe_once()
483 static inline int vsc8584_ptp_probe(struct phy_device *phydev) in vsc8584_ptp_probe()
487 static inline irqreturn_t vsc8584_handle_ts_interrupt(struct phy_device *phydev) in vsc8584_handle_ts_interrupt()