Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ptp/
Dptp_chardev.c268 #define EXTTS_BUFSIZE (PTP_BUF_TIMESTAMPS * sizeof(struct ptp_extts_event))
275 struct ptp_extts_event *event; in ptp_read()
280 if (cnt % sizeof(struct ptp_extts_event) != 0) in ptp_read()
286 cnt = cnt / sizeof(struct ptp_extts_event); in ptp_read()
322 cnt = cnt * sizeof(struct ptp_extts_event); in ptp_read()
Dptp_private.h35 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
Dptp_clock.c56 struct ptp_extts_event *dst; in enqueue_external_timestamp()
Dptp_sysfs.c100 struct ptp_extts_event event; in extts_fifo_show()
/linux-4.1.27/include/uapi/linux/
Dptp_clock.h128 struct ptp_extts_event { struct
/linux-4.1.27/Documentation/ptp/
Dtestptp.c146 struct ptp_extts_event event; in main()