Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dptp_clock.h87 struct ptp_clock_caps { struct
88 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. */