Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/xillybus/
Dxillybus_core.c459 channel->rd_host_buf_pos = 0; in xilly_setupchannels()
1024 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1027 new_rd_host_buf_pos = channel->rd_host_buf_pos - in xillybus_myflush()
1092 channel->rd_host_buf_pos = new_rd_host_buf_pos; in xillybus_myflush()
1211 bufpos = channel->rd_host_buf_pos; in xillybus_write()
1226 channel->rd_host_buf_pos += howmany; in xillybus_write()
1234 channel->rd_host_buf_pos = 0; in xillybus_write()
1244 channel->rd_host_buf_pos -= in xillybus_write()
1254 i < channel->rd_host_buf_pos; in xillybus_write()
1333 (channel->rd_host_buf_pos != 0); in xillybus_write()
[all …]
Dxillybus.h74 int rd_host_buf_pos; member