Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_core.c491 mutex_init(&channel->wr_mutex); in xilly_setupchannels()
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()
1556 mutex_unlock(&channel->wr_mutex); in xillybus_open()
1595 mutex_lock(&channel->wr_mutex); in xillybus_release()
1659 mutex_unlock(&channel->wr_mutex); in xillybus_release()
1681 mutex_lock(&channel->wr_mutex); in xillybus_llseek()
[all …]
H A Dxillybus.h62 struct mutex wr_mutex; member