Home
last modified time | relevance | path

Searched refs:bitmap_parselist (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/lib/
Dbitmap.c583 int bitmap_parselist(const char *bp, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function
590 EXPORT_SYMBOL(bitmap_parselist);
/linux-4.4.14/include/linux/
Dbitmap.h151 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
Dcpumask.h601 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpu_ids); in cpulist_parse()
Dnodemask.h323 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
/linux-4.4.14/arch/powerpc/sysdev/
Dmsi_bitmap.c258 WARN_ON(bitmap_parselist(expected_str, expected, size)); in test_of_node()
/linux-4.4.14/drivers/input/keyboard/
Dgpio_keys.c224 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
Datkbd.c1418 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()