Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ptp/
Dptp_chardev.c288 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
293 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
298 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
304 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
324 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
Dptp_clock.c182 mutex_destroy(&ptp->tsevq_mux); in delete_ptp_clock()
217 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
264 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_register()
Dptp_private.h50 struct mutex tsevq_mux; /* one process at a time reading the fifo */ member
Dptp_sysfs.c107 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in extts_fifo_show()
124 mutex_unlock(&ptp->tsevq_mux); in extts_fifo_show()