Searched defs:ptp_clock_info (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | ptp_clock_kernel.h | 138 struct ptp_clock_info { struct 148 int (*adjfine)(struct ptp_clock_info *ptp, long scaled_ppm); argument 149 int (*adjfreq)(struct ptp_clock_info *ptp, s32 delta); argument 150 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase); argument 151 int (*adjtime)(struct ptp_clock_info *ptp, s64 delta); argument 152 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts); argument 153 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts, argument 155 int (*getcrosststamp)(struct ptp_clock_info *ptp, argument 157 int (*settime64)(struct ptp_clock_info *p, const struct timespec64 *ts); argument 158 int (*enable)(struct ptp_clock_info *ptp, argument [all …]
|