Searched refs:_kstrtoul (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 377 return _kstrtoul(s, base, res); in boot_kstrtoul()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 175 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 188 EXPORT_SYMBOL(_kstrtoul);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 330 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res); 361 return _kstrtoul(s, base, res); in kstrtoul()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 875 _kstrtoul
|