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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Ddrivers.c556 BUG_ON((int)(async->munge_count - async->buf_write_count) > 0);
588 BUG_ON((int)(async->munge_count - async->buf_write_count) > 0);
647 if ((int)(async->buf_write_count + nbytes -
651 nbytes = async->buf_write_alloc_count - async->buf_write_count;
653 async->buf_write_count += nbytes;
655 comedi_buf_munge(async, async->buf_write_count - async->munge_count);
796 async->buf_write_count = 0;
H A Dcomedidev.h150 unsigned int buf_write_count; member in struct:comedi_async
426 return async->buf_write_alloc_count - async->buf_write_count;
H A Dcomedi.h440 unsigned int buf_write_count; member in struct:comedi_bufinfo
H A Dcomedi_fops.c585 bi.buf_write_count = 0;
605 && async->buf_write_count == async->buf_read_count) {
617 bi.buf_write_count = async->buf_write_count;
1743 async->buf_read_count - async->buf_write_count == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas6402.c185 if (s->async->buf_write_count >= devpriv->ai_bytes_to_read) {
H A Ddas16m1.c498 return s->async->buf_write_count - s->async->buf_read_count;
H A Dmite.c589 count = nbytes - async->buf_write_count;
H A Dpcl816.c806 return s->async->buf_write_count - s->async->buf_read_count;
H A Ddas1800.c914 return s->async->buf_write_count - s->async->buf_read_count;
H A Dpcl812.c1202 return s->async->buf_write_count - s->async->buf_read_count;
H A Dni_mio_common.c1766 count = s->async->buf_write_count - s->async->buf_read_count;

Completed in 193 milliseconds