Home
last modified time | relevance | path

Searched refs:timestamp_event_queue (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ptp/
H A Dptp_private.h23 struct timestamp_event_queue { struct
38 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ argument
79 static inline int queue_cnt(const struct timestamp_event_queue *q) in queue_cnt()
H A Dptp_clock.c37 static inline int queue_free(struct timestamp_event_queue *q) in queue_free()
42 static void enqueue_external_timestamp(struct timestamp_event_queue *queue, in enqueue_external_timestamp()
H A Dptp_sysfs.c78 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()
H A Dptp_chardev.c451 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()