Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ptp/
Dptp_chardev.c417 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
422 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
427 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
433 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
453 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
Dptp_clock.c173 mutex_destroy(&ptp->tsevq_mux); in delete_ptp_clock()
221 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
283 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()