Home
last modified time | relevance | path

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

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