summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedidev.h
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-03-181-0/+2
* staging: comedi: add new device-global config interfaceSpencer E. Olson2018-10-091-0/+14
* staging: comedi: comedidev: make bool bit-field unsigned int bit-fields.Giulio Benetti2018-06-171-2/+2
* staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag styleNishad Kamdar2018-05-251-1/+1
* staging: comedi: reformat lines to 80 chars or lessEujon Sellers2018-01-261-4/+8
* staging: comedi: add identifiers to function parametersMichael Gebhard2017-12-211-18/+18
* staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* Staging: comedi: comedidev.h: Drop old style zero-length arrayCheah Kok Cheong2017-01-031-7/+1Star
* staging: comedi: comedidev.h: add identifiers to function parametersIan Abbott2017-01-031-22/+25
* staging: comedi: comedidev.h: Document usage of 'detach' handlerIan Abbott2016-12-081-0/+12
* Staging: comedi: Fix 'unsigned' warning styleAniket Sharma2016-03-291-2/+2
* staging: comedi: comedidev.h: spaces preferred around that '*'Ian Abbott2015-10-131-6/+6
* staging: comedi: comedidev.h: add comments to spin-lock and mutexIan Abbott2015-10-131-3/+3
* staging: comedi: comedidev.h: document remaining inline functionsIan Abbott2015-09-291-1/+113
* staging: comedi: comedidev.h: tweak docs for inline functionsIan Abbott2015-09-291-33/+59
* staging: comedi: comedidev.h: tweak struct comedi_async documentationIan Abbott2015-09-291-25/+25
* staging: comedi: comedidev.h: document struct comedi_lrangeIan Abbott2015-09-291-0/+11
* staging: comedi: comedidev.h: document struct comedi_buf_mapIan Abbott2015-09-291-0/+29
* staging: comedi: comedidev.h: document struct comedi_subdeviceIan Abbott2015-09-291-0/+125
* staging: comedi: comedidev.h: document struct comedi_deviceIan Abbott2015-09-291-3/+81
* staging: comedi: comedidev.h: document struct comedi_driverIan Abbott2015-09-291-5/+33
* staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_asyncIan Abbott2015-09-291-7/+12
* staging: comedi: comedidev.h: use enum for COMEDI_CB_... constantsIan Abbott2015-09-291-11/+12
* staging: comedi: comedidev.h: reformat copyright commentIan Abbott2015-09-291-16/+16
* staging: comedi: use BIT macro for bit shift operationHari Prasath Gujulan Elango2015-06-181-6/+6
* staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott2015-04-301-17/+0Star
* staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott2015-04-301-0/+1
* staging: comedi: comedi_fc.h: begin migration to comedidev.hIan Abbott2015-04-031-0/+78
* staging: comedi: comedi_pci.h: move PCI stuff out of comedidev.hIan Abbott2015-03-201-43/+0Star
* staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten2015-03-021-0/+1
* staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.hIan Abbott2015-02-071-33/+0Star
* staging: comedi: comedi_usb.h: move USB stuff out of comedidev.hIan Abbott2015-01-281-29/+0Star
* staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten2015-01-251-9/+16
* staging: comedi: comedidev.h: remove unused "polling" function prototypesH Hartley Sweeten2015-01-251-5/+0Star
* staging: comedi: comedidev.h: remove unused "minor bits" informationH Hartley Sweeten2015-01-251-11/+0Star
* 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