Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/sysdev/
Dmsi_bitmap.c231 check(0 == bitmap_parselist(expected_str, expected, size)); in test_of_node()
/linux-3.3/include/linux/
Dbitmap.h131 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
Dnodemask.h325 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
Dcpumask.h590 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits); in cpulist_parse()
/linux-3.3/lib/
Dbitmap.c663 int bitmap_parselist(const char *bp, unsigned long *maskp, int nmaskbits) in bitmap_parselist() function
675 EXPORT_SYMBOL(bitmap_parselist);
/linux-3.3/drivers/input/keyboard/
Dgpio_keys.c213 error = bitmap_parselist(buf, bits, n_events); in gpio_keys_attr_store_helper()
Datkbd.c1379 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); in atkbd_set_force_release()