Searched refs:nummaps (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/
H A Dinkern.c295 int i, mapind, nummaps = 0; local
301 nummaps, NULL);
304 } while (++nummaps);
306 if (nummaps == 0)
310 chans = kcalloc(nummaps + 1, sizeof(*chans), GFP_KERNEL);
315 for (mapind = 0; mapind < nummaps; mapind++) {
455 int nummaps = 0; local
478 nummaps++;
480 if (nummaps == 0) {
486 chans = kcalloc(nummaps
[all...]

Completed in 169 milliseconds