Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dptp_clock.h48 struct ptp_clock_caps { struct
49 int max_adj; /* Maximum frequency adjustment in parts per billon. */
50 int n_alarm; /* Number of programmable alarms. */
51 int n_ext_ts; /* Number of external time stamp channels. */
52 int n_per_out; /* Number of programmable periodic signals. */
53 int pps; /* Whether the clock supports a PPS callback. */
54 int n_pins; /* Number of input/output pins. */
56 int cross_timestamping;
57 int rsv[13]; /* Reserved for future use. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dptp_clock.h48 struct ptp_clock_caps { struct
49 int max_adj; /* Maximum frequency adjustment in parts per billon. */
50 int n_alarm; /* Number of programmable alarms. */
51 int n_ext_ts; /* Number of external time stamp channels. */
52 int n_per_out; /* Number of programmable periodic signals. */
53 int pps; /* Whether the clock supports a PPS callback. */
54 int n_pins; /* Number of input/output pins. */
56 int cross_timestamping;
57 int rsv[13]; /* Reserved for future use. */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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. */