Home
last modified time | relevance | path

Searched refs:COMEDI_SRF_ERROR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Dcomedi_fops.c38 * COMEDI_SRF_ERROR: indicates an COMEDI_CB_ERROR event has occurred
46 #define COMEDI_SRF_ERROR BIT(2) macro
50 #define COMEDI_SRF_BUSY_MASK (COMEDI_SRF_ERROR | COMEDI_SRF_RUNNING)
661 return runflags & COMEDI_SRF_ERROR; in comedi_is_runflags_in_error()
3220 __comedi_set_subdevice_runflags(s, COMEDI_SRF_ERROR); in comedi_event()
/kernel/linux/linux-6.6/drivers/comedi/
H A Dcomedi_fops.c38 * COMEDI_SRF_ERROR: indicates an COMEDI_CB_ERROR event has occurred
46 #define COMEDI_SRF_ERROR BIT(2) macro
50 #define COMEDI_SRF_BUSY_MASK (COMEDI_SRF_ERROR | COMEDI_SRF_RUNNING)
665 return runflags & COMEDI_SRF_ERROR; in comedi_is_runflags_in_error()
3225 __comedi_set_subdevice_runflags(s, COMEDI_SRF_ERROR); in comedi_event()

Completed in 8 milliseconds