Searched refs:buf_write_ptr (Results 1 – 4 of 4) sorted by relevance
235 async->buf_write_ptr = 0; in comedi_buf_reset()375 async->buf_write_ptr += nbytes; in comedi_buf_write_free()377 if (async->buf_write_ptr >= async->prealloc_bufsz) in comedi_buf_write_free()378 async->buf_write_ptr %= async->prealloc_bufsz; in comedi_buf_write_free()497 unsigned int write_ptr = async->buf_write_ptr; in comedi_buf_memcpy_to()
1128 bi.buf_write_ptr = 0; in do_bufinfo_ioctl()1162 bi.buf_write_ptr = async->buf_write_ptr; in do_bufinfo_ioctl()2393 if (async->buf_write_ptr + m > async->prealloc_bufsz) in comedi_write()2394 m = async->prealloc_bufsz - async->buf_write_ptr; in comedi_write()2424 m = copy_from_user(async->prealloc_buf + async->buf_write_ptr, in comedi_write()
361 unsigned int buf_write_ptr; member
493 unsigned int buf_write_ptr; member