Searched refs:buf_write_count (Results 1 – 5 of 5) sorted by relevance
243 async->buf_write_count = 0; in comedi_buf_reset() 273 return free_end - async->buf_write_count; in comedi_buf_write_n_available() 362 return async->buf_write_alloc_count - async->buf_write_count; in comedi_buf_write_n_allocated() 389 async->buf_write_count += nbytes; in comedi_buf_write_free() 391 comedi_buf_munge(s, async->buf_write_count - async->munge_count); in comedi_buf_write_free()
1185 bi.buf_write_count = async->buf_write_count; in do_bufinfo_ioctl()
257 * @buf_write_count: "Write completed" count (in bytes, modulo 2**32).327 * munge_count, buf_write_count, and buf_write_alloc_count take the345 unsigned int buf_write_count; member 962 return s->async->buf_write_count - s->async->buf_read_count; in comedi_buf_n_bytes_ready()
877 * @buf_write_count: Total amount written, modulo 2^32.893 unsigned int buf_write_count; member
290 count = nbytes - async->buf_write_count; in mite_sync_input_dma()