Home
last modified time | relevance | path

Searched refs:phy_device (Results 1 – 11 of 11) sorted by relevance

/include/
A Dphy.h61 struct phy_device;
73 struct phy_device *phymap[PHY_MAX_ADDR];
103 int (*probe)(struct phy_device *phydev);
107 int (*config)(struct phy_device *phydev);
110 int (*startup)(struct phy_device *phydev);
113 int (*shutdown)(struct phy_device *phydev);
130 struct phy_device { struct
179 int phy_reset(struct phy_device *phydev); argument
318 int phy_startup(struct phy_device *phydev);
319 int phy_config(struct phy_device *phydev);
[all …]
A Dmicrel.h39 struct phy_device;
40 int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val);
41 int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum);
43 int ksz9031_phy_extended_write(struct phy_device *phydev, int devaddr,
45 int ksz9031_phy_extended_read(struct phy_device *phydev, int devaddr,
47 int ksz9xx1_phy_get_id(struct phy_device *phydev);
A Dmiiphy.h41 struct phy_device *mdio_phydev_for_ethname(const char *devname);
179 struct phy_device *dm_phy_find_by_ofnode(ofnode phynode);
191 struct phy_device *dm_mdio_phy_connect(struct udevice *mdiodev, int phyaddr,
205 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev);
A Dexports.h58 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask);
59 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
A D_exports.h82 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
84 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,
A Dnetdev.h123 struct phy_device;
125 struct mii_dev *bus, struct phy_device *phydev);
A Dtsec.h358 struct phy_device *phydev;
A Dvsc9953.h705 struct phy_device *phydev;
/include/net/
A Ddsa.h75 struct phy_device *phy);
77 struct phy_device *phy);
79 struct phy_device *phy);
97 struct phy_device *phy;
/include/fsl-mc/
A Dldpaa_wriop.h49 struct phy_device *phydev[WRIOP_MAX_PHY_NUM];
64 int wriop_set_phy_dev(int dpmac_id, int phy_num, struct phy_device *phydev);
65 struct phy_device *wriop_get_phy_dev(int dpmac_id, int phy_num);
/include/net/pfe_eth/
A Dpfe_eth.h92 struct phy_device *phydev;

Completed in 17 milliseconds