Searched refs:phy_device (Results 1 – 11 of 11) sorted by relevance
| /include/ |
| A D | phy.h | 61 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 D | micrel.h | 39 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 D | miiphy.h | 41 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 D | exports.h | 58 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.h | 82 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask, 84 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,
|
| A D | netdev.h | 123 struct phy_device; 125 struct mii_dev *bus, struct phy_device *phydev);
|
| A D | tsec.h | 358 struct phy_device *phydev;
|
| A D | vsc9953.h | 705 struct phy_device *phydev;
|
| /include/net/ |
| A D | dsa.h | 75 struct phy_device *phy); 77 struct phy_device *phy); 79 struct phy_device *phy); 97 struct phy_device *phy;
|
| /include/fsl-mc/ |
| A D | ldpaa_wriop.h | 49 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 D | pfe_eth.h | 92 struct phy_device *phydev;
|
Completed in 17 milliseconds