Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dptp_clock.h130 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dptp_clock.h130 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c274 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
390 if (ioctl(fd, PTP_CLOCK_GETCAPS, &caps)) { in main()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dptp_clock.h203 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps) macro
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_chardev.c128 case PTP_CLOCK_GETCAPS: in ptp_ioctl()