• Home
  • Raw
  • Download

Lines Matching refs:phy_device

45 void phy_print_status(struct phy_device *phydev)  in phy_print_status()
68 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt()
85 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) in phy_config_interrupt()
105 static inline int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done()
211 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings()
239 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset()
285 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_gset()
312 int phy_mii_ioctl(struct phy_device *phydev, in phy_mii_ioctl()
389 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg()
435 void phy_start_machine(struct phy_device *phydev, in phy_start_machine()
451 void phy_stop_machine(struct phy_device *phydev) in phy_stop_machine()
472 static void phy_force_reduction(struct phy_device *phydev) in phy_force_reduction()
500 static void phy_error(struct phy_device *phydev) in phy_error()
517 struct phy_device *phydev = phy_dat; in phy_interrupt()
538 static int phy_enable_interrupts(struct phy_device *phydev) in phy_enable_interrupts()
556 static int phy_disable_interrupts(struct phy_device *phydev) in phy_disable_interrupts()
590 int phy_start_interrupts(struct phy_device *phydev) in phy_start_interrupts()
618 int phy_stop_interrupts(struct phy_device *phydev) in phy_stop_interrupts()
656 struct phy_device *phydev = in phy_change()
657 container_of(work, struct phy_device, phy_queue); in phy_change()
705 void phy_stop(struct phy_device *phydev) in phy_stop()
743 void phy_start(struct phy_device *phydev) in phy_start()
771 struct phy_device *phydev = in phy_state_machine()
772 container_of(dwork, struct phy_device, state_queue); in phy_state_machine()