Searched defs:cphy_ops (Results 1 – 2 of 2) sorted by relevance
69 struct cphy_ops { struct70 void (*destroy)(struct cphy *);71 int (*reset)(struct cphy *, int wait);73 int (*interrupt_enable)(struct cphy *);74 int (*interrupt_disable)(struct cphy *);75 int (*interrupt_clear)(struct cphy *);76 int (*interrupt_handler)(struct cphy *);78 int (*autoneg_enable)(struct cphy *);79 int (*autoneg_disable)(struct cphy *);80 int (*autoneg_restart)(struct cphy *);[all …]
518 struct cphy_ops { struct519 int (*reset)(struct cphy *phy, int wait);521 int (*intr_enable)(struct cphy *phy);522 int (*intr_disable)(struct cphy *phy);523 int (*intr_clear)(struct cphy *phy);524 int (*intr_handler)(struct cphy *phy);526 int (*autoneg_enable)(struct cphy *phy);527 int (*autoneg_restart)(struct cphy *phy);529 int (*advertise)(struct cphy *phy, unsigned int advertise_map);530 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);[all …]