Searched defs:ptp_clock_caps (Results 1 – 2 of 2) sorted by relevance
47 struct ptp_clock_caps { struct48 int max_adj; /* Maximum frequency adjustment in parts per billon. */49 int n_alarm; /* Number of programmable alarms. */50 int n_ext_ts; /* Number of external time stamp channels. */51 int n_per_out; /* Number of programmable periodic signals. */52 int pps; /* Whether the clock supports a PPS callback. */53 int rsv[15]; /* Reserved for future use. */
47 struct ptp_clock_caps { struct48 int max_adj; /* Maximum frequency adjustment in parts per billon. */49 int n_alarm; /* Number of programmable alarms. */50 int n_ext_ts; /* Number of external time stamp channels. */51 int n_per_out; /* Number of programmable periodic signals. */52 int pps; /* Whether the clock supports a PPS callback. */53 int n_pins; /* Number of input/output pins. */54 int rsv[14]; /* Reserved for future use. */