Searched refs:wr_mutex (Results 1 – 2 of 2) sorted by relevance
469 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 …]
64 struct mutex wr_mutex; member