bitmap_parselist  258 arch/powerpc/sysdev/msi_bitmap.c 	WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED));
bitmap_parselist 1416 drivers/input/keyboard/atkbd.c 	err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE);
bitmap_parselist  244 drivers/input/keyboard/gpio_keys.c 	error = bitmap_parselist(buf, bits, n_events);
bitmap_parselist  183 include/linux/bitmap.h extern int bitmap_parselist(const char *buf, unsigned long *maskp,
bitmap_parselist  680 include/linux/cpumask.h 	return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits);
bitmap_parselist  342 include/linux/nodemask.h 	return bitmap_parselist(buf, dstp->bits, nbits);
bitmap_parselist  669 lib/bitmap.c   EXPORT_SYMBOL(bitmap_parselist);
bitmap_parselist  694 lib/bitmap.c   	ret = bitmap_parselist(buf, maskp, nmaskbits);
bitmap_parselist  308 lib/test_bitmap.c 			err = bitmap_parselist(ptest.in, bmap, ptest.nbits);