Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ptp/
Dptp_private.h49 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ member
Dptp_chardev.c265 return queue_cnt(&ptp->tsevq) ? POLLIN : 0; in ptp_poll()
274 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
Dptp_clock.c216 spin_lock_init(&ptp->tsevq.lock); in ptp_clock_register()
299 enqueue_external_timestamp(&ptp->tsevq, event); in ptp_clock_event()
Dptp_sysfs.c99 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()