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