Searched refs:bitmap_parselist (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/ |
| H A D | bitmap-str.c | 341 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function 367 EXPORT_SYMBOL(bitmap_parselist); 393 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user()
|
| H A D | test_bitmap.c | 545 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist() 901 bitmap_parselist("all:1/2", b, 30); in test_bitmap_weight() 1369 bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | msi_bitmap.c | 256 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.rst | 95 all users of bitmap_parselist().
|
| /linux/include/linux/ |
| H A D | nodemask.h | 344 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
|
| H A D | cpumask.h | 1011 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
|
| /linux/drivers/acpi/ |
| H A D | sysfs.c | 832 ret = bitmap_parselist(val, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX); in acpi_gpe_set_masked_gpes()
|
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 1526 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()
|
| /linux/drivers/gpio/ |
| H A D | gpio-aggregator.c | 1412 error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS); in gpio_aggregator_parse()
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 604 :identifiers: bitmap_parselist bitmap_parselist_user
|