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

/linux-master/include/linux/
H A Dbitmap-str.h12 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits);
H A Dnodemask.h13 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(),
350 return bitmap_parselist(buf, dstp->bits, nbits);
H A Dcpumask.h846 return bitmap_parselist(buf, cpumask_bits(dstp), nr_cpumask_bits);
/linux-master/lib/
H A Dbitmap-str.c171 * may be broken, so bitmap_parselist-like parser may fail parsing it.
347 * bitmap_parselist - convert list format ASCII string to bitmap
374 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) function
400 EXPORT_SYMBOL(bitmap_parselist); variable
413 * Wrapper for bitmap_parselist(), providing it with user buffer.
426 ret = bitmap_parselist(buf, maskp, nmaskbits);
H A Dtest_bitmap.c531 err = bitmap_parselist(ptest.in, bmap, ptest.nbits);
/linux-master/arch/powerpc/sysdev/
H A Dmsi_bitmap.c259 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED));
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c92 error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS);
/linux-master/drivers/acpi/
H A Dsysfs.c816 * Note, the parameter can be a list (see bitmap_parselist() for the details).
831 ret = bitmap_parselist(val, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX);
/linux-master/drivers/input/keyboard/
H A Dgpio_keys.c256 error = bitmap_parselist(buf, bits, n_events);
H A Datkbd.c1560 err = bitmap_parselist(buf, new_mask, ATKBD_KEYMAP_SIZE);

Completed in 168 milliseconds