Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h204 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c302 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
449 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c129 case PTP_CLOCK_GETCAPS: in ptp_ioctl()