summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedidev.h
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers: introduce comedi_nsamples_left()H Hartley Sweeten2014-11-071-0/+2
* staging: comedi: drivers: introduce comedi_nscans_left()H Hartley Sweeten2014-11-071-0/+2
* staging: comedi: comedidev.h: remove some #ifdefsIan Abbott2014-11-071-12/+0Star
* staging: comedi: comedidev.h: remove dummy PCI support functionsIan Abbott2014-11-071-26/+0Star
* staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten2014-11-051-0/+2
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-041-6/+0Star
* staging: comedi: introduce some sample size manipulation functionsIan Abbott2014-10-291-4/+59
* staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten2014-10-291-3/+0Star
* staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten2014-10-291-2/+0Star
* staging: comedi: comedi_buf: introduce comedi_buf_write_samples()H Hartley Sweeten2014-10-291-0/+2
* staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to()H Hartley Sweeten2014-10-291-3/+0Star
* staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from()H Hartley Sweeten2014-10-291-2/+1Star
* staging: comedi: comedi_buf: remove comedi_buf_get()H Hartley Sweeten2014-10-291-1/+0Star
* staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer()H Hartley Sweeten2014-10-291-2/+0Star
* staging: comedi: comedi_buf: introduce comedi_buf_read_samples()H Hartley Sweeten2014-10-291-0/+2
* staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten2014-10-291-0/+6
* staging: comedi: comedidev.h: don't expose COMEDI_CB_* defines to userspaceH Hartley Sweeten2014-10-291-0/+16
* staging: comedi: add comedi_read_array_from_buffer()Ian Abbott2014-09-201-0/+2
* staging: comedi: add comedi_write_array_to_buffer()Ian Abbott2014-09-201-0/+3
* staging: comedi: add comedi_handle_events()Ian Abbott2014-09-201-0/+3
* staging: comedi: add comedi_inc_scan_progress()Ian Abbott2014-09-201-0/+2
* staging: comedi: add comedi_bytes_per_scan()Ian Abbott2014-09-201-0/+1
* staging: comedi: remove comedi_board()Ian Abbott2014-09-201-5/+0Star
* staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten2014-08-301-0/+5
* staging: comedi: add a 'readback' member to comedi_subdeviceH Hartley Sweeten2014-08-301-0/+6
* staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten2014-07-311-0/+1
* staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten2014-07-231-2/+1Star
* staging: comedi: comedidev.h: remove unused callbacks from comedi_subdeviceH Hartley Sweeten2014-07-231-3/+0Star
* staging: comedi: comedidev.h: checkpatch.pl --strict cleanupH Hartley Sweeten2014-07-191-2/+3
* staging: comedi: remove comedi_error()H Hartley Sweeten2014-07-181-1/+0Star
* staging: comedi: comedidev.h: introduce some 'range_is_external' helpersH Hartley Sweeten2014-07-161-0/+13
* staging: comedi: removing not useful `else` after returnKinka Huang2014-07-161-2/+2
* staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten2014-06-271-0/+5
* staging: comedi: describe struct comedi_asyncIan Abbott2014-06-201-25/+92
* staging: comedi: remove in_request_moduleIan Abbott2014-05-271-1/+0Star
* staging: comedi: remove subdevice member of struct comedi_asyncIan Abbott2014-05-231-2/+0Star
* staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_memcpy_from()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_memcpy_to()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott2014-05-231-1/+1
* Staging: comedi: Fix unnecessary space after function pointerMonam Agarwal2014-02-271-24/+24
* staging: comedi: introduce comedi_timeout()H Hartley Sweeten2014-02-141-0/+8
* comedi: Humusoft MF634 and MF624 DAQ cards driverRostislav Lisovy2014-01-141-0/+1
* staging: comedi: remove DPRINTK macroH Hartley Sweeten2013-11-261-2/+0Star
* staging: comedi: remove comedi_debug module parameterH Hartley Sweeten2013-11-251-10/+1Star