Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ptp/
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()
A Dptp_private.h24 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
A Dptp_clock.c45 struct ptp_extts_event *dst; in enqueue_external_timestamp()
A Dptp_sysfs.c68 struct ptp_extts_event event; in extts_fifo_show()
/linux-6.3-rc2/include/uapi/linux/
A Dptp_clock.h227 struct ptp_extts_event { struct
/linux-6.3-rc2/tools/testing/selftests/ptp/
A Dtestptp.c152 struct ptp_extts_event event; in main()

Completed in 9 milliseconds