Searched refs:kstrtos16 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/lib/ |
H A D | kstrtox.c | 279 int kstrtos16(const char *s, unsigned int base, s16 *res) kstrtos16() function 292 EXPORT_SYMBOL(kstrtos16); variable 345 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16);
|
H A D | test-kstrtox.c | 573 TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); test_kstrtos16_ok() 602 TEST_FAIL(kstrtos16, s16, "%hd", test_s16_fail); test_kstrtos16_fail()
|
/linux-4.1.27/kernel/ |
H A D | params.c | 264 STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16);
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 355 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res);
|
/linux-4.1.27/drivers/s390/net/ |
H A D | lcs.c | 1952 rc = kstrtos16(buf, 0, &value); lcs_portno_store()
|
Completed in 208 milliseconds