Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/xillybus/
Dxillybus_core.c484 channel->rd_host_buf_pos = 0; in xilly_setupchannels()
1046 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1049 new_rd_host_buf_pos = channel->rd_host_buf_pos - in xillybus_myflush()
1113 channel->rd_host_buf_pos = new_rd_host_buf_pos; in xillybus_myflush()
1232 bufpos = channel->rd_host_buf_pos; in xillybus_write()
1247 channel->rd_host_buf_pos += howmany; in xillybus_write()
1255 channel->rd_host_buf_pos = 0; in xillybus_write()
1265 channel->rd_host_buf_pos -= in xillybus_write()
1275 i < channel->rd_host_buf_pos; in xillybus_write()
1352 (channel->rd_host_buf_pos != 0); in xillybus_write()
[all …]
Dxillybus.h75 int rd_host_buf_pos; member