Lines Matching defs:ptp

1532 static long idtcm_work_handler(struct ptp_clock_info *ptp)
1534 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1702 static s32 idtcm_getmaxphase(struct ptp_clock_info *ptp __always_unused)
1784 static int idtcm_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts)
1786 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1801 static int idtcm_settime_deprecated(struct ptp_clock_info *ptp,
1804 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1819 static int idtcm_settime(struct ptp_clock_info *ptp,
1822 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1837 static int idtcm_adjtime_deprecated(struct ptp_clock_info *ptp, s64 delta)
1839 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1854 static int idtcm_adjtime(struct ptp_clock_info *ptp, s64 delta)
1856 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1889 static int idtcm_adjphase(struct ptp_clock_info *ptp, s32 delta)
1891 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1906 static int idtcm_adjfine(struct ptp_clock_info *ptp, long scaled_ppm)
1908 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
1931 static int idtcm_enable(struct ptp_clock_info *ptp,
1934 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps);
2024 static int idtcm_verify_pin(struct ptp_clock_info *ptp, unsigned int pin,
2297 dev_info(idtcm->dev, "PLL%d registered as ptp%d",