summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: Use offset_in_page macroAmitoj Kaur Chawla2017-07-161-1/+1
* staging: comedi: support vm_access_process for mmap'd bufferIan Abbott2017-04-251-0/+24
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* Staging: comedi: comedi_buf: Replace 'unsigned' with 'unsigned int'Leslie Klein2016-03-281-5/+5
* staging: comedi: add new comedi_buf_write_n_available()Ian Abbott2015-10-131-0/+8
* staging: comedi: rename comedi_buf_write_n_availableIan Abbott2015-10-131-6/+5Star
* staging: comedi: comedi_buf.c: document remaining exported functionsIan Abbott2015-09-291-4/+65
* staging: comedi: comedi_buf.c: tweak existing kernel-docIan Abbott2015-09-291-14/+23
* staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten2014-11-051-0/+1
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-041-5/+9
* staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that...H Hartley Sweeten2014-11-041-2/+6
* staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc()H Hartley Sweeten2014-10-291-11/+4Star
* staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer()H Hartley Sweeten2014-10-291-27/+9Star
* staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten2014-10-291-16/+3Star
* staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten2014-10-291-15/+0Star
* staging: comedi: comedi_buf: introduce comedi_buf_write_samples()H Hartley Sweeten2014-10-291-0/+31
* staging: comedi: comedi_buf: comedi_buf_memcpy_from() remove 'offset' paramH Hartley Sweeten2014-10-291-6/+2Star
* staging: comedi: comedi_buf: comedi_buf_memcpy_to() remove 'offset' paramH Hartley Sweeten2014-10-291-6/+2Star
* staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to()H Hartley Sweeten2014-10-291-3/+3
* staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from()H Hartley Sweeten2014-10-291-3/+3
* staging: comedi: comedi_buf: remove comedi_buf_get()H Hartley Sweeten2014-10-291-14/+0Star
* staging: comedi: comedi_buf: make comedi_buf_read_samples() always return ful...H Hartley Sweeten2014-10-291-4/+4
* staging: comedi: comedi_buf: absorb comedi_read_array_from_buffer()H Hartley Sweeten2014-10-291-17/+9Star
* staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer()H Hartley Sweeten2014-10-291-14/+3Star
* staging: comedi: comedi_buf: introduce comedi_buf_read_samples()H Hartley Sweeten2014-10-291-0/+27
* staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2014-09-201-0/+1
* staging: comedi: add comedi_read_array_from_buffer()Ian Abbott2014-09-201-0/+27
* staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2014-09-201-1/+12
* staging: comedi: add comedi_write_array_to_buffer()Ian Abbott2014-09-201-0/+27
* staging: comedi: pass subdevice to comedi_buf_write_n_available()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to __comedi_buf_write_alloc()Ian Abbott2014-05-231-3/+4
* staging: comedi: pass subdevice to comedi_buf_munge()Ian Abbott2014-05-231-3/+3
* staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott2014-05-231-1/+3
* staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott2014-05-231-2/+4
* staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_memcpy_from()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_memcpy_to()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott2014-05-231-1/+2
* staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott2014-04-161-2/+35
* staging: comedi: protect buffer from being freed while mmappedIan Abbott2013-11-121-30/+69
* staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott2013-10-161-4/+4
* staging: comedi: comedi_buf: needs <linux/vmalloc.h>H Hartley Sweeten2013-07-241-0/+2