kstrtos16 1926 drivers/s390/net/lcs.c rc = kstrtos16(buf, 0, &value); kstrtos16 427 include/linux/kernel.h int __must_check kstrtos16(const char *s, unsigned int base, s16 *res); kstrtos16 237 kernel/params.c STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16); kstrtos16 291 lib/kstrtox.c EXPORT_SYMBOL(kstrtos16); kstrtos16 408 lib/kstrtox.c kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); kstrtos16 569 lib/test-kstrtox.c TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); kstrtos16 598 lib/test-kstrtox.c TEST_FAIL(kstrtos16, s16, "%hd", test_s16_fail);