Lines Matching defs:phydev

90 void phy_print_status(struct phy_device *phydev)  in phy_print_status()
113 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt()
128 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) in phy_config_interrupt()
146 static inline int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done()
290 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings()
318 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset()
365 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_gset()
398 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) in phy_mii_ioctl()
481 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg()
523 void phy_start_machine(struct phy_device *phydev) in phy_start_machine()
536 void phy_stop_machine(struct phy_device *phydev) in phy_stop_machine()
555 static void phy_error(struct phy_device *phydev) in phy_error()
572 struct phy_device *phydev = phy_dat; in phy_interrupt() local
594 static int phy_enable_interrupts(struct phy_device *phydev) in phy_enable_interrupts()
608 static int phy_disable_interrupts(struct phy_device *phydev) in phy_disable_interrupts()
640 int phy_start_interrupts(struct phy_device *phydev) in phy_start_interrupts()
659 int phy_stop_interrupts(struct phy_device *phydev) in phy_stop_interrupts()
691 struct phy_device *phydev = in phy_change() local
735 void phy_stop(struct phy_device *phydev) in phy_stop()
772 void phy_start(struct phy_device *phydev) in phy_start()
813 struct phy_device *phydev = in phy_state_machine() local
1005 void phy_mac_interrupt(struct phy_device *phydev, int new_link) in phy_mac_interrupt()
1041 int phy_read_mmd_indirect(struct phy_device *phydev, int prtad, in phy_read_mmd_indirect()
1079 void phy_write_mmd_indirect(struct phy_device *phydev, int prtad, in phy_write_mmd_indirect()
1109 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee()
1188 int phy_get_eee_err(struct phy_device *phydev) in phy_get_eee_err()
1203 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1239 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
1250 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol()
1259 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_get_wol()