Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ptp/
Dptp_private.h34 struct timestamp_event_queue { struct
49 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ argument
66 static inline int queue_cnt(struct timestamp_event_queue *q) in queue_cnt()
Dptp_clock.c48 static inline int queue_free(struct timestamp_event_queue *q) in queue_free()
53 static void enqueue_external_timestamp(struct timestamp_event_queue *queue, in enqueue_external_timestamp()
Dptp_chardev.c274 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
Dptp_sysfs.c99 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()