Searched defs:ptp_clock_caps (Results 1 – 1 of 1) sorted by relevance
94 struct ptp_clock_caps { struct95 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. */[all …]