Searched defs:cphy_ops (Results 1 – 1 of 1) sorted by relevance
553 struct cphy_ops { struct554 int (*reset)(struct cphy *phy, int wait);556 int (*intr_enable)(struct cphy *phy);557 int (*intr_disable)(struct cphy *phy);558 int (*intr_clear)(struct cphy *phy);559 int (*intr_handler)(struct cphy *phy);583 const struct cphy_ops *ops; /* PHY operations */ argument