Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/xillybus/
Dxillybus_core.c491 mutex_init(&channel->wr_mutex); in xilly_setupchannels()
711 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_read()
808 mutex_unlock(&channel->wr_mutex); in xillybus_read()
917 mutex_unlock(&channel->wr_mutex); in xillybus_read()
925 &channel->wr_mutex)) in xillybus_read()
960 mutex_unlock(&channel->wr_mutex); in xillybus_read()
996 mutex_unlock(&channel->wr_mutex); in xillybus_read()
1480 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_open()
1556 mutex_unlock(&channel->wr_mutex); in xillybus_open()
1595 mutex_lock(&channel->wr_mutex); in xillybus_release()
[all …]
Dxillybus.h62 struct mutex wr_mutex; member