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