Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dptp_clock.h120 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/linux-4.1.27/Documentation/ptp/
Dtestptp.c270 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
378 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
/linux-4.1.27/drivers/ptp/
Dptp_chardev.c133 case PTP_CLOCK_GETCAPS: in ptp_ioctl()