/linux-4.1.27/lib/ |
H A D | kstrtox.c | 264 int kstrtou16(const char *s, unsigned int base, u16 *res) kstrtou16() function 277 EXPORT_SYMBOL(kstrtou16); variable 344 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16);
|
H A D | test-kstrtox.c | 521 TEST_OK(kstrtou16, u16, "%hu", test_u16_ok); test_kstrtou16_ok() 548 TEST_FAIL(kstrtou16, u16, "%hu", test_u16_fail); test_kstrtou16_fail()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 1478 if (kstrtou16(token, 0, &val16)) ath6kl_create_qos_write() 1485 if (kstrtou16(token, 0, &val16)) ath6kl_create_qos_write() 1625 if (kstrtou16(buf, 0, &bgscan_int)) ath6kl_bgscan_int_write() 1665 if (kstrtou16(buf, 0, &listen_interval)) ath6kl_listen_int_write() 1724 if (kstrtou16(token, 0, &idle_period)) ath6kl_power_params_write() 1730 if (kstrtou16(token, 0, &ps_poll_num)) ath6kl_power_params_write() 1736 if (kstrtou16(token, 0, &dtim)) ath6kl_power_params_write() 1742 if (kstrtou16(token, 0, &tx_wakeup)) ath6kl_power_params_write() 1748 if (kstrtou16(token, 0, &num_tx)) ath6kl_power_params_write()
|
/linux-4.1.27/drivers/staging/iio/meter/ |
H A D | ade7753.c | 208 ret = kstrtou16(buf, 10, &val); ade7753_write_16bit() 406 ret = kstrtou16(buf, 10, &val); ade7753_write_frequency()
|
H A D | ade7754.c | 208 ret = kstrtou16(buf, 10, &val); ade7754_write_16bit() 438 ret = kstrtou16(buf, 10, &val); ade7754_write_frequency()
|
H A D | ade7759.c | 207 ret = kstrtou16(buf, 10, &val); ade7759_write_16bit() 377 ret = kstrtou16(buf, 10, &val); ade7759_write_frequency()
|
H A D | ade7758_core.c | 292 ret = kstrtou16(buf, 10, &val); ade7758_write_16bit() 514 ret = kstrtou16(buf, 10, &val); ade7758_write_frequency()
|
H A D | ade7854.c | 126 ret = kstrtou16(buf, 10, &val); ade7854_write_16bit()
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | configfs.c | 20 ret = kstrtou16(name, 0, &num); check_user_usb_string() 164 ret = kstrtou16(page, 0, &val); \ 203 ret = kstrtou16(page, 0, &bcdDevice); gadget_dev_desc_bcdDevice_store() 220 ret = kstrtou16(page, 0, &bcdUSB); gadget_dev_desc_bcdUSB_store() 480 ret = kstrtou16(page, 0, &val); gadget_config_desc_MaxPower_store()
|
/linux-4.1.27/drivers/net/ |
H A D | netconsole.c | 393 rv = kstrtou16(buf, 10, &nt->np.local_port); store_local_port() 411 rv = kstrtou16(buf, 10, &nt->np.remote_port); store_remote_port()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 60 ret = kstrtou16(buf, 0, &val); store_hrtbt_enb() 97 ret = kstrtou16(buf, 0, &val); store_led_override()
|
/linux-4.1.27/net/core/ |
H A D | netpoll.c | 521 if (kstrtou16(cur, 10, &np->local_port)) netpoll_parse_options() 558 if (kstrtou16(cur, 10, &np->remote_port)) netpoll_parse_options()
|
/linux-4.1.27/drivers/staging/iio/accel/ |
H A D | adis16220_core.c | 53 ret = kstrtou16(buf, 10, &val); adis16220_write_16bit()
|
/linux-4.1.27/drivers/staging/iio/impedance-analyzer/ |
H A D | ad5933.c | 406 ret = kstrtou16(buf, 10, &val); ad5933_store()
|
/linux-4.1.27/arch/mips/pci/ |
H A D | ops-tx4927.c | 216 if (kstrtou16(str + 5, 0, &val) == 0) tx4927_pcibios_setup()
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | cyapa.c | 725 } else if (!kstrtou16(buf, 10, &sleep_time)) { cyapa_update_suspend_scanrate() 827 if (buf == NULL || count == 0 || kstrtou16(buf, 10, &time)) { cyapa_update_rt_suspend_scanrate()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 558 ret = kstrtou16(buf, 0, &value); iwl_dbgfs_rx_phyinfo_write()
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 487 rc = kstrtou16(buf, 10, &rl); dcon_resumeline_store()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | sysfs.c | 502 if (kstrtou16(buf, 0, &timeout)) usb2_lpm_l1_timeout_store()
|
/linux-4.1.27/drivers/power/ |
H A D | ds2780_battery.c | 570 ret = kstrtou16(buf, 0, &new_setting); ds2780_set_rsgain_setting()
|
H A D | ds2781_battery.c | 572 ret = kstrtou16(buf, 0, &new_setting); ds2781_set_rsgain_setting()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | mux.c | 917 res = kstrtou16(keyval, 0x10, &val); omap_mux_set_cmdline_signals()
|
/linux-4.1.27/kernel/ |
H A D | params.c | 265 STANDARD_PARAM_DEF(ushort, unsigned short, "%hu", kstrtou16);
|
/linux-4.1.27/drivers/staging/iio/addac/ |
H A D | adt7316.c | 1463 ret = kstrtou16(buf, 10, &data); adt7316_store_DAC() 1843 ret = kstrtou16(buf, 16, &data); adt7316_set_int_mask()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 124 UVCG_CTRL_HDR_ATTR(bcd_uvc, bcdUVC, le16_to_cpu, kstrtou16, u16, cpu_to_le16, 2355 UVCG_OPTS_ATTR(streaming_maxpacket, le16_to_cpu, kstrtou16, u16, le16_to_cpu,
|
H A D | f_printer.c | 1222 ret = kstrtou16(page, 0, &num); f_printer_opts_q_len_store()
|
H A D | f_sourcesink.c | 1034 ret = kstrtou16(page, 0, &num); f_ss_opts_isoc_maxpacket_store()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 65 res = kstrtou16(buf, 0, &value); dev_debug_store()
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.c | 897 ret = kstrtou16(buf, 10, &do_reset); reset_store()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 354 int __must_check kstrtou16(const char *s, unsigned int base, u16 *res);
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1458 ret = kstrtou16(tpgt_str, 0, &tpgt); lio_target_tiqn_addtpg()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-sysfs.c | 469 ret = kstrtou16(buf, 0, &num_vfs); sriov_numvfs_store()
|
/linux-4.1.27/drivers/xen/ |
H A D | xen-scsiback.c | 1890 ret = kstrtou16(name + 5, 10, &tpgt); scsiback_make_tpg()
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
H A D | visorchipset_main.c | 497 if (kstrtou16(buf, 10, &remaining_steps) != 0) remaining_steps_store()
|
/linux-4.1.27/drivers/vhost/ |
H A D | scsi.c | 2190 if (kstrtou16(name + 5, 10, &tpgt) || tpgt >= VHOST_SCSI_MAX_TARGET) vhost_scsi_make_tpg()
|