Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_clock.c214 tsevq = list_first_entry(&ptp->tsevqs, struct timestamp_event_queue, in ptp_clock_release()
346 INIT_LIST_HEAD(&ptp->tsevqs); in ptp_clock_register()
352 list_add_tail(&queue->qlist, &ptp->tsevqs); in ptp_clock_register()
549 list_for_each_entry(tsevq, &ptp->tsevqs, qlist) { in ptp_clock_event()
H A Dptp_private.h52 struct list_head tsevqs; /* timestamp fifo list */ member
H A Dptp_sysfs.c83 cnt = list_count_nodes(&ptp->tsevqs); in extts_fifo_show()
88 queue = list_first_entry(&ptp->tsevqs, struct timestamp_event_queue, in extts_fifo_show()
H A Dptp_chardev.c150 list_add_tail(&queue->qlist, &ptp->tsevqs); in ptp_open()