/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 617 * bitmap_parselist - convert list format ASCII string to bitmap 640 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function 667 EXPORT_SYMBOL(bitmap_parselist); variable 679 * Wrapper for bitmap_parselist(), providing it with user buffer. 692 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
|
H A D | test_bitmap.c | 368 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 604 * may be broken, so bitmap_parselist-like parser may fail parsing it. 780 * bitmap_parselist - convert list format ASCII string to bitmap 807 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function 833 EXPORT_SYMBOL(bitmap_parselist); variable 846 * Wrapper for bitmap_parselist(), providing it with user buffer. 859 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
|
H A D | test_bitmap.c | 467 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | msi_bitmap.c | 258 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | msi_bitmap.c | 259 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aggregator.c | 144 error = bitmap_parselist(offsets, bitmap, ARCH_NR_GPIOS); in aggr_parse()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nodemask.h | 13 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(), 342 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
|
H A D | bitmap.h | 72 * bitmap_parselist(buf, dst, nbits) Parse bitmap dst from kernel buf 207 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
|
H A D | cpumask.h | 707 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 69 * bitmap_parselist(buf, dst, nbits) Parse bitmap dst from kernel buf 207 int bitmap_parselist(const char *buf, unsigned long *maskp,
|
H A D | nodemask.h | 13 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(), 350 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
|
H A D | cpumask.h | 848 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aggregator.c | 92 error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS); in aggr_parse()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | gpio_keys.c | 244 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
|
H A D | atkbd.c | 1554 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | sysfs.c | 816 * Note, the parameter can be a list (see bitmap_parselist() for the details). 831 ret = bitmap_parselist(val, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX); in acpi_gpe_set_masked_gpes()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | gpio_keys.c | 254 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
|
H A D | atkbd.c | 1559 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()
|