Lines Matching defs:cphy_ops
69 struct cphy_ops { struct
70 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 *);
105 const struct cphy_ops *ops; /* PHY operations */ argument