Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ptp/
Dptp_chardev.c317 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
322 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
327 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
333 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
353 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
Dptp_clock.c182 mutex_destroy(&ptp->tsevq_mux); in delete_ptp_clock()
230 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
293 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_register()
Dptp_private.h51 struct mutex tsevq_mux; /* one process at a time reading the fifo */ member
Dptp_sysfs.c87 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in extts_fifo_show()
104 mutex_unlock(&ptp->tsevq_mux); in extts_fifo_show()