Searched refs:kstrtos16 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/ |
H A D | kstrtox.c | 291 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() function 304 EXPORT_SYMBOL(kstrtos16); 429 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()
|
/openbmc/linux/include/linux/ |
H A D | kstrtox.h | 95 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res);
|
/openbmc/linux/kernel/ |
H A D | params.c | 238 STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16);
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uac1.c | 1447 #define uac1_kstrtos16 kstrtos16
|
H A D | f_uac2.c | 1874 #define uac2_kstrtos16 kstrtos16
|
/openbmc/linux/drivers/s390/net/ |
H A D | lcs.c | 1908 rc = kstrtos16(buf, 0, &value); in lcs_portno_store()
|