Searched refs:PTP_ENABLE_PPS (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-mx32/ |
D | ioctl_ptp.c | 78 ioctl(-1, PTP_ENABLE_PPS, 0); in test_no_device() 80 ioctl(-1, PTP_ENABLE_PPS, 1); in test_no_device()
|
/external/strace/tests/ |
D | ioctl_ptp.c | 78 ioctl(-1, PTP_ENABLE_PPS, 0); in test_no_device() 80 ioctl(-1, PTP_ENABLE_PPS, 1); in test_no_device()
|
/external/strace/tests-m32/ |
D | ioctl_ptp.c | 78 ioctl(-1, PTP_ENABLE_PPS, 0); in test_no_device() 80 ioctl(-1, PTP_ENABLE_PPS, 1); in test_no_device()
|
/external/strace/ |
D | ptp.c | 78 case PTP_ENABLE_PPS: in ptp_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptp_clock.h | 206 #define PTP_ENABLE_PPS _IOW(PTP_CLK_MAGIC, 4, int) macro
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 424 if (ioctl(fd, PTP_ENABLE_PPS, enable)) { in main()
|