Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dptp_clock.h145 #define PTP_MAX_SAMPLES 25 /* Maximum allowed offset measurement samples. */ macro
155 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
177 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];
/linux-6.12.1/tools/testing/selftests/ptp/
Dtestptp.c150 progname, PTP_MAX_SAMPLES); in usage()
271 if (getextended < 1 || getextended > PTP_MAX_SAMPLES) { in main()
274 PTP_MAX_SAMPLES, getextended); in main()
/linux-6.12.1/drivers/ptp/
Dptp_chardev.c362 if (extoff->n_samples > PTP_MAX_SAMPLES || in ptp_ioctl()
394 if (sysoff->n_samples > PTP_MAX_SAMPLES) { in ptp_ioctl()