Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c469 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
474 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
479 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
485 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
506 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
H A Dptp_clock.c177 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_release()
239 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
343 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_register()
H A Dptp_private.h39 struct mutex tsevq_mux; /* one process at a time reading the fifo */ member
H A Dptp_sysfs.c86 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in extts_fifo_show()
104 mutex_unlock(&ptp->tsevq_mux); in extts_fifo_show()