Searched defs:ptp_clock_caps (Results 1 – 5 of 5) sorted by relevance
18 struct ptp_clock_caps { struct19 int max_adj;20 int n_alarm;21 int n_ext_ts;22 int n_per_out;23 int pps;24 int n_pins;26 int cross_timestamping;27 int rsv[13];
87 struct ptp_clock_caps { struct88 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. */[all …]
87 struct ptp_clock_caps { struct88 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 rsv[12]; /* Reserved for future use. */
40 struct ptp_clock_caps { struct41 int max_adj;42 int n_alarm;43 int n_ext_ts;44 int n_per_out;45 int pps;46 int n_pins;47 int cross_timestamping;48 int adjust_phase;49 int rsv[12];