Home
last modified time | relevance | path

Searched refs:COMEDI_CB_BLOCK (Results 1 – 24 of 24) sorted by relevance

/drivers/staging/comedi/drivers/
Dcomedi_fc.c64 async->events |= COMEDI_CB_BLOCK; in cfc_write_array_to_buffer()
82 async->events |= COMEDI_CB_BLOCK; in cfc_read_array_from_buffer()
Dmite.c573 async->events |= COMEDI_CB_BLOCK; in mite_sync_input_dma()
610 async->events |= COMEDI_CB_BLOCK; in mite_sync_output_dma()
Dcomedi_parport.c254 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in parport_interrupt()
Daddi_apci_1032.c272 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in apci1032_interrupt()
Daddi_apci_2032.c249 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in apci2032_interrupt()
Damplc_pc236.c369 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in pc236_interrupt()
Dquatech_daqp_cs.c251 s->async->events |= COMEDI_CB_BLOCK; in daqp_interrupt()
Damplc_pci230.c1190 async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in pci230_handle_ao_nofifo()
1271 events |= COMEDI_CB_EOS | COMEDI_CB_BLOCK; in pci230_handle_ao_fifo()
2271 events |= COMEDI_CB_BLOCK; in pci230_handle_ai()
Dme4000.c1154 s->async->events |= COMEDI_CB_BLOCK; in me4000_ai_isr()
1208 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOA; in me4000_ai_isr()
Ddas800.c539 async->events |= COMEDI_CB_BLOCK; in das800_interrupt()
Ddt3000.c393 s->async->events |= COMEDI_CB_BLOCK; in dt3k_interrupt()
Dni_at_a2150.c287 async->events |= COMEDI_CB_BLOCK; in a2150_interrupt()
Dpcmuio.c559 s->async->events |= (COMEDI_CB_BLOCK | COMEDI_CB_EOS); in interrupt_pcmuio()
Dpcmmio.c606 s->async->events |= (COMEDI_CB_BLOCK | COMEDI_CB_EOS); in interrupt_pcmmio()
Dpcl816.c312 s->async->events |= COMEDI_CB_BLOCK; in transfer_from_dma_buf()
Dusbdux.c533 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in usbduxsub_ai_isoc_irq()
692 s->async->events |= COMEDI_CB_BLOCK; in usbduxsub_ao_isoc_irq()
Dusbduxsigma.c479 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS; in usbduxsub_ai_IsocIrq()
637 s->async->events |= COMEDI_CB_BLOCK; in usbduxsub_ao_IsocIrq()
Damplc_dio200_common.c335 s->async->events |= (COMEDI_CB_BLOCK | COMEDI_CB_EOS); in dio200_read_scan_intr()
Dni_pcidio.c506 async->events |= COMEDI_CB_BLOCK; in nidio_interrupt()
Ddas1800.c672 async->events |= COMEDI_CB_BLOCK; in das1800_ai_handler()
Dni_labpc.c1095 async->events |= COMEDI_CB_BLOCK; in labpc_drain_dma()
Dni_mio_common.c1370 s->async->events |= COMEDI_CB_BLOCK; in ni_ao_fifo_half_empty()
/drivers/staging/comedi/
Dcomedi.h517 #define COMEDI_CB_BLOCK 4 /* data has arrived: macro
Dcomedi_fops.c1475 COMEDI_CB_EOA | COMEDI_CB_BLOCK | COMEDI_CB_ERROR | in do_cmd_ioctl()