Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/ptp/
Dptp_clock.c41 static inline int queue_free(struct timestamp_event_queue *q) in queue_free()
46 static void enqueue_external_timestamp(struct timestamp_event_queue *queue, in enqueue_external_timestamp()
192 struct timestamp_event_queue *tsevq; in ptp_clock_release()
201 tsevq = list_first_entry(&ptp->tsevqs, struct timestamp_event_queue, in ptp_clock_release()
244 struct timestamp_event_queue *queue = NULL; in ptp_clock_register()
439 struct timestamp_event_queue *tsevq; in ptp_clock_event()
Dptp_private.h27 struct timestamp_event_queue { struct
88 static inline int queue_cnt(const struct timestamp_event_queue *q) in queue_cnt()
Dptp_chardev.c111 struct timestamp_event_queue *queue; in ptp_open()
145 struct timestamp_event_queue *queue = pccontext->private_clkdata; in ptp_release()
170 struct timestamp_event_queue *tsevq; in ptp_ioctl()
519 struct timestamp_event_queue *queue; in ptp_poll()
537 struct timestamp_event_queue *queue; in ptp_read()
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()