Searched refs:kstrtou16 (Results 1 - 25 of 65) sorted by relevance

123

/linux-master/lib/
H A Dkstrtox.c275 int kstrtou16(const char *s, unsigned int base, u16 *res) function
288 EXPORT_SYMBOL(kstrtou16); variable
428 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16);
H A Dtest-kstrtox.c517 TEST_OK(kstrtou16, u16, "%hu", test_u16_ok);
544 TEST_FAIL(kstrtou16, u16, "%hu", test_u16_fail);
/linux-master/drivers/ssb/
H A Dhost_soc.c187 err = kstrtou16(strim(buf), 0, &iv->boardinfo.vendor);
197 err = kstrtou16(strim(buf), 0, &iv->boardinfo.type);
/linux-master/drivers/most/
H A Dconfigfs.c270 ret = kstrtou16(page, 0, &mdev_link->num_buffers);
288 ret = kstrtou16(page, 0, &mdev_link->buffer_size);
307 ret = kstrtou16(page, 0, &mdev_link->subbuffer_size);
326 ret = kstrtou16(page, 0, &mdev_link->packets_per_xact);
343 ret = kstrtou16(page, 0, &mdev_link->dbr_size);
H A Dmost_snd.c424 ret = kstrtou16(num, 0, ch_num);
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_wt_hint.c148 ret = kstrtou16(buf, 10, &new_tw);
/linux-master/include/linux/
H A Dkstrtox.h94 int __must_check kstrtou16(const char *s, unsigned int base, u16 *res);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1489 if (kstrtou16(token, 0, &val16))
1496 if (kstrtou16(token, 0, &val16))
1636 if (kstrtou16(buf, 0, &bgscan_int))
1676 if (kstrtou16(buf, 0, &listen_interval))
1735 if (kstrtou16(token, 0, &idle_period))
1741 if (kstrtou16(token, 0, &ps_poll_num))
1747 if (kstrtou16(token, 0, &dtim))
1753 if (kstrtou16(token, 0, &tx_wakeup))
1759 if (kstrtou16(token, 0, &num_tx))
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas-sysfs.c38 err = kstrtou16(buf, 0, &creds);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c70 ret = kstrtou16(buf, 0, &val);
113 ret = kstrtou16(buf, 0, &val);
/linux-master/drivers/pci/endpoint/
H A Dpci-ep-cfs.c351 if (kstrtou16(page, 0, &val) < 0) \
396 if (kstrtou16(page, 0, &val) < 0)
/linux-master/drivers/usb/core/
H A Dquirks.c79 if (kstrtou16(field, 16, &vid))
86 if (kstrtou16(field, 16, &pid))
/linux-master/drivers/usb/gadget/
H A Dconfigfs.c21 ret = kstrtou16(name, 0, &num);
172 ret = kstrtou16(page, 0, &val); \
211 ret = kstrtou16(page, 0, &bcdDevice);
228 ret = kstrtou16(page, 0, &bcdUSB);
535 ret = kstrtou16(page, 0, &val);
1010 ret = kstrtou16(page, 0, &bcdVersion);
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.c1005 ret = kstrtou16(buf, 0, &value);
1047 ret = kstrtou16(buf, 0, &value);
1088 ret = kstrtou16(buf, 0, &value);
/linux-master/net/core/
H A Dutils.c376 if (kstrtou16(port, 0, &port_num))
H A Dnetpoll.c551 if (kstrtou16(cur, 10, &np->local_port))
588 if (kstrtou16(cur, 10, &np->remote_port))
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sysfs.c275 ret = kstrtou16(buf, 0, &angle);
/linux-master/fs/afs/
H A Daddr_prefs.c272 ret = kstrtou16(argv[2], 10, &pref.prio);
/linux-master/drivers/input/mouse/
H A Dcyapa.c793 } else if (!kstrtou16(buf, 10, &sleep_time)) {
894 if (buf == NULL || count == 0 || kstrtou16(buf, 10, &time)) {
/linux-master/drivers/net/
H A Dnetconsole.c482 rv = kstrtou16(buf, 10, &nt->np.local_port);
505 rv = kstrtou16(buf, 10, &nt->np.remote_port);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c585 ret = kstrtou16(buf, 0, &value);
660 ret = kstrtou16(buf, 0, &value);
/linux-master/drivers/iio/chemical/
H A Dscd30_core.c428 ret = kstrtou16(buf, 0, &val);
H A Dscd4x.c517 ret = kstrtou16(buf, 0, &arg);
/linux-master/drivers/power/supply/
H A Dds2780_battery.c561 ret = kstrtou16(buf, 0, &new_setting);
H A Dds2781_battery.c563 ret = kstrtou16(buf, 0, &new_setting);

Completed in 207 milliseconds

123