Home
last modified time | relevance | path

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

/linux/drivers/comedi/
H A Dcomedi_buf.c255 async->munge_ptr = 0; in comedi_buf_reset()
344 unsigned int page = async->munge_ptr >> PAGE_SHIFT; in comedi_buf_munge()
345 unsigned int offset = offset_in_page(async->munge_ptr); in comedi_buf_munge()
361 async->munge_ptr += block_size; in comedi_buf_munge()
362 if (async->munge_ptr == async->prealloc_bufsz) in comedi_buf_munge()
363 async->munge_ptr = 0; in comedi_buf_munge()
/linux/include/linux/comedi/
H A Dcomedidev.h359 unsigned int munge_ptr; member