Home
last modified time | relevance | path

Searched refs:wr_mutex (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c469 mutex_init(&channel->wr_mutex); in xilly_setupchannels()
688 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_read()
787 mutex_unlock(&channel->wr_mutex); in xillybus_read()
896 mutex_unlock(&channel->wr_mutex); in xillybus_read()
904 &channel->wr_mutex)) in xillybus_read()
939 mutex_unlock(&channel->wr_mutex); in xillybus_read()
975 mutex_unlock(&channel->wr_mutex); in xillybus_read()
1478 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_open()
1554 mutex_unlock(&channel->wr_mutex); in xillybus_open()
1593 mutex_lock(&channel->wr_mutex); in xillybus_release()
[all …]
Dxillybus.h64 struct mutex wr_mutex; member