Searched refs:PTP_PEROUT_REQUEST (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_ptp.c | 94 ioctl(-1, PTP_PEROUT_REQUEST, NULL); in test_no_device() 96 ioctl(-1, PTP_PEROUT_REQUEST, perout); in test_no_device()
|
/external/strace/tests-mx32/ |
D | ioctl_ptp.c | 94 ioctl(-1, PTP_PEROUT_REQUEST, NULL); in test_no_device() 96 ioctl(-1, PTP_PEROUT_REQUEST, perout); in test_no_device()
|
/external/strace/tests/ |
D | ioctl_ptp.c | 94 ioctl(-1, PTP_PEROUT_REQUEST, NULL); in test_no_device() 96 ioctl(-1, PTP_PEROUT_REQUEST, perout); in test_no_device()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptp_clock.h | 142 #define PTP_PEROUT_REQUEST _IOW(PTP_CLK_MAGIC, 3, struct ptp_perout_request) macro
|
/external/strace/ |
D | ptp.c | 61 case PTP_PEROUT_REQUEST: { in ptp_ioctl()
|
D | ChangeLog | 6642 (ptp_ioctl): Print field names with field values for PTP_PEROUT_REQUEST,
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 450 if (ioctl(fd, PTP_PEROUT_REQUEST, &perout_request)) { in main()
|