Searched defs:ptp_clock_caps (Results 1 – 1 of 1) sorted by relevance
48 struct ptp_clock_caps { struct49 int max_adj; /* Maximum frequency adjustment in parts per billon. */50 int n_alarm; /* Number of programmable alarms. */51 int n_ext_ts; /* Number of external time stamp channels. */52 int n_per_out; /* Number of programmable periodic signals. */53 int pps; /* Whether the clock supports a PPS callback. */54 int n_pins; /* Number of input/output pins. */56 int cross_timestamping;57 int rsv[13]; /* Reserved for future use. */