Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dptp_clock.h18 struct ptp_clock_caps { struct
19 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];
/kernel/linux/linux-6.6/include/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 max_phase_adj; /* Maximum phase adjustment in nanoseconds. */
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dptp_clock.h40 struct ptp_clock_caps { struct
41 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];
/kernel/linux/linux-5.10/include/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. */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dptp_clock.h40 struct ptp_clock_caps { struct
41 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];