Home
last modified time | relevance | path

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

/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()
Damplc_pci230.c1182 s->async->events |= COMEDI_CB_OVERFLOW; in pci230_handle_ao_nofifo()
1235 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
1243 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
1290 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
1293 if ((events & (COMEDI_CB_EOA | COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW)) in pci230_handle_ao_fifo()
2228 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ai()
2253 events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in pci230_handle_ai()
2275 COMEDI_CB_OVERFLOW)) != 0) { in pci230_handle_ai()
Dni_tiocmd.c441 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
453 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
Dmite.c556 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_input_dma()
601 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_output_dma()
Daddi_apci_2032.c261 s->async->events |= COMEDI_CB_OVERFLOW; in apci2032_interrupt()
Ddt282x.c335 s->async->events |= COMEDI_CB_OVERFLOW; in dt282x_ao_dma_interrupt()
510 s->async->events |= COMEDI_CB_OVERFLOW; in dt282x_interrupt()
Dquatech_daqp_cs.c215 COMEDI_CB_EOA | COMEDI_CB_OVERFLOW; in daqp_interrupt()
Dme4000.c1191 s->async->events |= COMEDI_CB_OVERFLOW; in me4000_ai_isr()
1228 s->async->events |= COMEDI_CB_OVERFLOW; in me4000_ai_isr()
Dni_mio_common.c986 async->events & (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW | in ni_event()
1105 s->async->events |= COMEDI_CB_OVERFLOW; in handle_a_interrupt()
1218 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
1237 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
1332 async->events |= COMEDI_CB_OVERFLOW; in ni_ao_fifo_load()
1360 s->async->events |= COMEDI_CB_OVERFLOW; in ni_ao_fifo_half_empty()
3848 s->async->events |= COMEDI_CB_OVERFLOW; in handle_cdio_interrupt()
Damplc_dio200_common.c339 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in dio200_read_scan_intr()
Damplc_pci224.c623 s->async->events |= COMEDI_CB_OVERFLOW; in pci224_ao_handle_fifo()
Dni_pcidio.c383 COMEDI_CB_OVERFLOW)) { in ni_pcidio_event()
Dni_660x.c875 COMEDI_CB_OVERFLOW)) { in ni_660x_handle_gpct_interrupt()
Dusbdux.c689 s->async->events |= COMEDI_CB_OVERFLOW; in usbduxsub_ao_isoc_irq()
Dusbduxsigma.c634 s->async->events |= COMEDI_CB_OVERFLOW; in usbduxsub_ao_IsocIrq()
/drivers/staging/comedi/
Dcomedi.h521 #define COMEDI_CB_OVERFLOW 32 /* buffer overflow/underflow */ macro
Dcomedi_fops.c1476 COMEDI_CB_OVERFLOW; in do_cmd_ioctl()
2359 COMEDI_CB_OVERFLOW)) { in comedi_event()
2364 if (s->async->events & (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW)) { in comedi_event()
/drivers/staging/comedi/drivers/addi-data/
Dhwdrv_apci3120.c1593 s->async->events |= COMEDI_CB_OVERFLOW; in i_APCI3120_InterruptHandleEos()