• Home
  • Raw
  • Download

Lines Matching defs:phydev

59 static void phy_process_state_change(struct phy_device *phydev,  in phy_process_state_change()
71 static void phy_link_up(struct phy_device *phydev) in phy_link_up()
77 static void phy_link_down(struct phy_device *phydev) in phy_link_down()
83 static const char *phy_pause_str(struct phy_device *phydev) in phy_pause_str()
113 void phy_print_status(struct phy_device *phydev) in phy_print_status()
137 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt()
157 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt()
173 int phy_restart_aneg(struct phy_device *phydev) in phy_restart_aneg()
194 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done()
264 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings()
280 void phy_ethtool_ksettings_get(struct phy_device *phydev, in phy_ethtool_ksettings_get()
316 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) in phy_mii_ioctl()
452 void phy_queue_state_machine(struct phy_device *phydev, unsigned long jiffies) in phy_queue_state_machine()
464 static void phy_trigger_machine(struct phy_device *phydev) in phy_trigger_machine()
469 static void phy_abort_cable_test(struct phy_device *phydev) in phy_abort_cable_test()
486 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) in phy_ethtool_get_strings()
504 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count()
532 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats()
552 int phy_start_cable_test(struct phy_device *phydev, in phy_start_cable_test()
622 int phy_start_cable_test_tdr(struct phy_device *phydev, in phy_start_cable_test_tdr()
686 static int phy_config_aneg(struct phy_device *phydev) in phy_config_aneg()
707 static int phy_check_link_status(struct phy_device *phydev) in phy_check_link_status()
744 static int _phy_start_aneg(struct phy_device *phydev) in _phy_start_aneg()
775 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg()
787 static int phy_poll_aneg_done(struct phy_device *phydev) in phy_poll_aneg_done()
803 int phy_ethtool_ksettings_set(struct phy_device *phydev, in phy_ethtool_ksettings_set()
876 int phy_speed_down(struct phy_device *phydev, bool sync) in phy_speed_down()
909 int phy_speed_up(struct phy_device *phydev) in phy_speed_up()
940 void phy_start_machine(struct phy_device *phydev) in phy_start_machine()
954 void phy_stop_machine(struct phy_device *phydev) in phy_stop_machine()
973 static void phy_error(struct phy_device *phydev) in phy_error()
988 int phy_disable_interrupts(struct phy_device *phydev) in phy_disable_interrupts()
1005 static int phy_did_interrupt(struct phy_device *phydev) in phy_did_interrupt()
1020 static irqreturn_t phy_handle_interrupt(struct phy_device *phydev) in phy_handle_interrupt()
1040 struct phy_device *phydev = phy_dat; in phy_interrupt() local
1065 static int phy_enable_interrupts(struct phy_device *phydev) in phy_enable_interrupts()
1083 void phy_request_interrupt(struct phy_device *phydev) in phy_request_interrupt()
1111 void phy_free_interrupt(struct phy_device *phydev) in phy_free_interrupt()
1122 void phy_stop(struct phy_device *phydev) in phy_stop()
1169 void phy_start(struct phy_device *phydev) in phy_start()
1200 struct phy_device *phydev = in phy_state_machine() local
1283 void phy_mac_interrupt(struct phy_device *phydev) in phy_mac_interrupt()
1324 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee()
1392 int phy_get_eee_err(struct phy_device *phydev) in phy_get_eee_err()
1409 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1448 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
1496 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol()
1511 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_get_wol()
1521 struct phy_device *phydev = ndev->phydev; in phy_ethtool_get_link_ksettings() local
1535 struct phy_device *phydev = ndev->phydev; in phy_ethtool_set_link_ksettings() local
1550 struct phy_device *phydev = ndev->phydev; in phy_ethtool_nway_reset() local