Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c469 mutex_init(&channel->wr_mutex); in xilly_setupchannels()
690 rc = mutex_lock_interruptible(&channel->wr_mutex); in xillybus_read()
789 mutex_unlock(&channel->wr_mutex); in xillybus_read()
898 mutex_unlock(&channel->wr_mutex); in xillybus_read()
906 &channel->wr_mutex)) in xillybus_read()
941 mutex_unlock(&channel->wr_mutex); in xillybus_read()
977 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.h64 struct mutex wr_mutex; member