summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedidev.h
AgeCommit message (Expand)Author
2019-04-03staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott
2016-03-29Staging: comedi: Fix 'unsigned' warning styleAniket Sharma
2015-10-13staging: comedi: comedidev.h: spaces preferred around that '*'Ian Abbott
2015-10-13staging: comedi: comedidev.h: add comments to spin-lock and mutexIan Abbott
2015-09-29staging: comedi: comedidev.h: document remaining inline functionsIan Abbott
2015-09-29staging: comedi: comedidev.h: tweak docs for inline functionsIan Abbott
2015-09-29staging: comedi: comedidev.h: tweak struct comedi_async documentationIan Abbott
2015-09-29staging: comedi: comedidev.h: document struct comedi_lrangeIan Abbott
2015-09-29staging: comedi: comedidev.h: document struct comedi_buf_mapIan Abbott
2015-09-29staging: comedi: comedidev.h: document struct comedi_subdeviceIan Abbott
2015-09-29staging: comedi: comedidev.h: document struct comedi_deviceIan Abbott
2015-09-29staging: comedi: comedidev.h: document struct comedi_driverIan Abbott
2015-09-29staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_asyncIan Abbott
2015-09-29staging: comedi: comedidev.h: use enum for COMEDI_CB_... constantsIan Abbott
2015-09-29staging: comedi: comedidev.h: reformat copyright commentIan Abbott
2015-06-17staging: comedi: use BIT macro for bit shift operationHari Prasath Gujulan Elango
2015-04-30staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott
2015-04-03staging: comedi: comedi_fc.h: begin migration to comedidev.hIan Abbott
2015-03-20staging: comedi: comedi_pci.h: move PCI stuff out of comedidev.hIan Abbott
2015-03-01staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten
2015-02-07staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.hIan Abbott
2015-01-28staging: comedi: comedi_usb.h: move USB stuff out of comedidev.hIan Abbott
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: remove unused "polling" function prototypesH Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: remove unused "minor bits" informationH Hartley Sweeten
2014-11-07staging: comedi: drivers: introduce comedi_nsamples_left()H Hartley Sweeten
2014-11-07staging: comedi: drivers: introduce comedi_nscans_left()H Hartley Sweeten
2014-11-07staging: comedi: comedidev.h: remove some #ifdefsIan Abbott
2014-11-07staging: comedi: comedidev.h: remove dummy PCI support functionsIan 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-10-29staging: comedi: introduce some sample size manipulation functionsIan Abbott
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: 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: 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-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