Searched refs:kstrtos8 (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ |
A D | kstrtox.c | 312 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8() function 325 EXPORT_SYMBOL(kstrtos8); 415 kstrto_from_user(kstrtos8_from_user, kstrtos8, s8);
|
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()
|
/linux/include/linux/ |
A D | kstrtox.h | 97 int __must_check kstrtos8(const char *s, unsigned int base, s8 *res);
|
/linux/drivers/target/ |
A D | target_core_user.c | 2832 ret = kstrtos8(page, 0, &val); in tcmu_nl_reply_supported_store()
|
/linux/ |
A D | vmlinux.symvers | 10224 0x00000000 kstrtos8 vmlinux EXPORT_SYMBOL
|
A D | System.map | 16708 ffff80001049d210 T kstrtos8
|
A D | .tmp_System.map | 16708 ffff80001049d210 T kstrtos8
|
Completed in 333 milliseconds