Home
last modified time | relevance | path

Searched refs:COMEDI_CB_OVERFLOW (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/drivers/
Dcomedi_fc.c57 async->events |= COMEDI_CB_OVERFLOW; in cfc_write_array_to_buffer()
96 if (events & (COMEDI_CB_EOA | COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW)) in cfc_handle_events()
Dni_tiocmd.c477 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
489 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
Damplc_pci230.c2704 s->async->events |= COMEDI_CB_OVERFLOW; in pci230_handle_ao_nofifo()
2759 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
2767 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
2816 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
2819 if ((events & (COMEDI_CB_EOA | COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW)) in pci230_handle_ao_fifo()
2872 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ai()
2898 events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in pci230_handle_ai()
2922 COMEDI_CB_OVERFLOW)) != 0) { in pci230_handle_ai()
Dmite.c582 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_input_dma()
626 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_output_dma()
Ddt282x.c498 s->async->events |= COMEDI_CB_OVERFLOW; in dt282x_ao_dma_interrupt()
669 s->async->events |= COMEDI_CB_OVERFLOW; in dt282x_interrupt()
Dni_mio_common.c960 async->events & (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW | in ni_event()
1075 s->async->events |= COMEDI_CB_OVERFLOW; in handle_a_interrupt()
1184 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
1203 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
1297 async->events |= COMEDI_CB_OVERFLOW; in ni_ao_fifo_load()
1324 s->async->events |= COMEDI_CB_OVERFLOW; in ni_ao_fifo_half_empty()
3884 s->async->events |= COMEDI_CB_OVERFLOW; in handle_cdio_interrupt()
Dquatech_daqp_cs.c302 COMEDI_CB_EOA | COMEDI_CB_OVERFLOW; in daqp_interrupt()
Damplc_dio200.c806 | COMEDI_CB_OVERFLOW; in dio200_handle_read_intr()
Dme4000.c1885 s->async->events |= COMEDI_CB_OVERFLOW; in me4000_ai_isr()
1929 s->async->events |= COMEDI_CB_OVERFLOW; in me4000_ai_isr()
Damplc_pci224.c701 s->async->events |= COMEDI_CB_OVERFLOW; in pci224_ao_handle_fifo()
Dni_660x.c968 COMEDI_CB_OVERFLOW)) { in ni_660x_handle_gpct_interrupt()
Dni_pcidio.c485 COMEDI_CB_OVERFLOW)) { in ni_pcidio_event()
Dusbduxsigma.c644 s->async->events |= COMEDI_CB_OVERFLOW; in usbduxsub_ao_IsocIrq()
Dusbdux.c691 s->async->events |= COMEDI_CB_OVERFLOW; in usbduxsub_ao_IsocIrq()
/linux-3.4.99/drivers/staging/comedi/
Dcomedi.h473 #define COMEDI_CB_OVERFLOW 32 /* buffer overflow/underflow */ macro
Dcomedi_fops.c1149 COMEDI_CB_OVERFLOW; in do_cmd_ioctl()
2133 COMEDI_CB_OVERFLOW)) { in comedi_event()
2138 if (s->async->events & (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW)) { in comedi_event()
/linux-3.4.99/drivers/staging/comedi/drivers/addi-data/
Dhwdrv_apci3120.c1672 s->async->events |= COMEDI_CB_OVERFLOW; in i_APCI3120_InterruptHandleEos()