Searched refs:munge_ptr (Results 1 – 2 of 2) sorted by relevance
574 if ((int)(async->munge_ptr + block_size - in comedi_buf_munge()576 block_size = async->prealloc_bufsz - async->munge_ptr; in comedi_buf_munge()578 s->munge(s->device, s, async->prealloc_buf + async->munge_ptr, in comedi_buf_munge()587 async->munge_ptr += block_size; in comedi_buf_munge()588 async->munge_ptr %= async->prealloc_bufsz; in comedi_buf_munge()809 async->munge_ptr = 0; in comedi_reset_async_buf()
169 unsigned int munge_ptr; member