Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_private.h33 struct timestamp_event_queue { struct
94 static inline int queue_cnt(const struct timestamp_event_queue *q) in queue_cnt()
H A Dptp_chardev.c136 struct timestamp_event_queue *queue; in ptp_open()
168 struct timestamp_event_queue *queue = pccontext->private_clkdata; in ptp_release()
482 static long ptp_mask_clear_all(struct timestamp_event_queue *tsevq) in ptp_mask_clear_all()
488 static long ptp_mask_en_single(struct timestamp_event_queue *tsevq, void __user *arg) in ptp_mask_en_single()
584 struct timestamp_event_queue *queue; in ptp_poll()
601 struct timestamp_event_queue *queue; in ptp_read()
H A Dptp_clock.c42 static inline int queue_free(struct timestamp_event_queue *q) in queue_free()
47 static void enqueue_external_timestamp(struct timestamp_event_queue *queue, in enqueue_external_timestamp()
205 struct timestamp_event_queue *tsevq; in ptp_clock_release()
214 tsevq = list_first_entry(&ptp->tsevqs, struct timestamp_event_queue, in ptp_clock_release()
320 struct timestamp_event_queue *queue = NULL; in ptp_clock_register()
536 struct timestamp_event_queue *tsevq; in ptp_clock_event()
H A Dptp_sysfs.c77 struct timestamp_event_queue *queue; in extts_fifo_show()
88 queue = list_first_entry(&ptp->tsevqs, struct timestamp_event_queue, in extts_fifo_show()