Lines Matching full:samples
325 /* don't munge partial samples */ in comedi_buf_munge()
375 * If the samples in the freed space need to be "munged", do so here. The
564 * @data: Pointer to source samples.
565 * @nsamples: Number of samples to write.
567 * Write up to @nsamples samples to the COMEDI acquisition data buffer
570 * number of samples, the number of samples written is limited to the number
573 * event flag if any samples are written to cause waiting tasks to be woken
585 * Make sure there is enough room in the buffer for all the samples. in comedi_buf_write_samples()
587 * buffer overrun and add the samples that fit. in comedi_buf_write_samples()
614 * @nsamples: Maximum number of samples to read.
616 * Read up to @nsamples samples from the COMEDI acquisition data buffer
618 * scan progress. Limit the number of samples read to the number available.
619 * Set the %COMEDI_CB_BLOCK event flag if any samples are read to cause waiting
630 /* clamp nsamples to the number of full samples available */ in comedi_buf_read_samples()