Home
last modified time | relevance | path

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

/drivers/char/xillybus/
Dxillybus_core.c466 mutex_init(&channel->wr_mutex); in xilly_setupchannels()
687 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_read()
786 mutex_unlock(&channel->wr_mutex); in xillybus_read()
895 mutex_unlock(&channel->wr_mutex); in xillybus_read()
903 &channel->wr_mutex)) in xillybus_read()
938 mutex_unlock(&channel->wr_mutex); in xillybus_read()
974 mutex_unlock(&channel->wr_mutex); in xillybus_read()
1477 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_open()
1553 mutex_unlock(&channel->wr_mutex); in xillybus_open()
1592 mutex_lock(&channel->wr_mutex); in xillybus_release()
[all …]
Dxillybus.h61 struct mutex wr_mutex; member