Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/comedi/
Dcomedidev.h388 COMEDI_CB_OVERFLOW = BIT(5), enumerator
390 COMEDI_CB_ERROR_MASK = (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW),
/linux-6.1.9/drivers/comedi/drivers/
Dni_tiocmd.c462 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
473 s->async->events |= COMEDI_CB_OVERFLOW; in ni_tio_handle_interrupt()
Dcomedi_test.c466 async->events |= COMEDI_CB_OVERFLOW; in waveform_ao_timer()
479 async->events |= COMEDI_CB_OVERFLOW; in waveform_ao_timer()
491 async->events |= COMEDI_CB_OVERFLOW; in waveform_ao_timer()
Dmite.c286 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_input_dma()
325 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_output_dma()
Damplc_pci230.c1075 async->events |= COMEDI_CB_OVERFLOW; in pci230_handle_ao_nofifo()
1112 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
1122 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
1167 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR; in pci230_handle_ao_fifo()
Dadl_pci9118.c712 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in pci9118_interrupt()
718 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in pci9118_interrupt()
728 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW; in pci9118_interrupt()
Ddt2811.c206 async->events |= COMEDI_CB_OVERFLOW; in dt2811_interrupt()
Ddas6402.c185 async->events |= COMEDI_CB_OVERFLOW; in das6402_interrupt()
Dquatech_daqp_cs.c229 s->async->events |= COMEDI_CB_OVERFLOW; in daqp_interrupt()
Damplc_pci224.c541 s->async->events |= COMEDI_CB_OVERFLOW; in pci224_ao_handle_fifo()
Dni_mio_common.c998 s->async->events |= COMEDI_CB_OVERFLOW; in ni_ao_fifo_half_empty()
1310 s->async->events |= COMEDI_CB_OVERFLOW; in handle_a_interrupt()
1372 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
1389 s->async->events |= COMEDI_CB_OVERFLOW; in handle_b_interrupt()
3742 s->async->events |= COMEDI_CB_OVERFLOW; in handle_cdio_interrupt()
Ddt282x.c452 s->async->events |= COMEDI_CB_OVERFLOW; in dt282x_ao_dma_interrupt()
Dusbduxsigma.c356 async->events |= COMEDI_CB_OVERFLOW; in usbduxsigma_ao_handle_urb()
Dusbdux.c396 async->events |= COMEDI_CB_OVERFLOW; in usbduxsub_ao_handle_urb()
/linux-6.1.9/drivers/comedi/
Dcomedi_buf.c635 s->async->events |= COMEDI_CB_OVERFLOW; in comedi_buf_write_samples()