Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptp_clock.h225 #define PTP_PEROUT_REQUEST2 _IOW(PTP_CLK_MAGIC, 12, struct ptp_perout_request) macro
/linux/drivers/ptp/
H A Dptp_chardev.c244 case PTP_PEROUT_REQUEST2: in ptp_ioctl()
252 if (cmd == PTP_PEROUT_REQUEST2) { in ptp_ioctl()
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c504 if (ioctl(fd, PTP_PEROUT_REQUEST2, &perout_request)) { in main()