Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ptp/
Dptp_private.h37 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */ member
Dptp_clock.c220 spin_lock_init(&ptp->tsevq.lock); in ptp_clock_register()
325 enqueue_external_timestamp(&ptp->tsevq, event); in ptp_clock_event()
Dptp_chardev.c394 return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0; in ptp_poll()
403 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read()
Dptp_sysfs.c66 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show()