Searched defs:mv88e6xxx_ptp_ops (Results 1 – 1 of 1) sorted by relevance
623 struct mv88e6xxx_ptp_ops { struct624 u64 (*clock_read)(const struct cyclecounter *cc);625 int (*ptp_enable)(struct ptp_clock_info *ptp,627 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,629 void (*event_work)(struct work_struct *ugly);630 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);631 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);632 int (*global_enable)(struct mv88e6xxx_chip *chip);633 int (*global_disable)(struct mv88e6xxx_chip *chip);634 int n_ext_ts;[all …]