Lines Matching defs:cphy_ops
519 struct cphy_ops { struct
520 int (*reset)(struct cphy *phy, int wait);
522 int (*intr_enable)(struct cphy *phy);
523 int (*intr_disable)(struct cphy *phy);
524 int (*intr_clear)(struct cphy *phy);
525 int (*intr_handler)(struct cphy *phy);
527 int (*autoneg_enable)(struct cphy *phy);
528 int (*autoneg_restart)(struct cphy *phy);
530 int (*advertise)(struct cphy *phy, unsigned int advertise_map);
531 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);
532 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
533 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
557 const struct cphy_ops *ops; /* PHY operations */ argument