Lines Matching defs:sample
280 unsigned int sample, raw_sample;
331 sample = raw_sample >> chan->scan_type.shift;
332 sample &= (1 << chan->scan_type.realbits) - 1;
333 *val = sample;
454 /* Status word will be appended to the sample during transfer */
470 * data[] = { [0][sample][sample][sample][status] }
483 * once, there is no need for sample number tracking.
497 * Drop this incomplete sample and start from first channel again.