/linux-4.4.14/lib/ |
D | kstrtox.c | 264 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() function 277 EXPORT_SYMBOL(kstrtou16); 344 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16);
|
D | test-kstrtox.c | 517 TEST_OK(kstrtou16, u16, "%hu", test_u16_ok); in test_kstrtou16_ok() 544 TEST_FAIL(kstrtou16, u16, "%hu", test_u16_fail); in test_kstrtou16_fail()
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | setup.c | 115 err = kstrtou16(strim(buf), 0, &iv->boardinfo.vendor); in bcm47xx_get_invariants() 125 err = kstrtou16(strim(buf), 0, &iv->boardinfo.type); in bcm47xx_get_invariants()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1487 if (kstrtou16(token, 0, &val16)) in ath6kl_create_qos_write() 1494 if (kstrtou16(token, 0, &val16)) in ath6kl_create_qos_write() 1634 if (kstrtou16(buf, 0, &bgscan_int)) in ath6kl_bgscan_int_write() 1674 if (kstrtou16(buf, 0, &listen_interval)) in ath6kl_listen_int_write() 1733 if (kstrtou16(token, 0, &idle_period)) in ath6kl_power_params_write() 1739 if (kstrtou16(token, 0, &ps_poll_num)) in ath6kl_power_params_write() 1745 if (kstrtou16(token, 0, &dtim)) in ath6kl_power_params_write() 1751 if (kstrtou16(token, 0, &tx_wakeup)) in ath6kl_power_params_write() 1757 if (kstrtou16(token, 0, &num_tx)) in ath6kl_power_params_write()
|
/linux-4.4.14/drivers/staging/iio/meter/ |
D | ade7759.c | 207 ret = kstrtou16(buf, 10, &val); in ade7759_write_16bit() 377 ret = kstrtou16(buf, 10, &val); in ade7759_write_frequency()
|
D | ade7753.c | 208 ret = kstrtou16(buf, 10, &val); in ade7753_write_16bit() 406 ret = kstrtou16(buf, 10, &val); in ade7753_write_frequency()
|
D | ade7754.c | 208 ret = kstrtou16(buf, 10, &val); in ade7754_write_16bit() 438 ret = kstrtou16(buf, 10, &val); in ade7754_write_frequency()
|
D | ade7758_core.c | 292 ret = kstrtou16(buf, 10, &val); in ade7758_write_16bit() 514 ret = kstrtou16(buf, 10, &val); in ade7758_write_frequency()
|
D | ade7854.c | 126 ret = kstrtou16(buf, 10, &val); in ade7854_write_16bit()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | configfs.c | 20 ret = kstrtou16(name, 0, &num); in check_user_usb_string() 167 ret = kstrtou16(page, 0, &val); \ 206 ret = kstrtou16(page, 0, &bcdDevice); in gadget_dev_desc_bcdDevice_store() 223 ret = kstrtou16(page, 0, &bcdUSB); in gadget_dev_desc_bcdUSB_store() 465 ret = kstrtou16(page, 0, &val); in gadget_config_desc_MaxPower_store()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 528 if (kstrtou16(cur, 10, &np->local_port)) in netpoll_parse_options() 565 if (kstrtou16(cur, 10, &np->remote_port)) in netpoll_parse_options()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 60 ret = kstrtou16(buf, 0, &val); in store_hrtbt_enb() 97 ret = kstrtou16(buf, 0, &val); in store_led_override()
|
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 452 rv = kstrtou16(buf, 10, &nt->np.local_port); in local_port_store() 475 rv = kstrtou16(buf, 10, &nt->np.remote_port); in remote_port_store()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 360 int ret = kstrtou16(buf, 0, &c->cfg.num_buffers); in store_set_number_of_buffers() 379 int ret = kstrtou16(buf, 0, &c->cfg.buffer_size); in store_set_buffer_size() 460 int ret = kstrtou16(buf, 0, &c->cfg.subbuffer_size); in store_set_subbuffer_size() 479 int ret = kstrtou16(buf, 0, &c->cfg.packets_per_xact); in store_set_packets_per_xact()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | goodix.c | 285 if (kstrtou16(id_str, 10, id)) in goodix_read_version()
|
/linux-4.4.14/drivers/staging/iio/accel/ |
D | adis16220_core.c | 53 ret = kstrtou16(buf, 10, &val); in adis16220_write_16bit()
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-tx4927.c | 216 if (kstrtou16(str + 5, 0, &val) == 0) in tx4927_pcibios_setup()
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa.c | 791 } else if (!kstrtou16(buf, 10, &sleep_time)) { in cyapa_update_suspend_scanrate() 893 if (buf == NULL || count == 0 || kstrtou16(buf, 10, &time)) { in cyapa_update_rt_suspend_scanrate()
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 484 rc = kstrtou16(buf, 10, &rl); in dcon_resumeline_store()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 355 int __must_check kstrtou16(const char *s, unsigned int base, u16 *res);
|
/linux-4.4.14/drivers/power/ |
D | ds2781_battery.c | 572 ret = kstrtou16(buf, 0, &new_setting); in ds2781_set_rsgain_setting()
|
D | ds2780_battery.c | 570 ret = kstrtou16(buf, 0, &new_setting); in ds2780_set_rsgain_setting()
|
/linux-4.4.14/drivers/staging/iio/impedance-analyzer/ |
D | ad5933.c | 406 ret = kstrtou16(buf, 10, &val); in ad5933_store()
|
/linux-4.4.14/kernel/ |
D | params.c | 293 STANDARD_PARAM_DEF(ushort, unsigned short, "%hu", kstrtou16);
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 65 res = kstrtou16(buf, 0, &value); in dev_debug_store()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux.c | 917 res = kstrtou16(keyval, 0x10, &val); in omap_mux_set_cmdline_signals()
|
/linux-4.4.14/drivers/usb/core/ |
D | sysfs.c | 502 if (kstrtou16(buf, 0, &timeout)) in usb2_lpm_l1_timeout_store()
|
/linux-4.4.14/drivers/staging/iio/addac/ |
D | adt7316.c | 1463 ret = kstrtou16(buf, 10, &data); in adt7316_store_DAC() 1843 ret = kstrtou16(buf, 16, &data); in adt7316_set_int_mask()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 1014 ret = kstrtou16(page, 0, &num); in f_ss_opts_isoc_maxpacket_store()
|
D | uvc_configfs.c | 116 UVCG_CTRL_HDR_ATTR(bcd_uvc, bcdUVC, le16_to_cpu, kstrtou16, u16, cpu_to_le16, 2254 UVCG_OPTS_ATTR(streaming_maxpacket, le16_to_cpu, kstrtou16, u16, le16_to_cpu,
|
D | f_printer.c | 1217 ret = kstrtou16(page, 0, &num); in f_printer_opts_q_len_store()
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | hdm_usb.c | 1118 err = kstrtou16(buf, 16, &val); in store_value()
|
/linux-4.4.14/drivers/pci/ |
D | pci-sysfs.c | 472 ret = kstrtou16(buf, 0, &num_vfs); in sriov_numvfs_store()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 1089 ret = kstrtou16(buf, 10, &do_reset); in reset_store()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 1204 ret = kstrtou16(tpgt_str, 0, &tpgt); in lio_target_tiqn_addtpg()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs-vif.c | 1325 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_rx_phyinfo_write()
|
/linux-4.4.14/drivers/xen/ |
D | xen-scsiback.c | 1750 ret = kstrtou16(name + 5, 10, &tpgt); in scsiback_make_tpg()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchipset.c | 679 if (kstrtou16(buf, 10, &remaining_steps)) in remaining_steps_store()
|
/linux-4.4.14/drivers/vhost/ |
D | scsi.c | 1988 if (kstrtou16(name + 5, 10, &tpgt) || tpgt >= VHOST_SCSI_MAX_TARGET) in vhost_scsi_make_tpg()
|