Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillybus_core.c455 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 …]
Dxillybus.h62 struct mutex wr_mutex; member