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

/linux-master/drivers/comedi/drivers/
H A Dni_tiocmd.c462 s->async->events |= COMEDI_CB_OVERFLOW;
473 s->async->events |= COMEDI_CB_OVERFLOW;
H A Dcomedi_test.c480 async->events |= COMEDI_CB_OVERFLOW;
493 async->events |= COMEDI_CB_OVERFLOW;
505 async->events |= COMEDI_CB_OVERFLOW;
H A Ddt2811.c206 async->events |= COMEDI_CB_OVERFLOW;
H A Damplc_pci230.c1075 async->events |= COMEDI_CB_OVERFLOW;
1112 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR;
1122 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR;
1167 events |= COMEDI_CB_OVERFLOW | COMEDI_CB_ERROR;
H A Dmite.c286 async->events |= COMEDI_CB_OVERFLOW;
325 async->events |= COMEDI_CB_OVERFLOW;
H A Dadl_pci9118.c712 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW;
718 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW;
728 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW;
H A Dquatech_daqp_cs.c229 s->async->events |= COMEDI_CB_OVERFLOW;
H A Ddas6402.c185 async->events |= COMEDI_CB_OVERFLOW;
H A Ddt282x.c452 s->async->events |= COMEDI_CB_OVERFLOW;
H A Damplc_pci224.c541 s->async->events |= COMEDI_CB_OVERFLOW;
H A Dni_mio_common.c1022 s->async->events |= COMEDI_CB_OVERFLOW;
1334 s->async->events |= COMEDI_CB_OVERFLOW;
1396 s->async->events |= COMEDI_CB_OVERFLOW;
1413 s->async->events |= COMEDI_CB_OVERFLOW;
3766 s->async->events |= COMEDI_CB_OVERFLOW;
H A Dusbduxsigma.c356 async->events |= COMEDI_CB_OVERFLOW;
H A Dusbdux.c396 async->events |= COMEDI_CB_OVERFLOW;
/linux-master/include/linux/comedi/
H A Dcomedidev.h378 * @COMEDI_CB_OVERFLOW: buffer overflow/underflow
388 COMEDI_CB_OVERFLOW = BIT(5), enumerator in enum:comedi_cb
390 COMEDI_CB_ERROR_MASK = (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW),
/linux-master/drivers/comedi/
H A Dcomedi_buf.c614 * that will fit and the %COMEDI_CB_OVERFLOW event flag is set to cause the
635 s->async->events |= COMEDI_CB_OVERFLOW;

Completed in 281 milliseconds