Searched refs:kstrtos8 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 311 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8() function 324 EXPORT_SYMBOL(kstrtos8); 413 kstrto_from_user(kstrtos8_from_user, kstrtos8, s8);
|
| H A D | test-kstrtox.c | 664 TEST_OK(kstrtos8, s8, "%hhd", test_s8_ok); in test_kstrtos8_ok() 703 TEST_FAIL(kstrtos8, s8, "%hhd", test_s8_fail); in test_kstrtos8_fail()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 418 int __must_check kstrtos8(const char *s, unsigned int base, s8 *res);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 1055 kstrtos8
|
| H A D | abi_gki_aarch64_qcom | 1333 kstrtos8
|
| H A D | abi_gki_aarch64_galaxy | 2451 kstrtos8
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_user.c | 2655 ret = kstrtos8(page, 0, &val); in tcmu_nl_reply_supported_store()
|