Lines Matching defs:ptp
11 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts)
13 struct ocelot *ocelot = container_of(ptp, struct ocelot, ptp_info);
45 int ocelot_ptp_settime64(struct ptp_clock_info *ptp,
48 struct ocelot *ocelot = container_of(ptp, struct ocelot, ptp_info);
77 int ocelot_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta)
80 struct ocelot *ocelot = container_of(ptp, struct ocelot,
111 ocelot_ptp_gettime64(ptp, &ts);
116 ocelot_ptp_settime64(ptp, &ts);
122 int ocelot_ptp_adjfine(struct ptp_clock_info *ptp, long scaled_ppm)
124 struct ocelot *ocelot = container_of(ptp, struct ocelot, ptp_info);
168 int ocelot_ptp_verify(struct ptp_clock_info *ptp, unsigned int pin,
183 int ocelot_ptp_enable(struct ptp_clock_info *ptp,
186 struct ocelot *ocelot = container_of(ptp, struct ocelot, ptp_info);