aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-0/+12
2013-05-13staging: comedi: complain if dma buffer allocation not supportedIan Abbott1-0/+6
2013-05-13staging: comedi: work without HAS_DMAIan Abbott1-0/+6
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten1-9/+9
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_read_free()H Hartley Sweeten1-4/+2
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_write_free()H Hartley Sweeten1-4/+2
2013-01-17staging: comedi: comedi_buf: remove unreachable dev_warn in comedi_buf_munge()H Hartley Sweeten1-7/+0
2013-01-17staging: comedi: comedi_buf: remove BUG_ON in comedi_buf_munge()H Hartley Sweeten1-1/+0
2013-01-17staging: comedi: comedi_buf: reorder exported function prototypesH Hartley Sweeten1-3/+6
2013-01-17staging: comedi: comedi_buf: don't expose comedi_buf_write_n_allocated()H Hartley Sweeten1-0/+5
2013-01-17staging: comedi: comedi_buf: don't expose comedi_buf_read_n_allocated()H Hartley Sweeten1-0/+5
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_read_free()H Hartley Sweeten1-5/+10
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_read_alloc()H Hartley Sweeten1-6/+12
2013-01-17staging: comedi: comedi_buf: cleanup comedi_buf_read_n_available()H Hartley Sweeten1-4/+7
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_write_free()H Hartley Sweeten1-3/+4
2013-01-17staging: comedi: comedi_buf: cleanup comedi_buf_munge()H Hartley Sweeten1-33/+41
2013-01-17staging: comedi: comedi_buf: remove comedi_buf_write_alloc_strictH Hartley Sweeten1-8/+1
2013-01-17staging: comedi: comedi_buf: factor out common comedi_buf_write_alloc_* codeH Hartley Sweeten1-31/+21
2013-01-17staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten1-1/+1
2013-01-17staging: comedi: comedi_buf: factor out new buffer allocation codeH Hartley Sweeten1-45/+52
2013-01-17staging: comedi: comedi_buf: factor out common code to free the async bufferH Hartley Sweeten1-63/+43
2013-01-17staging: comedi: separate out comedi_buf_* functionsH Hartley Sweeten1-0/+421