Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptp_clock.h68 * flag fields valid for the new PTP_PEROUT_REQUEST2 ioctl.
237 #define PTP_PEROUT_REQUEST2 _IOW(PTP_CLK_MAGIC, 12, struct ptp_perout_request) macro
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c537 if (ioctl(fd, PTP_PEROUT_REQUEST2, &perout_request)) { in main()