Searched refs:kstrtos8 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/lib/ |
| D | kstrtox.c | 308 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8() function 321 EXPORT_SYMBOL(kstrtos8); 410 kstrto_from_user(kstrtos8_from_user, kstrtos8, s8);
|
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | kernel.h | 429 int __must_check kstrtos8(const char *s, unsigned int base, s8 *res);
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_user.c | 2459 ret = kstrtos8(page, 0, &val); in tcmu_nl_reply_supported_store()
|