Searched refs:COMEDI_CB_BLOCK (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/comedi/
H A Dcomedi_buf.c615 * acquisition to terminate with an overrun error. Set the %COMEDI_CB_BLOCK
647 s->async->events |= COMEDI_CB_BLOCK;
662 * Set the %COMEDI_CB_BLOCK event flag if any samples are read to cause waiting
687 s->async->events |= COMEDI_CB_BLOCK;
H A Dcomedi_fops.c1817 async->cb_mask = COMEDI_CB_BLOCK | COMEDI_CB_CANCEL_MASK;
/linux-master/include/linux/comedi/
H A Dcomedidev.h375 * @COMEDI_CB_BLOCK: data has arrived, wakes up read() / write()
385 COMEDI_CB_BLOCK = BIT(2), enumerator in enum:comedi_cb
/linux-master/drivers/comedi/drivers/
H A Dmite.c298 async->events |= COMEDI_CB_BLOCK;
342 async->events |= COMEDI_CB_BLOCK;

Completed in 198 milliseconds