summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedidev.h
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: simplify comedi_set_hw_dev()Ian Abbott2013-01-301-11/+10Star
* staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe2013-01-251-4/+1Star
* staging/comedi: Add macro for registering a comedi PCMCIA driverPeter Huewe2013-01-181-0/+21
* staging: comedi: comedi_buf: reorder exported function prototypesH Hartley Sweeten2013-01-181-9/+10
* staging: comedi: comedi_buf: don't expose comedi_buf_write_n_allocated()H Hartley Sweeten2013-01-181-4/+0Star
* staging: comedi: comedi_buf: don't expose comedi_buf_read_n_allocated()H Hartley Sweeten2013-01-181-5/+0Star
* staging: comedi: comedi_buf: remove comedi_buf_write_alloc_strictH Hartley Sweeten2013-01-181-2/+0Star
* staging: comedi: comedi_buf: factor out common comedi_buf_write_alloc_* codeH Hartley Sweeten2013-01-181-1/+0Star
* staging: comedi: deprecate loading firmware with comedi_configH Hartley Sweeten2013-01-181-25/+0Star
* Staging: comedi: comedidev.h: fixed a camel caseLijo Antony2013-01-071-4/+4
* staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten2013-01-071-0/+1
* staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags()H Hartley Sweeten2013-01-071-1/+0Star
* staging: comedi: comedi_fops: introduce comedi_is_subdevice_running()H Hartley Sweeten2013-01-071-0/+2
* staging: comedi: don't expose struct comedi_device_file_infoH Hartley Sweeten2013-01-071-7/+0Star
* staging: comedi: comedi_fops: don't export comedi_get_device_file_info()H Hartley Sweeten2013-01-071-2/+0Star
* staging: comedi: comedi_fops: introduce comedi_dev_from_minor()H Hartley Sweeten2013-01-071-0/+2
* staging: comedi: don't expose comedi_get_{read, write}_subdeviceH Hartley Sweeten2013-01-071-20/+0Star
* staging: comedi: use inlines for PCI/USB auto configIan Abbott2012-11-151-6/+22
* staging: comedi: remove attach_pci and attach_usb handlersIan Abbott2012-11-151-2/+0Star
* staging: comedi: comedidev.h: make comedi_board() parameter constIan Abbott2012-11-061-1/+1
* staging: comedi: add comedi to usb interface helperIan Abbott2012-10-291-2/+7
* staging: comedi: add generic auto-config functionsIan Abbott2012-10-291-0/+4
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMCCH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_RTDH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_IOTECHH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_KOLTERH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_DTH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_MEILHAUSH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_ADVANTECHH Hartley Sweeten2012-10-251-0/+1
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten2012-10-251-1/+5
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-241-8/+0Star
* staging: comedi: avoid a put_device(), get_device() sequenceIan Abbott2012-10-221-1/+2
* staging: comedi: replace printk calls in comedi coreIan Abbott2012-08-161-1/+1
* staging: comedi: comedidev.h: introduce comedi_to_pci_dev() helperH Hartley Sweeten2012-07-201-0/+5
* staging: comedi: remove CONFIG_COMEDI_PCI defineH Hartley Sweeten2012-06-201-7/+0Star
* staging: comedi: remove unused CONFIG_COMEDI_PCMCIA defineH Hartley Sweeten2012-06-201-6/+0Star
* staging: comedi: comedi_subdevice 'io_bits' should be an unsigned intH Hartley Sweeten2012-06-191-1/+1
* staging: comedi: change type of num_subdevices parameter to comedi_alloc_subd...H Hartley Sweeten2012-06-121-1/+1
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-20/+2Star
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-051-2/+3
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-191-1/+1
* staging: comedi: Add helper macro for comedi usb driver boilerplateH Hartley Sweeten2012-05-171-0/+19
* staging: comedi: Add helper macro for comedi pci driver boilerplateH Hartley Sweeten2012-05-141-0/+19
* staging: comedi: Add helper macro for comedi_driver boilerplateH Hartley Sweeten2012-05-031-0/+12
* staging: comedi: introduce 'comedi_board' helper functionH Hartley Sweeten2012-04-301-0/+5
* staging: comedi: add bus-type-specific attach hooks for PCI and USBIan Abbott2012-04-101-1/+5
* staging: comedi: pass usb interface to comedi_usb_auto_configIan Abbott2012-04-101-3/+3
* staging: comedi: don't hijack hardware device private dataIan Abbott2012-04-101-0/+1
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-2/+4