[go: nahoru, domu]

Searched refs:buf_write_count (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/comedi/
H A Dcomedi_buf.c231 async->buf_write_count = 0;
335 return async->buf_write_alloc_count - async->buf_write_count;
348 async->buf_write_count += nbytes;
350 comedi_buf_munge(s, async->buf_write_count - async->munge_count);
H A Dcomedidev.h114 * @buf_write_count: "write completed" count (in bytes, modulo 2**32)
178 * munge_count, buf_write_count, and buf_write_alloc_count take the
197 unsigned int buf_write_count; member in struct:comedi_async
412 return s->async->buf_write_count - s->async->buf_read_count;
H A Dcomedi.h493 unsigned int buf_write_count; member in struct:comedi_bufinfo
H A Dcomedi_fops.c980 bi.buf_write_count = 0;
1011 bi.buf_write_count = async->buf_write_count;
/drivers/staging/comedi/drivers/
H A Dmite.c538 count = nbytes - async->buf_write_count;

Completed in 28 milliseconds