Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ptp/
Dptp_chardev.c397 #define EXTTS_BUFSIZE (PTP_BUF_TIMESTAMPS * sizeof(struct ptp_extts_event))
404 struct ptp_extts_event *event; in ptp_read()
409 if (cnt % sizeof(struct ptp_extts_event) != 0) in ptp_read()
415 cnt = cnt / sizeof(struct ptp_extts_event); in ptp_read()
451 cnt = cnt * sizeof(struct ptp_extts_event); in ptp_read()
Dptp_private.h23 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
Dptp_sysfs.c67 struct ptp_extts_event event; in extts_fifo_show()
Dptp_clock.c44 struct ptp_extts_event *dst; in enqueue_external_timestamp()
/Linux-v5.4/include/uapi/linux/
Dptp_clock.h199 struct ptp_extts_event { struct
/Linux-v5.4/tools/testing/selftests/ptp/
Dtestptp.c147 struct ptp_extts_event event; in main()