Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c462 channel->rd_host_buf_pos = 0; in xilly_setupchannels()
1027 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1030 new_rd_host_buf_pos = channel->rd_host_buf_pos - in xillybus_myflush()
1095 channel->rd_host_buf_pos = new_rd_host_buf_pos; in xillybus_myflush()
1214 bufpos = channel->rd_host_buf_pos; in xillybus_write()
1229 channel->rd_host_buf_pos += howmany; in xillybus_write()
1237 channel->rd_host_buf_pos = 0; in xillybus_write()
1247 channel->rd_host_buf_pos -= in xillybus_write()
1257 i < channel->rd_host_buf_pos; in xillybus_write()
1336 (channel->rd_host_buf_pos != 0); in xillybus_write()
[all …]
Dxillybus.h77 int rd_host_buf_pos; member