Searched refs:kstrtos16 (Results 1 - 8 of 8) sorted by relevance

/linux-master/lib/
H A Dkstrtox.c291 int kstrtos16(const char *s, unsigned int base, s16 *res) function
304 EXPORT_SYMBOL(kstrtos16); variable
429 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16);
H A Dtest-kstrtox.c569 TEST_OK(kstrtos16, s16, "%hd", test_s16_ok);
598 TEST_FAIL(kstrtos16, s16, "%hd", test_s16_fail);
/linux-master/include/linux/
H A Dkstrtox.h95 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c268 ret = kstrtos16(user_val, 0, &nr_messages);
/linux-master/kernel/
H A Dparams.c235 STANDARD_PARAM_DEF(short, short, "%hi", kstrtos16);
/linux-master/drivers/usb/gadget/function/
H A Df_uac1.c1520 #define uac1_kstrtos16 kstrtos16
H A Df_uac2.c1876 #define uac2_kstrtos16 kstrtos16
/linux-master/drivers/s390/net/
H A Dlcs.c1906 rc = kstrtos16(buf, 0, &value);

Completed in 266 milliseconds