aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-07-16staging: comedi: Use offset_in_page macroAmitoj Kaur Chawla1-1/+1
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott1-0/+24
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-03-28Staging: comedi: comedi_buf: Replace 'unsigned' with 'unsigned int'Leslie Klein1-5/+5
2015-10-13staging: comedi: add new comedi_buf_write_n_available()Ian Abbott1-0/+8
2015-10-13staging: comedi: rename comedi_buf_write_n_availableIan Abbott1-6/+5
2015-09-29staging: comedi: comedi_buf.c: document remaining exported functionsIan Abbott1-4/+65
2015-09-29staging: comedi: comedi_buf.c: tweak existing kernel-docIan Abbott1-14/+23
2014-11-05staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten1-0/+1
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-5/+9
2014-11-03staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that fitH Hartley Sweeten1-2/+6
2014-10-29staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc()H Hartley Sweeten1-11/+4
2014-10-29staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer()H Hartley Sweeten1-27/+9
2014-10-29staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten1-16/+3
2014-10-29staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten1-15/+0
2014-10-29staging: comedi: comedi_buf: introduce comedi_buf_write_samples()H Hartley Sweeten1-0/+31
2014-10-29staging: comedi: comedi_buf: comedi_buf_memcpy_from() remove 'offset' paramH Hartley Sweeten1-6/+2
2014-10-29staging: comedi: comedi_buf: comedi_buf_memcpy_to() remove 'offset' paramH Hartley Sweeten1-6/+2
2014-10-29staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to()H Hartley Sweeten1-3/+3
2014-10-29staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from()H Hartley Sweeten1-3/+3
2014-10-29staging: comedi: comedi_buf: remove comedi_buf_get()H Hartley Sweeten1-14/+0
2014-10-29staging: comedi: comedi_buf: make comedi_buf_read_samples() always return full samplesH Hartley Sweeten1-4/+4
2014-10-29staging: comedi: comedi_buf: absorb comedi_read_array_from_buffer()H Hartley Sweeten1-17/+9
2014-10-29staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer()H Hartley Sweeten1-14/+3
2014-10-29staging: comedi: comedi_buf: introduce comedi_buf_read_samples()H Hartley Sweeten1-0/+27
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott1-0/+1
2014-09-19staging: comedi: add comedi_read_array_from_buffer()Ian Abbott1-0/+27
2014-09-19staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott1-1/+12
2014-09-19staging: comedi: add comedi_write_array_to_buffer()Ian Abbott1-0/+27
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_available()Ian Abbott1-2/+3
2014-05-23staging: comedi: pass subdevice to __comedi_buf_write_alloc()Ian Abbott1-3/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_munge()Ian Abbott1-3/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott1-1/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott1-2/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott1-2/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott1-2/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott1-2/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott1-2/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_memcpy_from()Ian Abbott1-1/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_memcpy_to()Ian Abbott1-1/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott1-1/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+2
2014-04-16staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott1-2/+35
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott1-30/+69
2013-10-16staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott1-4/+4
2013-07-24staging: comedi: comedi_buf: needs <linux/vmalloc.h>H Hartley Sweeten1-0/+2