Searched refs:kstrtos16 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 281 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() function 294 EXPORT_SYMBOL(kstrtos16); 411 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16);
|
| H A D | test-kstrtox.c | 569 TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); in test_kstrtos16_ok() 598 TEST_FAIL(kstrtos16, s16, "%hd", test_s16_fail); in test_kstrtos16_fail()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 416 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | params.c | 237 STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_uac1.c | 1759 #define uac1_kstrtos16 kstrtos16
|
| H A D | f_uac2.c | 1872 #define uac2_kstrtos16 kstrtos16
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | lcs.c | 1927 rc = kstrtos16(buf, 0, &value); in lcs_portno_store()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_galaxy | 2450 kstrtos16
|