Home
last modified time | relevance | path

Searched refs:tsevq (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_private.h37 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ member
H A Dptp_clock.c230 spin_lock_init(&ptp->tsevq.lock); in ptp_clock_register()
332 enqueue_external_timestamp(&ptp->tsevq, event); in ptp_clock_event()
H A Dptp_chardev.c438 return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0; in ptp_poll()
447 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
H A Dptp_sysfs.c66 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_private.h38 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ member
H A Dptp_clock.c232 spin_lock_init(&ptp->tsevq.lock); in ptp_clock_register()
387 enqueue_external_timestamp(&ptp->tsevq, event); in ptp_clock_event()
H A Dptp_chardev.c441 return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0; in ptp_poll()
450 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
H A Dptp_sysfs.c78 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()

Completed in 5 milliseconds