Searched refs:ap_hex2bitmap (Results 1 – 3 of 3) sorted by relevance
335 * ap_hex2bitmap() - Convert a string containing a hexadecimal number (str)354 int ap_hex2bitmap(const char *str, unsigned long *bitmap, int bits);
1137 int ap_hex2bitmap(const char *str, unsigned long *bitmap, int bits) in ap_hex2bitmap() function 1164 EXPORT_SYMBOL(ap_hex2bitmap);1230 rc = ap_hex2bitmap(str, newmap, bits); in ap_parse_bitmap_str()
1669 return ap_hex2bitmap(curmask, bitmap, nbits); in parse_bitmap()