Home
last modified time | relevance | path

Searched refs:COMEDI_CB_ERROR_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/comedi/
Dcomedidev.h391 COMEDI_CB_ERROR_MASK = (COMEDI_CB_ERROR | COMEDI_CB_OVERFLOW), enumerator
392 COMEDI_CB_CANCEL_MASK = (COMEDI_CB_EOA | COMEDI_CB_ERROR_MASK)
Dcomedi_fops.c2857 if (events & COMEDI_CB_ERROR_MASK) in comedi_event()