Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillybus.h81 int rd_ref_count; member
Dxillybus_core.c451 channel->rd_ref_count = 0; in xilly_setupchannels()
1004 if (!channel->rd_ref_count) in xillybus_myflush()
1469 (channel->rd_ref_count != 0) && in xillybus_open()
1501 if (channel->rd_ref_count == 0) { /* First open of file */ in xillybus_open()
1518 channel->rd_ref_count++; in xillybus_open()
1548 channel->rd_ref_count--; in xillybus_release()
1550 if (channel->rd_ref_count == 0) { in xillybus_release()