Searched defs:ptp_clock_caps (Results 1 – 1 of 1) sorted by relevance
97 struct ptp_clock_caps { struct98 int max_adj; /* Maximum frequency adjustment in parts per billon. */99 int n_alarm; /* Number of programmable alarms. */100 int n_ext_ts; /* Number of external time stamp channels. */101 int n_per_out; /* Number of programmable periodic signals. */102 int pps; /* Whether the clock supports a PPS callback. */103 int n_pins; /* Number of input/output pins. */105 int cross_timestamping;107 int adjust_phase;108 int max_phase_adj; /* Maximum phase adjustment in nanoseconds. */[all …]