Lines Matching defs:ptp_clock_caps
94 struct ptp_clock_caps { struct
95 int max_adj; /* Maximum frequency adjustment in parts per billon. */
96 int n_alarm; /* Number of programmable alarms. */
97 int n_ext_ts; /* Number of external time stamp channels. */
98 int n_per_out; /* Number of programmable periodic signals. */
99 int pps; /* Whether the clock supports a PPS callback. */
100 int n_pins; /* Number of input/output pins. */
102 int cross_timestamping;
104 int adjust_phase;
105 int max_phase_adj; /* Maximum phase adjustment in nanoseconds. */
106 int rsv[11]; /* Reserved for future use. */