Home
last modified time | relevance | path

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

/openbmc/linux/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.c442 return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0; in ptp_poll()
451 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()