Home
last modified time | relevance | path

Searched refs:PTP_MAX_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dptp.c107 n_samples = sysoff.n_samples > PTP_MAX_SAMPLES ? in ptp_ioctl()
108 PTP_MAX_SAMPLES : sysoff.n_samples; in ptp_ioctl()
116 if (sysoff.n_samples > PTP_MAX_SAMPLES) in ptp_ioctl()
/external/kernel-headers/original/uapi/linux/
Dptp_clock.h137 #define PTP_MAX_SAMPLES 25 /* Maximum allowed offset measurement samples. */ macro
147 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
157 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];