Searched refs:phydev (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dphy.h50 * Set phydev->irq to PHY_POLL if interrupts are not supported,
139 * Need to be a little smaller than phydev->dev.bus_id to leave room
251 * whenever called with phydev->autoneg set to AUTONEG_ENABLE.
455 int (*soft_reset)(struct phy_device *phydev);
461 int (*config_init)(struct phy_device *phydev);
467 int (*probe)(struct phy_device *phydev);
470 int (*suspend)(struct phy_device *phydev);
471 int (*resume)(struct phy_device *phydev);
475 * autonegotiation if phydev->autoneg is on,
476 * forces the speed to the current settings in phydev
591 phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) argument
622 phy_read(struct phy_device *phydev, u32 regnum) argument
637 phy_write(struct phy_device *phydev, u32 regnum, u16 val) argument
649 phy_interrupt_is_valid(struct phy_device *phydev) argument
658 phy_is_internal(struct phy_device *phydev) argument
673 phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) argument
725 phy_read_status(struct phy_device *phydev) argument
[all...]
H A Dphy_fixed.h21 extern int fixed_phy_set_link_update(struct phy_device *phydev,
40 static inline int fixed_phy_set_link_update(struct phy_device *phydev, argument
H A Dbrcmphy.h207 static inline int bcm54xx_shadow_read(struct phy_device *phydev, u16 shadow) argument
209 phy_write(phydev, MII_BCM54XX_SHD, MII_BCM54XX_SHD_VAL(shadow));
210 return MII_BCM54XX_SHD_DATA(phy_read(phydev, MII_BCM54XX_SHD));
213 static inline int bcm54xx_shadow_write(struct phy_device *phydev, u16 shadow, argument
216 return phy_write(phydev, MII_BCM54XX_SHD,
H A Dnetdevice.h1441 * @phydev: Physical device may attach itself
1696 struct phy_device *phydev; member in struct:net_device
/include/net/
H A Ddsa.h203 struct phy_device *phydev);
241 struct phy_device *phydev,

Completed in 68 milliseconds