Lines Matching refs:ptp_ops
497 if (chip->info->ops->ptp_ops->clock_read) in mv88e6xxx_ptp_clock_read()
498 return chip->info->ops->ptp_ops->clock_read(cc); in mv88e6xxx_ptp_clock_read()
521 const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; in mv88e6xxx_ptp_setup() local
539 if (ptp_ops->event_work) in mv88e6xxx_ptp_setup()
540 INIT_DELAYED_WORK(&chip->tai_event_work, ptp_ops->event_work); in mv88e6xxx_ptp_setup()
546 chip->ptp_clock_info.n_ext_ts = ptp_ops->n_ext_ts; in mv88e6xxx_ptp_setup()
565 chip->ptp_clock_info.enable = ptp_ops->ptp_enable; in mv88e6xxx_ptp_setup()
566 chip->ptp_clock_info.verify = ptp_ops->ptp_verify; in mv88e6xxx_ptp_setup()
569 if (ptp_ops->set_ptp_cpu_port) { in mv88e6xxx_ptp_setup()
579 err = ptp_ops->set_ptp_cpu_port(chip, upstream); in mv88e6xxx_ptp_setup()
600 if (chip->info->ops->ptp_ops->event_work) in mv88e6xxx_ptp_free()