Lines Matching defs:res
50 unsigned long long res; in _parse_integer() local
85 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
120 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
143 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
168 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
184 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
214 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
244 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
259 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
274 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
289 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8()
304 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8()
328 int kstrtobool(const char *s, bool *res) in kstrtobool()
370 int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user()