Home
last modified time | relevance | path

Searched defs:ptp_clock_caps (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dptp_clock.h94 struct ptp_clock_caps { struct
95 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 …]