Lines Matching full:samples
377 /* don't munge partial samples */ in comedi_buf_munge()
425 * If the samples in the freed space need to be "munged", do so here. The
608 * @data: Pointer to source samples.
609 * @nsamples: Number of samples to write.
611 * Write up to @nsamples samples to the COMEDI acquisition data buffer
614 * number of samples, the number of samples written is limited to the number
617 * event flag if any samples are written to cause waiting tasks to be woken
629 * Make sure there is enough room in the buffer for all the samples. in comedi_buf_write_samples()
631 * buffer overrun and add the samples that fit. in comedi_buf_write_samples()
658 * @nsamples: Maximum number of samples to read.
660 * Read up to @nsamples samples from the COMEDI acquisition data buffer
662 * scan progress. Limit the number of samples read to the number available.
663 * Set the %COMEDI_CB_BLOCK event flag if any samples are read to cause waiting
674 /* clamp nsamples to the number of full samples available */ in comedi_buf_read_samples()