Home
last modified time | relevance | path

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

/linux/drivers/iio/
A Dinkern.c256 int i, mapind, nummaps = 0; in of_iio_channel_get_all() local
263 nummaps, NULL); in of_iio_channel_get_all()
266 } while (++nummaps); in of_iio_channel_get_all()
268 if (nummaps == 0) /* no error, return NULL to search map table */ in of_iio_channel_get_all()
272 chans = kcalloc(nummaps + 1, sizeof(*chans), GFP_KERNEL); in of_iio_channel_get_all()
277 for (mapind = 0; mapind < nummaps; mapind++) { in of_iio_channel_get_all()
427 int nummaps = 0; in iio_channel_get_all() local
446 nummaps++; in iio_channel_get_all()
448 if (nummaps == 0) { in iio_channel_get_all()
454 chans = kcalloc(nummaps + 1, sizeof(*chans), GFP_KERNEL); in iio_channel_get_all()
[all …]

Completed in 4 milliseconds