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

/linux-4.1.27/drivers/char/xillybus/
H A Dxillybus.h83 int rd_ref_count; member in struct:xilly_channel
H A Dxillybus_core.c465 channel->rd_ref_count = 0; xilly_setupchannels()
1016 if (!channel->rd_ref_count) xillybus_myflush()
1497 (channel->rd_ref_count != 0) && xillybus_open()
1529 if (channel->rd_ref_count == 0) { /* First open of file */ xillybus_open()
1546 channel->rd_ref_count++; xillybus_open()
1576 channel->rd_ref_count--; xillybus_release()
1578 if (channel->rd_ref_count == 0) { xillybus_release()

Completed in 109 milliseconds