Home
last modified time | relevance | path

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

/linux/drivers/comedi/
H A Dcomedi_buf.c572 * acquisition to terminate with an overrun error. Set the %COMEDI_CB_BLOCK
604 s->async->events |= COMEDI_CB_BLOCK; in comedi_buf_write_samples()
619 * Set the %COMEDI_CB_BLOCK event flag if any samples are read to cause waiting
644 s->async->events |= COMEDI_CB_BLOCK; in comedi_buf_read_samples()
H A Dcomedi_fops.c1854 async->cb_mask = COMEDI_CB_BLOCK | COMEDI_CB_CANCEL_MASK; in do_cmd_ioctl()
/linux/drivers/comedi/drivers/
H A Dmite.c298 async->events |= COMEDI_CB_BLOCK; in mite_sync_input_dma()
342 async->events |= COMEDI_CB_BLOCK; in mite_sync_output_dma()
/linux/include/linux/comedi/
H A Dcomedidev.h369 * @COMEDI_CB_BLOCK: data has arrived, wakes up read() / write()
379 COMEDI_CB_BLOCK = BIT(2), enumerator