Searched refs:wr_mutex (Results 1 – 2 of 2) sorted by relevance
455 mutex_init(&channel->wr_mutex); in xilly_setupchannels()676 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_read()775 mutex_unlock(&channel->wr_mutex); in xillybus_read()884 mutex_unlock(&channel->wr_mutex); in xillybus_read()892 &channel->wr_mutex)) in xillybus_read()927 mutex_unlock(&channel->wr_mutex); in xillybus_read()963 mutex_unlock(&channel->wr_mutex); in xillybus_read()1450 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_open()1526 mutex_unlock(&channel->wr_mutex); in xillybus_open()1565 mutex_lock(&channel->wr_mutex); in xillybus_release()[all …]
62 struct mutex wr_mutex; member