Searched defs:cphy_ops (Results 1 – 1 of 1) sorted by relevance
59 struct cphy_ops { struct60 void (*destroy)(struct cphy *);61 int (*reset)(struct cphy *, int wait);63 int (*interrupt_enable)(struct cphy *);64 int (*interrupt_disable)(struct cphy *);65 int (*interrupt_clear)(struct cphy *);66 int (*interrupt_handler)(struct cphy *);68 int (*autoneg_enable)(struct cphy *);69 int (*autoneg_disable)(struct cphy *);70 int (*autoneg_restart)(struct cphy *);[all …]