Home
last modified time | relevance | path

Searched refs:ap_hex2bitmap (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/crypto/
H A Dap_bus.h335 * ap_hex2bitmap() - Convert a string containing a hexadecimal number (str)
354 int ap_hex2bitmap(const char *str, unsigned long *bitmap, int bits);
H A Dap_bus.c1137 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()
H A Dvfio_ap_ops.c1669 return ap_hex2bitmap(curmask, bitmap, nbits); in parse_bitmap()