Searched refs:bitmap_parselist (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/powerpc/sysdev/ |
D | msi_bitmap.c | 260 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
|
/Linux-v4.19/lib/ |
D | bitmap.c | 621 int bitmap_parselist(const char *bp, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function 628 EXPORT_SYMBOL(bitmap_parselist);
|
D | test_bitmap.c | 276 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist()
|
/Linux-v4.19/include/linux/ |
D | bitmap.h | 179 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
|
D | nodemask.h | 342 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
|
D | cpumask.h | 651 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
|
/Linux-v4.19/drivers/input/keyboard/ |
D | gpio_keys.c | 247 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
|
D | atkbd.c | 1418 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 499 :functions: bitmap_parselist bitmap_parselist_user
|
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 538 :functions: bitmap_parselist bitmap_parselist_user
|