Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ptp/
Dptp_chardev.c444 #define EXTTS_BUFSIZE (PTP_BUF_TIMESTAMPS * sizeof(struct ptp_extts_event))
451 struct ptp_extts_event *event; in ptp_read()
456 if (cnt % sizeof(struct ptp_extts_event) != 0) in ptp_read()
462 cnt = cnt / sizeof(struct ptp_extts_event); in ptp_read()
498 cnt = cnt * sizeof(struct ptp_extts_event); in ptp_read()
Dptp_private.h24 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
Dptp_clock.c45 struct ptp_extts_event *dst; in enqueue_external_timestamp()
Dptp_sysfs.c79 struct ptp_extts_event event; in extts_fifo_show()
/Linux-v6.6/include/uapi/linux/
Dptp_clock.h228 struct ptp_extts_event { struct
/Linux-v6.6/tools/testing/selftests/ptp/
Dtestptp.c155 struct ptp_extts_event event; in main()