Searched defs:cphy_ops (Results 1 – 2 of 2) 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 …]
517 struct cphy_ops { struct518 int (*reset)(struct cphy *phy, int wait);520 int (*intr_enable)(struct cphy *phy);521 int (*intr_disable)(struct cphy *phy);522 int (*intr_clear)(struct cphy *phy);523 int (*intr_handler)(struct cphy *phy);525 int (*autoneg_enable)(struct cphy *phy);526 int (*autoneg_restart)(struct cphy *phy);528 int (*advertise)(struct cphy *phy, unsigned int advertise_map);529 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);[all …]