Searched refs:kstrtos16 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/lib/ |
D | kstrtox.c | 278 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() function 291 EXPORT_SYMBOL(kstrtos16); 408 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16);
|
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()
|
/Linux-v5.4/include/linux/ |
D | kernel.h | 427 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res);
|
/Linux-v5.4/kernel/ |
D | params.c | 237 STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16);
|
/Linux-v5.4/drivers/s390/net/ |
D | lcs.c | 1926 rc = kstrtos16(buf, 0, &value); in lcs_portno_store()
|