phy_device        207 include/linux/brcmphy.h static inline int bcm54xx_shadow_read(struct phy_device *phydev, u16 shadow)
phy_device        213 include/linux/brcmphy.h static inline int bcm54xx_shadow_write(struct phy_device *phydev, u16 shadow,
phy_device         57 include/linux/netdevice.h struct phy_device;
phy_device       1700 include/linux/netdevice.h 	struct phy_device *phydev;
phy_device         17 include/linux/of_mdio.h extern struct phy_device *of_phy_find_device(struct device_node *phy_np);
phy_device         18 include/linux/of_mdio.h extern struct phy_device *of_phy_connect(struct net_device *dev,
phy_device         22 include/linux/of_mdio.h struct phy_device *of_phy_attach(struct net_device *dev,
phy_device         39 include/linux/of_mdio.h static inline struct phy_device *of_phy_find_device(struct device_node *phy_np)
phy_device         44 include/linux/of_mdio.h static inline struct phy_device *of_phy_connect(struct net_device *dev,
phy_device         52 include/linux/of_mdio.h static inline struct phy_device *of_phy_attach(struct net_device *dev,
phy_device        179 include/linux/phy.h 	struct phy_device *phy_map[PHY_MAX_ADDR];
phy_device        208 include/linux/phy.h struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr);
phy_device        423 include/linux/phy.h #define to_phy_device(d) container_of(d, struct phy_device, dev)
phy_device        455 include/linux/phy.h 	int (*soft_reset)(struct phy_device *phydev);
phy_device        461 include/linux/phy.h 	int (*config_init)(struct phy_device *phydev);
phy_device        467 include/linux/phy.h 	int (*probe)(struct phy_device *phydev);
phy_device        470 include/linux/phy.h 	int (*suspend)(struct phy_device *phydev);
phy_device        471 include/linux/phy.h 	int (*resume)(struct phy_device *phydev);
phy_device        479 include/linux/phy.h 	int (*config_aneg)(struct phy_device *phydev);
phy_device        482 include/linux/phy.h 	int (*aneg_done)(struct phy_device *phydev);
phy_device        485 include/linux/phy.h 	int (*read_status)(struct phy_device *phydev);
phy_device        488 include/linux/phy.h 	int (*ack_interrupt)(struct phy_device *phydev);
phy_device        491 include/linux/phy.h 	int (*config_intr)(struct phy_device *phydev);
phy_device        497 include/linux/phy.h 	int (*did_interrupt)(struct phy_device *phydev);
phy_device        500 include/linux/phy.h 	void (*remove)(struct phy_device *phydev);
phy_device        506 include/linux/phy.h 	int (*match_phy_device)(struct phy_device *phydev);
phy_device        509 include/linux/phy.h 	int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti);
phy_device        512 include/linux/phy.h 	int  (*hwtstamp)(struct phy_device *phydev, struct ifreq *ifr);
phy_device        521 include/linux/phy.h 	bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
phy_device        529 include/linux/phy.h 	void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
phy_device        534 include/linux/phy.h 	int (*set_wol)(struct phy_device *dev, struct ethtool_wolinfo *wol);
phy_device        537 include/linux/phy.h 	void (*get_wol)(struct phy_device *dev, struct ethtool_wolinfo *wol);
phy_device        546 include/linux/phy.h 	void (*link_change_notify)(struct phy_device *dev);
phy_device        554 include/linux/phy.h 	int (*read_mmd_indirect)(struct phy_device *dev, int ptrad,
phy_device        563 include/linux/phy.h 	void (*write_mmd_indirect)(struct phy_device *dev, int ptrad,
phy_device        579 include/linux/phy.h 	int (*run)(struct phy_device *phydev);
phy_device        591 include/linux/phy.h static inline int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum)
phy_device        610 include/linux/phy.h int phy_read_mmd_indirect(struct phy_device *phydev, int prtad,
phy_device        622 include/linux/phy.h static inline int phy_read(struct phy_device *phydev, u32 regnum)
phy_device        637 include/linux/phy.h static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val)
phy_device        649 include/linux/phy.h static inline bool phy_interrupt_is_valid(struct phy_device *phydev)
phy_device        658 include/linux/phy.h static inline bool phy_is_internal(struct phy_device *phydev)
phy_device        673 include/linux/phy.h static inline int phy_write_mmd(struct phy_device *phydev, int devad,
phy_device        695 include/linux/phy.h void phy_write_mmd_indirect(struct phy_device *phydev, int prtad,
phy_device        698 include/linux/phy.h struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,
phy_device        701 include/linux/phy.h struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
phy_device        702 include/linux/phy.h int phy_device_register(struct phy_device *phy);
phy_device        703 include/linux/phy.h int phy_init_hw(struct phy_device *phydev);
phy_device        704 include/linux/phy.h int phy_suspend(struct phy_device *phydev);
phy_device        705 include/linux/phy.h int phy_resume(struct phy_device *phydev);
phy_device        706 include/linux/phy.h struct phy_device *phy_attach(struct net_device *dev, const char *bus_id,
phy_device        708 include/linux/phy.h struct phy_device *phy_find_first(struct mii_bus *bus);
phy_device        709 include/linux/phy.h int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,
phy_device        711 include/linux/phy.h int phy_connect_direct(struct net_device *dev, struct phy_device *phydev,
phy_device        714 include/linux/phy.h struct phy_device *phy_connect(struct net_device *dev, const char *bus_id,
phy_device        717 include/linux/phy.h void phy_disconnect(struct phy_device *phydev);
phy_device        718 include/linux/phy.h void phy_detach(struct phy_device *phydev);
phy_device        719 include/linux/phy.h void phy_start(struct phy_device *phydev);
phy_device        720 include/linux/phy.h void phy_stop(struct phy_device *phydev);
phy_device        721 include/linux/phy.h int phy_start_aneg(struct phy_device *phydev);
phy_device        723 include/linux/phy.h int phy_stop_interrupts(struct phy_device *phydev);
phy_device        725 include/linux/phy.h static inline int phy_read_status(struct phy_device *phydev)
phy_device        730 include/linux/phy.h int genphy_config_init(struct phy_device *phydev);
phy_device        731 include/linux/phy.h int genphy_setup_forced(struct phy_device *phydev);
phy_device        732 include/linux/phy.h int genphy_restart_aneg(struct phy_device *phydev);
phy_device        733 include/linux/phy.h int genphy_config_aneg(struct phy_device *phydev);
phy_device        734 include/linux/phy.h int genphy_aneg_done(struct phy_device *phydev);
phy_device        735 include/linux/phy.h int genphy_update_link(struct phy_device *phydev);
phy_device        736 include/linux/phy.h int genphy_read_status(struct phy_device *phydev);
phy_device        737 include/linux/phy.h int genphy_suspend(struct phy_device *phydev);
phy_device        738 include/linux/phy.h int genphy_resume(struct phy_device *phydev);
phy_device        739 include/linux/phy.h int genphy_soft_reset(struct phy_device *phydev);
phy_device        746 include/linux/phy.h void phy_mac_interrupt(struct phy_device *phydev, int new_link);
phy_device        747 include/linux/phy.h void phy_start_machine(struct phy_device *phydev);
phy_device        748 include/linux/phy.h void phy_stop_machine(struct phy_device *phydev);
phy_device        749 include/linux/phy.h int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
phy_device        750 include/linux/phy.h int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
phy_device        751 include/linux/phy.h int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd);
phy_device        752 include/linux/phy.h int phy_start_interrupts(struct phy_device *phydev);
phy_device        753 include/linux/phy.h void phy_print_status(struct phy_device *phydev);
phy_device        754 include/linux/phy.h void phy_device_free(struct phy_device *phydev);
phy_device        757 include/linux/phy.h 		       int (*run)(struct phy_device *));
phy_device        759 include/linux/phy.h 			      int (*run)(struct phy_device *));
phy_device        761 include/linux/phy.h 			       int (*run)(struct phy_device *));
phy_device        763 include/linux/phy.h int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
phy_device        764 include/linux/phy.h int phy_get_eee_err(struct phy_device *phydev);
phy_device        765 include/linux/phy.h int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
phy_device        766 include/linux/phy.h int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
phy_device        767 include/linux/phy.h int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
phy_device        768 include/linux/phy.h void phy_ethtool_get_wol(struct phy_device *phydev,
phy_device         17 include/linux/phy_fixed.h extern struct phy_device *fixed_phy_register(unsigned int irq,
phy_device         21 include/linux/phy_fixed.h extern int fixed_phy_set_link_update(struct phy_device *phydev,
phy_device         30 include/linux/phy_fixed.h static inline struct phy_device *fixed_phy_register(unsigned int irq,
phy_device         40 include/linux/phy_fixed.h static inline int fixed_phy_set_link_update(struct phy_device *phydev,
phy_device        203 include/net/dsa.h 				struct phy_device *phydev);
phy_device        233 include/net/dsa.h 			       struct phy_device *phy);
phy_device        235 include/net/dsa.h 				struct phy_device *phy);
phy_device        241 include/net/dsa.h 			   struct phy_device *phydev,