summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedidev.h
AgeCommit message (Expand)Author
2014-10-29staging: comedi: comedi_buf: introduce comedi_buf_read_samples()H Hartley Sweeten
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten
2014-10-29staging: comedi: comedidev.h: don't expose COMEDI_CB_* defines to userspaceH Hartley Sweeten
2014-09-19staging: comedi: add comedi_read_array_from_buffer()Ian Abbott
2014-09-19staging: comedi: add comedi_write_array_to_buffer()Ian Abbott
2014-09-19staging: comedi: add comedi_handle_events()Ian Abbott
2014-09-19staging: comedi: add comedi_inc_scan_progress()Ian Abbott
2014-09-19staging: comedi: add comedi_bytes_per_scan()Ian Abbott
2014-09-19staging: comedi: remove comedi_board()Ian Abbott
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten
2014-08-30staging: comedi: add a 'readback' member to comedi_subdeviceH Hartley Sweeten
2014-07-30staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten
2014-07-22staging: comedi: comedidev.h: remove unused callbacks from comedi_subdeviceH Hartley Sweeten
2014-07-18staging: comedi: comedidev.h: checkpatch.pl --strict cleanupH Hartley Sweeten
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten
2014-07-16staging: comedi: comedidev.h: introduce some 'range_is_external' helpersH Hartley Sweeten
2014-07-15staging: comedi: removing not useful `else` after returnKinka Huang
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten
2014-06-20staging: comedi: describe struct comedi_asyncIan Abbott
2014-05-27staging: comedi: remove in_request_moduleIan Abbott
2014-05-23staging: comedi: remove subdevice member of struct comedi_asyncIan 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_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-02-27Staging: comedi: Fix unnecessary space after function pointerMonam Agarwal
2014-02-14staging: comedi: introduce comedi_timeout()H Hartley Sweeten
2014-01-13comedi: Humusoft MF634 and MF624 DAQ cards driverRostislav Lisovy
2013-11-26staging: comedi: remove DPRINTK macroH Hartley Sweeten
2013-11-25staging: comedi: remove comedi_debug module parameterH Hartley Sweeten
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott
2013-11-11staging: comedi: remove comedi_dev_from_minor()Ian Abbott
2013-11-11staging: comedi: add comedi_dev_get_from_minor()Ian Abbott
2013-11-11staging: comedi: add a kref to comedi deviceIan Abbott
2013-11-11staging: comedi: add detachment counter for validity checksIan Abbott
2013-11-11staging: comedi: add rw_semaphore to protect against device detachmentIan Abbott
2013-11-11staging: comedi: add a couple of #includes to comedidev.hIan Abbott
2013-11-11staging: comedi: remove unused command callback supportIan Abbott
2013-10-16staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott
2013-10-07staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott
2013-10-07staging: comedi: remove unused 'channel flags' supportIan Abbott
2013-09-26staging: comedi: core: introduce comedi_chan_range_is_{bi,uni}polar()H Hartley Sweeten
2013-09-25staging: comedi: core: introduce comedi_offset_munge()H Hartley Sweeten
2013-09-17staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten