bitmap_parselist
WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED));
ret = bitmap_parselist(val, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX);
error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS);
err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE);
error = bitmap_parselist(buf, bits, n_events);
int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits);
return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits);
return bitmap_parselist(buf, dstp->bits, nbits);
EXPORT_SYMBOL(bitmap_parselist);
ret = bitmap_parselist(buf, maskp, nmaskbits);
bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN);
err = bitmap_parselist(ptest.in, bmap, ptest.nbits);
bitmap_parselist("all:1/2", b, 30);