Lines Matching defs:phydev
205 void phy_device_free(struct phy_device *phydev) in phy_device_free()
213 struct phy_device *phydev; in phy_mdio_device_free() local
227 struct phy_device *phydev; in phy_mdio_device_remove() local
238 static bool phy_drv_wol_enabled(struct phy_device *phydev) in phy_drv_wol_enabled()
247 static void phy_link_change(struct phy_device *phydev, bool up) in phy_link_change()
278 static bool phy_uses_state_machine(struct phy_device *phydev) in phy_uses_state_machine()
287 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend()
334 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend() local
366 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume() local
510 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup()
525 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups()
548 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match() local
578 struct phy_device *phydev = to_phy_device(dev); in phy_id_show() local
587 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show() local
603 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show() local
613 struct phy_device *phydev = to_phy_device(dev); in phy_dev_flags_show() local
1009 int phy_device_register(struct phy_device *phydev) in phy_device_register()
1052 void phy_device_remove(struct phy_device *phydev) in phy_device_remove()
1073 int phy_get_c45_ids(struct phy_device *phydev) in phy_get_c45_ids()
1086 struct phy_device *phydev; in phy_find_first() local
1110 static void phy_prepare_link(struct phy_device *phydev, in phy_prepare_link()
1123 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, in phy_connect_direct()
1163 struct phy_device *phydev; in phy_connect() local
1191 void phy_disconnect(struct phy_device *phydev) in phy_disconnect()
1223 static int phy_poll_reset(struct phy_device *phydev) in phy_poll_reset()
1239 int phy_init_hw(struct phy_device *phydev) in phy_init_hw()
1280 void phy_attached_info(struct phy_device *phydev) in phy_attached_info()
1287 char *phy_attached_info_irq(struct phy_device *phydev) in phy_attached_info_irq()
1309 void phy_attached_print(struct phy_device *phydev, const char *fmt, ...) in phy_attached_print()
1331 static void phy_sysfs_create_links(struct phy_device *phydev) in phy_sysfs_create_links()
1363 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show() local
1381 struct phy_device *phydev = upstream; in phy_sfp_connect_phy() local
1403 struct phy_device *phydev = upstream; in phy_sfp_disconnect_phy() local
1420 struct phy_device *phydev = upstream; in phy_sfp_attach() local
1437 struct phy_device *phydev = upstream; in phy_sfp_detach() local
1450 int phy_sfp_probe(struct phy_device *phydev, in phy_sfp_probe()
1490 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct()
1661 struct phy_device *phydev; in phy_attach() local
1687 static bool phy_driver_is_genphy_kind(struct phy_device *phydev, in phy_driver_is_genphy_kind()
1703 bool phy_driver_is_genphy(struct phy_device *phydev) in phy_driver_is_genphy()
1710 bool phy_driver_is_genphy_10g(struct phy_device *phydev) in phy_driver_is_genphy_10g()
1724 void phy_detach(struct phy_device *phydev) in phy_detach()
1792 int phy_suspend(struct phy_device *phydev) in phy_suspend()
1818 int __phy_resume(struct phy_device *phydev) in __phy_resume()
1836 int phy_resume(struct phy_device *phydev) in phy_resume()
1857 int phy_reset_after_clk_enable(struct phy_device *phydev) in phy_reset_after_clk_enable()
1884 static int genphy_config_advert(struct phy_device *phydev, in genphy_config_advert()
1936 static int genphy_c37_config_advert(struct phy_device *phydev) in genphy_c37_config_advert()
1968 int genphy_setup_forced(struct phy_device *phydev) in genphy_setup_forced()
1982 static int genphy_setup_master_slave(struct phy_device *phydev) in genphy_setup_master_slave()
2014 int genphy_read_master_slave(struct phy_device *phydev) in genphy_read_master_slave()
2065 int genphy_restart_aneg(struct phy_device *phydev) in genphy_restart_aneg()
2080 int genphy_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_check_and_restart_aneg()
2112 int __genphy_config_aneg(struct phy_device *phydev, bool changed) in __genphy_config_aneg()
2169 int genphy_c37_config_aneg(struct phy_device *phydev) in genphy_c37_config_aneg()
2216 int genphy_aneg_done(struct phy_device *phydev) in genphy_aneg_done()
2232 int genphy_update_link(struct phy_device *phydev) in genphy_update_link()
2277 int genphy_read_lpa(struct phy_device *phydev) in genphy_read_lpa()
2331 int genphy_read_status_fixed(struct phy_device *phydev) in genphy_read_status_fixed()
2363 int genphy_read_status(struct phy_device *phydev) in genphy_read_status()
2416 int genphy_c37_read_status(struct phy_device *phydev, bool *changed) in genphy_c37_read_status()
2478 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset()
2508 irqreturn_t genphy_handle_interrupt_no_ack(struct phy_device *phydev) in genphy_handle_interrupt_no_ack()
2530 int genphy_read_abilities(struct phy_device *phydev) in genphy_read_abilities()
2593 int genphy_suspend(struct phy_device *phydev) in genphy_suspend()
2599 int genphy_resume(struct phy_device *phydev) in genphy_resume()
2605 int genphy_loopback(struct phy_device *phydev, bool enable, int speed) in genphy_loopback()
2645 void phy_remove_link_mode(struct phy_device *phydev, u32 link_mode) in phy_remove_link_mode()
2667 void phy_advertise_supported(struct phy_device *phydev) in phy_advertise_supported()
2687 void phy_advertise_eee_all(struct phy_device *phydev) in phy_advertise_eee_all()
2713 void phy_support_eee(struct phy_device *phydev) in phy_support_eee()
2728 void phy_disable_eee(struct phy_device *phydev) in phy_disable_eee()
2745 void phy_support_sym_pause(struct phy_device *phydev) in phy_support_sym_pause()
2758 void phy_support_asym_pause(struct phy_device *phydev) in phy_support_asym_pause()
2775 void phy_set_sym_pause(struct phy_device *phydev, bool rx, bool tx, in phy_set_sym_pause()
2799 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause()
2821 bool phy_validate_pause(struct phy_device *phydev, in phy_validate_pause()
2849 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause) in phy_get_pause()
2891 s32 phy_get_internal_delay(struct phy_device *phydev, struct device *dev, in phy_get_internal_delay()
2963 int phy_get_tx_amplitude_gain(struct phy_device *phydev, struct device *dev, in phy_get_tx_amplitude_gain()
2982 struct phy_device *phydev = phyled->phydev; in phy_led_set_brightness() local
2997 struct phy_device *phydev = phyled->phydev; in phy_led_blink_set() local
3012 struct phy_device *phydev = phyled->phydev; in phy_led_hw_control_get_device() local
3024 struct phy_device *phydev = phyled->phydev; in phy_led_hw_control_get() local
3039 struct phy_device *phydev = phyled->phydev; in phy_led_hw_control_set() local
3053 struct phy_device *phydev = phyled->phydev; in phy_led_hw_is_supported() local
3063 static void phy_leds_unregister(struct phy_device *phydev) in phy_leds_unregister()
3073 static int of_phy_led(struct phy_device *phydev, in of_phy_led()
3150 static int of_phy_leds(struct phy_device *phydev) in of_phy_leds()
3282 struct phy_device *phydev = to_phy_device(dev); in phy_probe() local
3405 struct phy_device *phydev = to_phy_device(dev); in phy_remove() local