Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ptp/
Dptp_private.h37 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ member
Dptp_clock.c229 spin_lock_init(&ptp->tsevq.lock); in ptp_clock_register()
331 enqueue_external_timestamp(&ptp->tsevq, event); in ptp_clock_event()
Dptp_chardev.c438 return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0; in ptp_poll()
447 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
Dptp_sysfs.c66 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()