Home
last modified time | relevance | path

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

/linux/drivers/char/xillybus/
H A Dxillybus_core.c492 mutex_init(&channel->rd_mutex); in xilly_setupchannels()
1027 rc = mutex_lock_interruptible(&channel->rd_mutex); in xillybus_myflush()
1169 mutex_unlock(&channel->rd_mutex); in xillybus_myflush()
1218 rc = mutex_lock_interruptible(&channel->rd_mutex); in xillybus_write()
1355 mutex_unlock(&channel->rd_mutex); in xillybus_write()
1392 mutex_unlock(&channel->rd_mutex); in xillybus_write()
1403 mutex_unlock(&channel->rd_mutex); in xillybus_write()
1485 rc = mutex_lock_interruptible(&channel->rd_mutex); in xillybus_open()
1552 mutex_unlock(&channel->rd_mutex); in xillybus_open()
1575 mutex_lock(&channel->rd_mutex); in xillybus_release()
[all …]
H A Dxillybus.h79 struct mutex rd_mutex; member