Searched refs:COMEDI_CB_BLOCK (Results 1 – 4 of 4) sorted by relevance
572 * acquisition to terminate with an overrun error. Set the %COMEDI_CB_BLOCK604 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 waiting644 s->async->events |= COMEDI_CB_BLOCK; in comedi_buf_read_samples()
1854 async->cb_mask = COMEDI_CB_BLOCK | COMEDI_CB_CANCEL_MASK; in do_cmd_ioctl()
298 async->events |= COMEDI_CB_BLOCK; in mite_sync_input_dma() 342 async->events |= COMEDI_CB_BLOCK; in mite_sync_output_dma()
369 * @COMEDI_CB_BLOCK: data has arrived, wakes up read() / write()379 COMEDI_CB_BLOCK = BIT(2), enumerator