Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dbitmap.c617 * 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 Dtest_bitmap.c368 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c604 * 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 Dtest_bitmap.c467 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmsi_bitmap.c258 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dmsi_bitmap.c259 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-aggregator.c144 error = bitmap_parselist(offsets, bitmap, ARCH_NR_GPIOS); in aggr_parse()
/kernel/linux/linux-5.10/include/linux/
H A Dnodemask.h13 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(),
342 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
H A Dbitmap.h72 * bitmap_parselist(buf, dst, nbits) Parse bitmap dst from kernel buf
207 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
H A Dcpumask.h707 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h69 * bitmap_parselist(buf, dst, nbits) Parse bitmap dst from kernel buf
207 int bitmap_parselist(const char *buf, unsigned long *maskp,
H A Dnodemask.h13 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(),
350 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
H A Dcpumask.h848 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-aggregator.c92 error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS); in aggr_parse()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dgpio_keys.c244 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
H A Datkbd.c1554 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dsysfs.c816 * 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 Dgpio_keys.c254 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
H A Datkbd.c1559 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()

Completed in 26 milliseconds