Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/char/xillybus/
A Dxillybus.h65 int wr_ref_count; member
A Dxillybus_core.c486 channel->wr_ref_count = 0; in xilly_setupchannels()
1492 (channel->wr_ref_count != 0) && in xillybus_open()
1506 if (channel->wr_ref_count == 0) { /* First open of file */ in xillybus_open()
1527 channel->wr_ref_count++; in xillybus_open()
1597 channel->wr_ref_count--; in xillybus_release()
1599 if (channel->wr_ref_count == 0) { in xillybus_release()

Completed in 6 milliseconds