Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dioctl_ptp.c65 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/
Dioctl_ptp.c65 ioctl(-1, PTP_CLOCK_GETCAPS, NULL); in test_no_device()
67 ioctl(-1, PTP_CLOCK_GETCAPS, caps); in test_no_device()
/external/strace/tests/
Dioctl_ptp.c65 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/
Dptp_clock.h140 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.c270 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
380 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
/external/strace/
Dptp.c122 case PTP_CLOCK_GETCAPS: { in ptp_ioctl()