Searched refs:acpi_strtoul (Results 1 – 2 of 2) sorted by relevance
55 uint32_t acpi_strtoul(const char *, char **, int);90 #define strtoul(s, r, b) acpi_strtoul(s, r, b)
2371 acpi_strtoul(const char *str, char **ep, int base) in acpi_strtoul() function