Home
last modified time | relevance | path

Searched refs:ptp_extts_event (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_chardev.c441 #define EXTTS_BUFSIZE (PTP_BUF_TIMESTAMPS * sizeof(struct ptp_extts_event))
448 struct ptp_extts_event *event; in ptp_read()
453 if (cnt % sizeof(struct ptp_extts_event) != 0) in ptp_read()
459 cnt = cnt / sizeof(struct ptp_extts_event); in ptp_read()
495 cnt = cnt * sizeof(struct ptp_extts_event); in ptp_read()
H A Dptp_private.h23 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
H A Dptp_sysfs.c67 struct ptp_extts_event event; in extts_fifo_show()
H A Dptp_clock.c44 struct ptp_extts_event *dst; in enqueue_external_timestamp()
/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.h140 struct ptp_extts_event { struct
/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.h140 struct ptp_extts_event { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dptp_clock.h227 struct ptp_extts_event { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c151 struct ptp_extts_event event; in main()