aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: move out of staging directoryGreg Kroah-Hartman2021-04-151-692/+0
* Staging: comedi: remove unnecessary else statementSwen Kalski2021-03-261-26/+26
* staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott2019-06-261-51/+99
* staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott2019-04-191-0/+2
* staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* 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/+5
* 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-031-5/+9
* staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that fitH Hartley Sweeten2014-11-031-2/+6
* staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc()H Hartley Sweeten2014-10-291-11/+4
* staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer()H Hartley Sweeten2014-10-291-27/+9
* staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten2014-10-291-16/+3
* staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten2014-10-291-15/+0
* 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/+2
* staging: comedi: comedi_buf: comedi_buf_memcpy_to() remove 'offset' paramH Hartley Sweeten2014-10-291-6/+2
* 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/+0
* staging: comedi: comedi_buf: make comedi_buf_read_samples() always return full samplesH Hartley Sweeten2014-10-291-4/+4
* staging: comedi: comedi_buf: absorb comedi_read_array_from_buffer()H Hartley Sweeten2014-10-291-17/+9
* staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer()H Hartley Sweeten2014-10-291-14/+3
* 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-191-0/+1
* staging: comedi: add comedi_read_array_from_buffer()Ian Abbott2014-09-191-0/+27
* staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2014-09-191-1/+12
* staging: comedi: add comedi_write_array_to_buffer()Ian Abbott2014-09-191-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