Searched refs:kstrtouint (Results 1 – 2 of 2) sorted by relevance
217 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function230 EXPORT_SYMBOL(kstrtouint);405 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
285 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()