Searched defs:MAX_SAMPLES (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/
H A Dcomedi_fops.c653 #define MAX_SAMPLES 256 macro
666 data = kmalloc(sizeof(unsigned int) * MAX_SAMPLES, GFP_KERNEL);
689 if (insns[i].n > MAX_SAMPLES) {
975 data = kmalloc(sizeof(unsigned int) * MAX_SAMPLES, GFP_KERNEL);
987 if (insn.n > MAX_SAMPLES)
988 insn.n = MAX_SAMPLES;

Completed in 53 milliseconds