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

/linux-4.4.14/include/linux/
H A Dbitmap.h57 * bitmap_parselist(buf, dst, nbits) Parse bitmap dst from kernel buf
151 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
H A Dnodemask.h12 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(),
323 return bitmap_parselist(buf, dstp->bits, nbits); __nodelist_parse()
H A Dcpumask.h601 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpu_ids); cpulist_parse()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmsi_bitmap.c258 WARN_ON(bitmap_parselist(expected_str, expected, size)); test_of_node()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Dbitmask.c267 * accepted as input by bitmap_parselist().
/linux-4.4.14/lib/
H A Dbitmap.c583 int bitmap_parselist(const char *bp, unsigned long *maskp, int nmaskbits) bitmap_parselist() function
590 EXPORT_SYMBOL(bitmap_parselist); variable
602 * Wrapper for bitmap_parselist(), providing it with user buffer.
/linux-4.4.14/drivers/input/keyboard/
H A Dgpio_keys.c224 error = bitmap_parselist(buf, bits, n_events); gpio_keys_attr_store_helper()
H A Datkbd.c1418 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE); atkbd_set_force_release()

Completed in 266 milliseconds