Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ptp/
Dptp_chardev.c461 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
466 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
471 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
477 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
497 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
Dptp_clock.c183 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_release()
230 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
291 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_register()
Dptp_private.h38 struct mutex tsevq_mux; /* one process at a time reading the fifo */ member
Dptp_sysfs.c74 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in extts_fifo_show()
91 mutex_unlock(&ptp->tsevq_mux); in extts_fifo_show()