Searched refs:PTP_CLOCK_GETCAPS (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_ptp.c | 65 ioctl(-1, PTP_CLOCK_GETCAPS, NULL); in test_no_device() 67 ioctl(-1, PTP_CLOCK_GETCAPS, caps); in test_no_device()
|
/external/strace/tests-mx32/ |
D | ioctl_ptp.c | 65 ioctl(-1, PTP_CLOCK_GETCAPS, NULL); in test_no_device() 67 ioctl(-1, PTP_CLOCK_GETCAPS, caps); in test_no_device()
|
/external/strace/tests/ |
D | ioctl_ptp.c | 65 ioctl(-1, PTP_CLOCK_GETCAPS, NULL); in test_no_device() 67 ioctl(-1, PTP_CLOCK_GETCAPS, caps); in test_no_device()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptp_clock.h | 140 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 270 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main() 380 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
|
/external/strace/ |
D | ptp.c | 122 case PTP_CLOCK_GETCAPS: { in ptp_ioctl()
|