arch/mips/txx9/generic/setup.c
213
if (kstrtouint(str + 10, 10, &val) == 0)
arch/s390/kernel/hiperdispatch.c
318
rc = kstrtouint(buf, 0, &val);
arch/s390/kernel/hiperdispatch.c
344
rc = kstrtouint(buf, 0, &val);
arch/um/drivers/vector_kern.c
716
err = kstrtouint(start, 0, &n);
arch/x86/kernel/alternative.c
37
if (!str || kstrtouint(str, 0, &debug_alternative))
arch/x86/kernel/cpu/common.c
1661
if (!kstrtouint(opt, 10, &bit)) {
arch/x86/kernel/cpu/microcode/core.c
158
if (kstrtouint(s, 16, &base_rev)) { ; }
arch/x86/kernel/tsc.c
73
return kstrtouint(buf, 0, &tsc_early_khz);
arch/x86/mm/pkeys.c
153
if (kstrtouint(buf, 0, &new_init_pkru))
arch/x86/mm/pkeys.c
190
if (kstrtouint(opt, 0, &new_init_pkru))
arch/xtensa/platforms/iss/network.c
589
rc = kstrtouint(str, 0, &n);
drivers/accel/habanalabs/common/debugfs.c
498
rc = kstrtouint(kbuf, 10, &dev_entry->mmu_asid);
drivers/acpi/dptf/dptf_pch_fivr.c
81
if (kstrtouint(buf, 0, &val) < 0)\
drivers/acpi/dptf/dptf_power.c
72
if (kstrtouint(buf, 0, &seq_no) < 0)
drivers/acpi/sysfs.c
958
if (kstrtouint(buf, 10, &val) || val > 1)
drivers/ata/ahci.c
721
if (kstrtouint(mask_s, 0, &mask)) {
drivers/ata/libahci.c
1195
if (kstrtouint(buf, 0, &state) < 0)
drivers/ata/sata_fsl.c
374
if (kstrtouint(buf, 10, &rx_watermark) < 0) {
drivers/auxdisplay/line-display.c
281
err = kstrtouint(buf, 10, &ms);
drivers/block/null_blk/main.c
307
result = kstrtouint(page, 0, &tmp);
drivers/block/zram/zram_drv.c
2576
ret = kstrtouint(val, 10, &threshold);
drivers/block/zram/zram_drv.c
2588
ret = kstrtouint(val, 10, &prio);
drivers/block/zram/zram_drv.c
473
!kstrtouint(buf, 0, &age_sec))
drivers/block/zram/zram_drv.c
659
if (kstrtouint(buf, 10, &val))
drivers/bluetooth/bt3c_cs.c
493
if (kstrtouint(b, 16, &tn))
drivers/bluetooth/bt3c_cs.c
510
if (kstrtouint(b, 16, &tmp))
drivers/char/hw_random/histb-rng.c
103
if (kstrtouint(buf, 0, &depth))
drivers/clocksource/acpi_pm.c
265
ret = kstrtouint(arg, 16, &base);
drivers/comedi/comedi_fops.c
402
err = kstrtouint(buf, 10, &size);
drivers/comedi/comedi_fops.c
458
err = kstrtouint(buf, 10, &size);
drivers/comedi/comedi_fops.c
515
err = kstrtouint(buf, 10, &size);
drivers/comedi/comedi_fops.c
571
err = kstrtouint(buf, 10, &size);
drivers/comedi/kcomedilib/kcomedilib_main.c
133
if (kstrtouint(filename + 11, 0, &minor))
drivers/cpufreq/acpi-cpufreq.c
163
ret = kstrtouint(buf, 10, &val);
drivers/cpufreq/cpufreq.c
928
ret = kstrtouint(buf, 0, &freq);
drivers/cpufreq/cpufreq_conservative.c
155
ret = kstrtouint(buf, 0, &input);
drivers/cpufreq/cpufreq_conservative.c
171
ret = kstrtouint(buf, 0, &input);
drivers/cpufreq/cpufreq_conservative.c
187
ret = kstrtouint(buf, 0, &input);
drivers/cpufreq/cpufreq_conservative.c
204
ret = kstrtouint(buf, 0, &input);
drivers/cpufreq/cpufreq_conservative.c
229
ret = kstrtouint(buf, 0, &input);
drivers/cpufreq/intel_pstate.c
1757
ret = kstrtouint(buf, 10, &input);
drivers/cpufreq/intel_pstate.c
812
ret = kstrtouint(buf, 10, &epp);
drivers/cpuidle/sysfs.c
297
err = kstrtouint(buf, 0, &value);
drivers/crypto/hifn_795x.c
917
kstrtouint(hifn_pll_ref + 3, 10, &freq)) {
drivers/crypto/intel/qat/qat_common/adf_heartbeat.c
104
if (kstrtouint(timer_str, 10, &timer_ms))
drivers/crypto/intel/qat/qat_common/adf_heartbeat_dbgfs.c
113
ret = kstrtouint(input_str, 10, &timer_ms);
drivers/crypto/intel/qat/qat_common/adf_sysfs.c
291
ret = kstrtouint(buf, 10, &ring);
drivers/crypto/intel/qat/qat_common/adf_sysfs_rl.c
233
err = kstrtouint(buf, 10, &val);
drivers/crypto/intel/qat/qat_common/adf_sysfs_rl.c
264
err = kstrtouint(buf, 10, &val);
drivers/crypto/intel/qat/qat_common/adf_transport.c
251
if (kstrtouint(val, 10, &ring_num)) {
drivers/crypto/intel/qat/qat_common/adf_transport.c
365
if (kstrtouint(val_buf, 10, value))
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
441
ret = kstrtouint(tar_blk->hdr.size, 8, &cur_size);
drivers/cxl/core/region.c
500
rc = kstrtouint(buf, 0, &val);
drivers/dma/idxd/sysfs.c
1186
rc = kstrtouint(buf, 10, &retries);
drivers/dma/idxd/sysfs.c
858
rc = kstrtouint(buf, 0, &val);
drivers/edac/edac_mc_sysfs.c
61
ret = kstrtouint(val, 0, &i);
drivers/firmware/arm_scmi/quirks.c
242
ret = kstrtouint(first + 1, 0, &quirk->end_range);
drivers/firmware/arm_scmi/quirks.c
244
ret = kstrtouint(first, 0, &quirk->start_range);
drivers/firmware/arm_scmi/quirks.c
251
ret = kstrtouint(sep + 1, 0, &quirk->end_range);
drivers/firmware/xilinx/zynqmp-debug.c
120
if (i == ARRAY_SIZE(pm_api_list) && kstrtouint(pm_api_req, 10, pm_id))
drivers/firmware/xilinx/zynqmp.c
1785
ret = kstrtouint(buf, 10, &value);
drivers/gpio/gpio-aggregator.c
1542
error = kstrtouint(buf + strlen(DRV_NAME "."), 10, &id);
drivers/gpio/gpio-sim.c
1175
ret = kstrtouint(page, 0, &num_lines);
drivers/gpio/gpiolib-sysfs.c
542
ret = kstrtouint(buf, 0, &gpio);
drivers/gpu/drm/i915/display/intel_hotplug.c
1222
else if (kstrtouint(tmp, 10, &new_threshold) != 0)
drivers/gpu/drm/i915/display/intel_link_bw.c
344
err = kstrtouint(str, 10, &val);
drivers/gpu/drm/imagination/pvr_fw_trace.c
61
err = kstrtouint(val, 0, &mask);
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
1062
ret = kstrtouint(source_name + strlen("plane"), 10, &index);
drivers/gpu/drm/vkms/vkms_configfs.c
310
if (kstrtouint(page, 10, &type))
drivers/gpu/drm/vkms/vkms_configfs.c
543
if (kstrtouint(page, 10, &status))
drivers/gpu/drm/xe/xe_configfs.c
889
ret = kstrtouint(page, 0, &max_vfs);
drivers/hid/hid-corsair-void.c
466
if (kstrtouint(buf, 10, &sidetone) || sidetone > drvdata->sidetone_max)
drivers/hid/wacom_sys.c
1054
err = kstrtouint(buf, 10, &id);
drivers/hid/wacom_sys.c
1095
err = kstrtouint(buf, 10, &value);
drivers/hwmon/ltc2945.c
268
ret = kstrtouint(buf, 10, &val);
drivers/hwmon/max31827.c
430
ret = kstrtouint(buf, 10, &val);
drivers/hwmon/nct7802.c
106
err = kstrtouint(buf, 0, &type);
drivers/hwmon/tsc1641.c
629
ret = kstrtouint(buf, 10, &val);
drivers/hwtracing/intel_th/gth.c
353
if (kstrtouint(buf, 16, &config) < 0)
drivers/hwtracing/stm/p_sys-t.c
214
ret = kstrtouint(page, 10, &ms);
drivers/hwtracing/stm/p_sys-t.c
245
ret = kstrtouint(page, 10, &ms);
drivers/i2c/muxes/i2c-demux-pinctrl.c
195
ret = kstrtouint(buf, 0, &val);
drivers/idle/intel_idle.c
2544
if (kstrtouint(val, 0, &state->exit_latency))
drivers/idle/intel_idle.c
2552
if (kstrtouint(val, 0, &state->target_residency))
drivers/iio/adc/pac1934.c
499
if (kstrtouint(buf, 10, &sh_val)) {
drivers/iio/frequency/admv1014.c
413
ret = kstrtouint(buf, 10, &data);
drivers/iio/gyro/adis16136.c
204
ret = kstrtouint(buf, 10, &val);
drivers/iio/industrialio-buffer.c
1410
ret = kstrtouint(buf, 10, &val);
drivers/iio/industrialio-buffer.c
711
ret = kstrtouint(buf, 10, &val);
drivers/iio/proximity/isl29501.c
392
ret = kstrtouint(buf, 10, &val);
drivers/iio/proximity/srf08.c
386
ret = kstrtouint(buf, 10, &val);
drivers/iio/temperature/max31856.c
362
ret = kstrtouint(buf, 10, &freq);
drivers/iio/temperature/max31865.c
243
ret = kstrtouint(buf, 10, &freq);
drivers/iio/trigger/stm32-timer-trigger.c
227
ret = kstrtouint(buf, 10, &freq);
drivers/iio/trigger/stm32-timer-trigger.c
693
ret = kstrtouint(buf, 0, &preset);
drivers/infiniband/ulp/iser/iscsi_iser.c
121
ret = kstrtouint(val, 10, &n);
drivers/input/input-poller.c
156
err = kstrtouint(buf, 0, &interval);
drivers/input/keyboard/atkbd.c
1490
err = kstrtouint(buf, 10, &value);
drivers/input/keyboard/atkbd.c
1574
err = kstrtouint(buf, 10, &value);
drivers/input/keyboard/atkbd.c
1626
err = kstrtouint(buf, 10, &value);
drivers/input/keyboard/atkbd.c
1680
err = kstrtouint(buf, 10, &value);
drivers/input/keyboard/atkbd.c
1731
err = kstrtouint(buf, 10, &value);
drivers/input/keyboard/lm8323.c
603
ret = kstrtouint(buf, 10, &i);
drivers/input/misc/adxl34x.c
460
error = kstrtouint(buf, 10, &val);
drivers/input/misc/adxl34x.c
577
error = kstrtouint(buf, 10, &val);
drivers/input/misc/adxl34x.c
622
error = kstrtouint(buf, 16, &val);
drivers/input/misc/ati_remote2.c
46
ret = kstrtouint(val, 0, &mask);
drivers/input/misc/ati_remote2.c
692
r = kstrtouint(buf, 0, &mask);
drivers/input/misc/ati_remote2.c
740
err = kstrtouint(buf, 0, &mask);
drivers/input/misc/axp20x-pek.c
140
ret = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1566
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1594
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1624
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1661
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1694
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1727
error = kstrtouint(buf, 10, &val);
drivers/input/misc/iqs269a.c
1757
error = kstrtouint(buf, 10, &val);
drivers/input/misc/kxtj9.c
312
error = kstrtouint(buf, 10, &interval);
drivers/input/mouse/hgpk.c
783
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/hgpk.c
878
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/logips2pp.c
164
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/psmouse-base.c
1868
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/psmouse-base.c
1986
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/psmouse-base.c
1999
err = kstrtouint(buf, 10, &value);
drivers/input/mouse/sentelic.c
430
retval = kstrtouint(rest + 1, 16, &val);
drivers/input/mouse/sentelic.c
469
err = kstrtouint(buf, 16, ®);
drivers/input/mouse/sentelic.c
505
err = kstrtouint(buf, 16, &val);
drivers/input/mouse/sentelic.c
535
err = kstrtouint(buf, 10, &val);
drivers/input/mouse/sentelic.c
564
err = kstrtouint(buf, 10, &val);
drivers/input/mouse/synaptics.c
1413
err = kstrtouint(buf, 10, &value);
drivers/input/touchscreen/ad7877.c
478
error = kstrtouint(buf, 10, &val);
drivers/input/touchscreen/ad7877.c
508
error = kstrtouint(buf, 10, &val);
drivers/input/touchscreen/ad7877.c
538
error = kstrtouint(buf, 10, &val);
drivers/input/touchscreen/ad7877.c
569
error = kstrtouint(buf, 10, &val);
drivers/input/touchscreen/ad7879.c
375
error = kstrtouint(buf, 10, &val);
drivers/input/touchscreen/ads7846.c
625
err = kstrtouint(buf, 10, &i);
drivers/input/touchscreen/edt-ft5x06.c
459
error = kstrtouint(buf, 0, &val);
drivers/input/touchscreen/hycon-hy46xx.c
226
error = kstrtouint(buf, 0, &val);
drivers/input/touchscreen/rohm_bu21023.c
768
error = kstrtouint(buf, 0, &val);
drivers/input/touchscreen/rohm_bu21023.c
793
error = kstrtouint(buf, 0, &val);
drivers/input/touchscreen/rohm_bu21023.c
818
error = kstrtouint(buf, 0, &val);
drivers/leds/leds-lm3533.c
433
if (kstrtouint(buf, 0, &channel))
drivers/leds/leds-lm3533.c
483
if (kstrtouint(buf, 0, &enable))
drivers/leds/leds-lm355x.c
362
ret = kstrtouint(buf, 10, &state);
drivers/leds/leds-lm3642.c
178
ret = kstrtouint(buf, 10, &state);
drivers/leds/leds-lm3642.c
225
ret = kstrtouint(buf, 10, &state);
drivers/md/dm-clone-target.c
1611
if (kstrtouint(dm_shift_arg(as), 10, &value)) {
drivers/md/dm-clone-target.c
1617
if (kstrtouint(dm_shift_arg(as), 10, &value)) {
drivers/md/dm-clone-target.c
2137
if (kstrtouint(argv[1], 10, &value))
drivers/md/dm-clone-target.c
2146
if (kstrtouint(argv[1], 10, &value))
drivers/md/dm-dust.c
336
if (kstrtouint(argv[2], 10, &blksz) || !blksz) {
drivers/md/dm-exception-store.c
148
if (kstrtouint(chunk_size_arg, 10, &chunk_size)) {
drivers/md/dm-stripe.c
102
if (kstrtouint(argv[0], 10, &stripes) || !stripes) {
drivers/md/dm-stripe.c
107
if (kstrtouint(argv[1], 10, &chunk_size) || !chunk_size) {
drivers/md/dm-unstripe.c
57
if (kstrtouint(argv[0], 10, &uc->stripes) || !uc->stripes) {
drivers/md/dm-unstripe.c
62
if (kstrtouint(argv[1], 10, &uc->chunk_size) || !uc->chunk_size) {
drivers/md/dm-unstripe.c
67
if (kstrtouint(argv[2], 10, &uc->unstripe)) {
drivers/md/dm-vdo/dm-vdo-target.c
492
result = kstrtouint(fields[1], 10, &count);
drivers/md/dm-vdo/dm-vdo-target.c
604
result = kstrtouint(value, 10, &count);
drivers/md/dm-vdo/dm-vdo-target.c
806
result = kstrtouint(dm_shift_arg(&arg_set), 10, &config->cache_size);
drivers/md/dm-vdo/dm-vdo-target.c
814
result = kstrtouint(dm_shift_arg(&arg_set), 10, &config->block_map_maximum_age);
drivers/md/md.c
10857
return kstrtouint(val, 10, (unsigned int *)&start_readonly);
drivers/md/md.c
3249
rv = kstrtouint(buf, 10, &n);
drivers/md/md.c
3280
err = kstrtouint(buf, 10, (unsigned int *)&slot);
drivers/md/md.c
3670
if (kstrtouint(buf, 10, &size) < 0)
drivers/md/md.c
4241
err = kstrtouint(buf, 10, &n);
drivers/md/md.c
4354
err = kstrtouint(buf, 10, &n);
drivers/md/md.c
4403
err = kstrtouint(buf, 10, &n);
drivers/md/md.c
4778
rv = kstrtouint(buf, 10, &n);
drivers/md/md.c
5376
rv = kstrtouint(buf, 10, &min);
drivers/md/md.c
5405
rv = kstrtouint(buf, 10, &max);
drivers/md/md.c
5434
rv = kstrtouint(buf, 10, &max);
drivers/md/md.c
5986
err = kstrtouint(buf, 10, &lbs);
drivers/md/raid5.c
7192
if (kstrtouint(page, 10, &new))
drivers/media/rc/ir_toy.c
109
if (kstrtouint(irtoy->in + 1, 10, &version)) {
drivers/media/rc/ir_toy.c
90
if (kstrtouint(irtoy->in + 1, 10, &version)) {
drivers/media/rc/nuvoton-cir.c
256
ret = kstrtouint(argv[i], 10, &val);
drivers/memory/brcmstb_memc.c
101
ret = kstrtouint(buf, 10, &val);
drivers/memory/bt1-l2-ctl.c
237
if (kstrtouint(buf, 0, &data) < 0)
drivers/mfd/intel_soc_pmic_bxtwc.c
403
ret = kstrtouint(buf, 0, &val);
drivers/misc/mei/main.c
1066
err = kstrtouint(buf, 10, &inp);
drivers/misc/pvpanic/pvpanic.c
155
err = kstrtouint(buf, 16, &tmp);
drivers/mtd/mtdcore.c
283
retval = kstrtouint(buf, 0, &bitflip_threshold);
drivers/mtd/parsers/parser_imagetag.c
101
if (kstrtouint(buf->kernel_length, 10, &kernellen)) {
drivers/mtd/parsers/parser_imagetag.c
110
if (kstrtouint(buf->total_length, 10, &totallen)) {
drivers/mtd/parsers/parser_imagetag.c
81
if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) ||
drivers/mtd/parsers/parser_imagetag.c
91
if (kstrtouint(buf->kernel_address, 10, &kerneladdr) ||
drivers/mtd/ubi/debug.c
418
if (kstrtouint(buf, 0, &d->emulate_failures) != 0)
drivers/mtd/ubi/debug.c
422
if (kstrtouint(buf, 0, &d->power_cut_min) != 0)
drivers/mtd/ubi/debug.c
426
if (kstrtouint(buf, 0, &d->power_cut_max) != 0)
drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c
58
ret = kstrtouint(workarea, 16, value);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
704
ret = kstrtouint(buf, 0, &val);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
834
ret = kstrtouint(buf, 0, &val);
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
627
return kstrtouint(strim(tok), base, val);
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2724
rc = kstrtouint(vpd_str, 0, &vpd_vers);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1466
ret = kstrtouint(end, 10, &j);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1495
ret = kstrtouint(end, 10, &j);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1505
ret = kstrtouint(end, 10, &j);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1579
ret = kstrtouint(end, 10, &j);
drivers/net/netdevsim/bus.c
114
ret = kstrtouint(buf, 0, &port_index);
drivers/net/netdevsim/bus.c
38
ret = kstrtouint(buf, 0, &num_vfs);
drivers/net/netdevsim/dev.c
262
ret = kstrtouint(buf, 10, &val);
drivers/net/wireless/ath/wil6210/main.c
82
ret = kstrtouint(val, 0, &x);
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
1454
ret = kstrtouint(buf, 0, &conf_id);
drivers/net/wireless/marvell/libertas/mesh.c
191
ret = kstrtouint(buf, 16, &datum);
drivers/net/wireless/marvell/libertas/mesh.c
395
ret = kstrtouint(buf, 10, &datum);
drivers/net/wireless/marvell/libertas/mesh.c
448
ret = kstrtouint(buf, 10, &datum);
drivers/net/wireless/marvell/libertas/mesh.c
510
ret = kstrtouint(buf, 10, &datum);
drivers/net/wireless/marvell/libertas/mesh.c
641
ret = kstrtouint(buf, 10, &datum);
drivers/nvdimm/security.c
538
rc = kstrtouint(keystr, 0, &key);
drivers/nvdimm/security.c
540
rc = kstrtouint(nkeystr, 0, &newkey);
drivers/nvme/host/multipath.c
1149
ret = kstrtouint(buf, 0, &sec);
drivers/nvme/host/pci.c
254
ret = kstrtouint(val, 10, &n);
drivers/nvme/target/configfs.c
955
if (kstrtouint(page, 0, &timeout))
drivers/nvme/target/configfs.c
974
if (kstrtouint(page, 0, &timeout))
drivers/nvme/target/configfs.c
993
if (kstrtouint(page, 0, &clear_ids))
drivers/pci/endpoint/functions/pci-epf-test.c
1351
ret = kstrtouint(page, 0, &val); \
drivers/platform/chrome/cros_ec_lightbar.c
241
if (kstrtouint(buf, 0, &val))
drivers/platform/chrome/cros_ec_lightbar.c
452
ret = kstrtouint(buf, 0, &num);
drivers/platform/mellanox/mlxbf-pmc.c
1712
err = kstrtouint(buf, 0, &data);
drivers/platform/mellanox/mlxbf-pmc.c
1807
err = kstrtouint(buf, 0, &evt_num);
drivers/platform/mellanox/mlxbf-pmc.c
1966
err = kstrtouint(buf, 0, ®);
drivers/platform/x86/asus-wmi.c
1535
ret = kstrtouint(buf, 10, &value);
drivers/platform/x86/asus-wmi.c
2980
ret = kstrtouint(buf, 10, &value);
drivers/platform/x86/asus-wmi.c
3061
ret = kstrtouint(buf, 10, &state);
drivers/platform/x86/asus-wmi.c
3184
ret = kstrtouint(buf, 10, &state);
drivers/platform/x86/asus-wmi.c
3230
ret = kstrtouint(buf, 10, &state);
drivers/platform/x86/dell/dell-laptop.c
2365
ret = kstrtouint(buf, 10, &end);
drivers/platform/x86/fujitsu-laptop.c
186
ret = kstrtouint(buf, 10, &value);
drivers/platform/x86/intel/ifs/sysfs.c
70
rc = kstrtouint(buf, 0, &cpu);
drivers/platform/x86/intel/ifs/sysfs.c
94
rc = kstrtouint(buf, 0, &cur_batch);
drivers/platform/x86/intel/int1092/intel_sar.c
184
read = kstrtouint(buf, 10, &value);
drivers/platform/x86/intel/pmc/core.c
162
err = kstrtouint(buf, 16, ®);
drivers/platform/x86/intel/uncore-frequency/uncore-frequency-common.c
93
if (kstrtouint(buf, 10, &input))
drivers/platform/x86/intel/wmi/sbl-fw-update.c
79
ret = kstrtouint(buf, 0, &val);
drivers/platform/x86/lenovo/ideapad-laptop.c
713
err = kstrtouint(buf, 0, &state);
drivers/platform/x86/lenovo/wmi-other.c
800
ret = kstrtouint(buf, 10, &value);
drivers/platform/x86/system76_acpi.c
205
ret = kstrtouint(buf, 10, &value);
drivers/platform/x86/system76_acpi.c
372
ret = kstrtouint(buf, 16, &val);
drivers/platform/x86/uniwill/uniwill-acpi.c
826
ret = kstrtouint(buf, 0, &value);
drivers/power/supply/ltc4162-l-charger.c
873
ret = kstrtouint(buf, 0, &value);
drivers/power/supply/ltc4162-l-charger.c
914
ret = kstrtouint(buf, 0, &value);
drivers/power/supply/mp2629_charger.c
529
ret = kstrtouint(buf, 10, &val);
drivers/power/supply/rt9467-charger.c
815
ret = kstrtouint(buf, 10, &tmp);
drivers/power/supply/rt9471.c
663
ret = kstrtouint(buf, 10, &tmp);
drivers/power/supply/rt9471.c
696
ret = kstrtouint(buf, 10, &tmp);
drivers/power/supply/rt9756.c
552
ret = kstrtouint(buf, 10, &wdt_set);
drivers/pwm/core.c
1405
ret = kstrtouint(buf, 0, &hwpwm);
drivers/pwm/core.c
1432
ret = kstrtouint(buf, 0, &hwpwm);
drivers/s390/block/dasd_devmap.c
1033
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/block/dasd_devmap.c
1091
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/block/dasd_devmap.c
1131
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/block/dasd_devmap.c
1453
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/block/dasd_devmap.c
1491
if (kstrtouint(buf, 0, &val) || val > DASD_EER_VALID)
drivers/s390/block/dasd_devmap.c
151
if (!kstrtouint(str, 16, &val)) {
drivers/s390/block/dasd_devmap.c
1574
if ((kstrtouint(buf, 10, &val) != 0) ||
drivers/s390/block/dasd_devmap.c
161
if (kstrtouint(tok, 16, &val) || val > 0xff)
drivers/s390/block/dasd_devmap.c
166
if (kstrtouint(tok, 16, &val) || val > 0xff)
drivers/s390/block/dasd_devmap.c
171
if (kstrtouint(tok, 16, &val) || val > 0xffff)
drivers/s390/block/dasd_devmap.c
1731
if ((kstrtouint(buf, 16, &val) != 0) || val > 0xff)
drivers/s390/block/dasd_devmap.c
1945
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/block/dasd_devmap.c
987
if (kstrtouint(buf, 0, &val) || val > 1)
drivers/s390/crypto/ap_queue.c
1100
rc = kstrtouint(buf, 0, &value);
drivers/s390/net/ctcm_sysfs.c
48
rc = kstrtouint(buf, 0, &bs1);
drivers/s390/net/qeth_core_sys.c
108
rc = kstrtouint(buf, 16, &portno);
drivers/s390/net/qeth_core_sys.c
254
rc = kstrtouint(buf, 10, &cnt);
drivers/s390/net/qeth_core_sys.c
349
rc = kstrtouint(buf, 16, &input);
drivers/s390/net/qeth_core_sys.c
560
rc = kstrtouint(buf, 10, &input);
drivers/s390/net/qeth_l3_sys.c
412
rc = kstrtouint(sep + 1, 10, mask_bits);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
2919
rval = kstrtouint(buf, 10, &val);
drivers/scsi/qedf/qedf_debugfs.c
177
rval = kstrtouint(kern_buf, 10, &val);
drivers/scsi/scsi_sysfs.c
1200
if (kstrtouint(buf, 10, &period))
drivers/scsi/scsi_sysfs.c
722
err = kstrtouint(buf, 10, &eh_timeout);
drivers/scsi/sd.c
471
err = kstrtouint(buf, 10, &val);
drivers/scsi/sd.c
629
err = kstrtouint(buf, 10, &sdkp->max_medium_access_timeouts);
drivers/staging/greybus/camera.c
1009
ret = kstrtouint(token, 10, &request_id);
drivers/staging/greybus/camera.c
1017
ret = kstrtouint(token, 16, &streams_mask);
drivers/staging/greybus/camera.c
1025
ret = kstrtouint(token, 10, &num_frames);
drivers/staging/greybus/camera.c
919
ret = kstrtouint(token, 10, &nstreams);
drivers/staging/greybus/camera.c
930
ret = kstrtouint(token, 10, &flags);
drivers/staging/greybus/camera.c
948
ret = kstrtouint(token, 10, &stream->width);
drivers/staging/greybus/camera.c
957
ret = kstrtouint(token, 10, &stream->height);
drivers/staging/greybus/camera.c
966
ret = kstrtouint(token, 16, &stream->format);
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
87
ret = kstrtouint(buf, 10, &input);
drivers/thermal/intel/int340x_thermal/platform_temperature_control.c
152
ret = kstrtouint(buf, 10, &input);
drivers/thermal/intel/int340x_thermal/platform_temperature_control.c
239
if (kstrtouint(buf, 0, &value))
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c
165
if (kstrtouint(buf, 0, &tcc))
drivers/thermal/intel/int340x_thermal/processor_thermal_rfim.c
256
err = kstrtouint(buf, 10, &input);\
drivers/thunderbolt/debugfs.c
642
ret = kstrtouint(buf, 10, &val);
drivers/thunderbolt/switch.c
1886
ret = kstrtouint(buf, 0, &val);
drivers/tty/serial/earlycon.c
127
if (uartclk && kstrtouint(uartclk + 1, 0, &port->uartclk) < 0)
drivers/ufs/core/ufs-sysfs.c
1601
if (kstrtouint(buf, 0, &rtt))
drivers/ufs/core/ufs-sysfs.c
296
if (kstrtouint(buf, 0, &timer))
drivers/ufs/core/ufs-sysfs.c
340
if (kstrtouint(buf, 0, &wb_enable))
drivers/ufs/core/ufs-sysfs.c
375
if (kstrtouint(buf, 0, &ms))
drivers/ufs/core/ufs-sysfs.c
411
if (kstrtouint(buf, 0, &enable_wb_buf_flush))
drivers/ufs/core/ufs-sysfs.c
448
if (kstrtouint(buf, 0, &wb_flush_threshold))
drivers/ufs/core/ufs-sysfs.c
577
if (kstrtouint(buf, 0, &value))
drivers/usb/dwc3/debugfs.c
377
ret = kstrtouint(buf, 0, &sel);
drivers/usb/fotg210/fotg210-hcd.c
4699
ret = kstrtouint(buf, 0, &uframe_periodic_max);
drivers/usb/gadget/function/f_hid.c
1450
ret = kstrtouint(page, 0, &tmp);
drivers/usb/gadget/function/f_midi2.c
2377
ret = kstrtouint(name + 6, 10, &blk);
drivers/usb/gadget/function/f_midi2.c
2531
ret = kstrtouint(name + 3, 10, &index);
drivers/usb/gadget/function/uvc_configfs.c
3735
ret = kstrtouint(page, 0, &num); \
drivers/usb/gadget/function/uvc_configfs.c
64
ret = kstrtouint(buf, 0, &num);
drivers/usb/host/ehci-sysfs.c
86
if (kstrtouint(buf, 0, &uframe_periodic_max) < 0)
drivers/usb/misc/usbio.c
716
if (!kstrtouint(&uid[i], 10, &id))
drivers/usb/musb/musb_cppi41.c
697
ret = kstrtouint(str + 2, 0, &port);
drivers/usb/serial/ftdi_sio.c
1671
if (kstrtouint(valbuf, 0, &v) || v >= 0x200)
drivers/usb/storage/usb.c
110
return kstrtouint(buf, 10, val);
drivers/vdpa/vdpa_user/vduse_dev.c
1997
ret = kstrtouint(buf, 10, &dev->msg_timeout);
drivers/vdpa/vdpa_user/vduse_dev.c
2028
ret = kstrtouint(buf, 10, &bounce_size);
drivers/vhost/scsi.c
70
ret = kstrtouint(buf, 10, &cnt);
drivers/video/backlight/lm3639_bl.c
188
ret = kstrtouint(buf, 10, &state);
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
134
r = kstrtouint(buf, 0, &color);
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
214
r = kstrtouint(buf, 0, &key_value);
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
530
r = kstrtouint(buf, 0, &mode);
drivers/video/fbdev/via/viafbdev.c
1949
if (kstrtouint(this_opt + 11, 0, &viafb_bpp1) < 0)
drivers/video/fbdev/via/viafbdev.c
1952
if (kstrtouint(this_opt + 10, 0, &viafb_bpp) < 0)
drivers/virt/coco/guest/report.c
184
rc = kstrtouint(buf, 0, &val);
drivers/virt/coco/guest/report.c
92
rc = kstrtouint(buf, 0, &val);
drivers/w1/slaves/w1_therm.c
2014
ret = kstrtouint(buf, 10, &val); /* converting user entry to int */
drivers/watchdog/watchdog_dev.c
462
ret = kstrtouint(buf, 0, &value);
drivers/xen/privcmd.c
1694
if (IS_ERR(target) || kstrtouint(target, 10, &domid)) {
drivers/xen/xenbus/xenbus_probe.c
247
ret = kstrtouint(buf, 0, &val);
fs/9p/v9fs.c
308
r = kstrtouint(s, 10, &uid);
fs/dlm/config.c
166
rc = kstrtouint(buf, 0, &x);
fs/dlm/config.c
530
rv = kstrtouint(name, 0, &nodeid);
fs/dlm/config.c
576
rv = kstrtouint(name, 0, &nodeid);
fs/dlm/config.c
660
rv = kstrtouint(config_item_name(item), 0, &nodeid);
fs/dlm/config.c
777
rc = kstrtouint(buf, 0, &mark);
fs/dlm/config.c
813
rv = kstrtouint(config_item_name(item), 0, &nodeid);
fs/dlm/config.c
854
rc = kstrtouint(buf, 0, &n->release_recover);
fs/dlm/lockspace.c
77
int rc = kstrtouint(buf, 0, &ls->ls_global_id);
fs/ext4/sysfs.c
505
ret = kstrtouint(skip_spaces(buf), 0, &t);
fs/ext4/sysfs.c
513
ret = kstrtouint(skip_spaces(buf), 0, &t);
fs/ext4/sysfs.c
522
ret = kstrtouint(skip_spaces(buf), 0, &t);
fs/ext4/sysfs.c
530
ret = kstrtouint(skip_spaces(buf), 0, &t);
fs/f2fs/super.c
724
if (kstrtouint(str + 1, 10, &level))
fs/fs_parser.c
223
if (kstrtouint(param->string, base, &result->uint_32) < 0)
fs/fs_parser.c
296
kstrtouint(param->string, 0, &result->uint_32) < 0)
fs/fuse/dir.c
53
ret = kstrtouint(val, 0, &num);
fs/gfs2/sys.c
649
error = kstrtouint(buf, 0, &x);
fs/nfsd/nfs4idmap.c
621
ret = kstrtouint(buf, 10, id);
fs/nfsd/nfsctl.c
595
if (kstrtouint(minorp+1, 0, &minor) < 0)
fs/nilfs2/sysfs.c
770
err = kstrtouint(skip_spaces(buf), 0, &val);
fs/proc/root.c
70
if (!kstrtouint(param->string, base, &result.uint_32)) {
fs/resctrl/rdtgroup.c
1241
ret = kstrtouint(buf, 0, &bytes);
fs/smb/client/cifs_debug.c
1217
rc = kstrtouint(flags_string, 0, &flags);
fs/smb/client/netmisc.c
90
rc = kstrtouint(scope_id, 0, &s6->sin6_scope_id);
fs/xfs/xfs_error.c
65
ret = kstrtouint(buf, 0, &val);
fs/xfs/xfs_sysfs.c
730
ret = kstrtouint(buf, 0, &val);
include/linux/kstrtox.h
71
int __must_check kstrtouint(const char *s, unsigned int base, unsigned int *res);
include/linux/kstrtox.h
86
return kstrtouint(s, base, res);
include/linux/sunrpc/cache.h
285
if (kstrtouint(buf, 0, anint))
init/do_mounts.c
116
if (kstrtouint(str, 0, &root_delay))
kernel/audit.c
1803
if (kstrtouint(str, 0, &audit_backlog_limit_arg)) {
kernel/debug/kdb/kdb_main.c
1551
if (kstrtouint(argv[0] + 4, 10, &repeat))
kernel/debug/kdb/kdb_main.c
415
ret = kstrtouint(argv[2], 0, &debugflags);
kernel/liveupdate/kexec_handover.c
561
ret = kstrtouint(s_scale, 10, &scratch_scale);
kernel/params.c
238
STANDARD_PARAM_DEF(uint, unsigned int, "%u", kstrtouint);
kernel/params.c
242
STANDARD_PARAM_DEF(hexint, unsigned int, "%#08x", kstrtouint);
kernel/params.c
252
ret = kstrtouint(val, 0, &num);
kernel/power/hibernate.c
1482
int rc = kstrtouint(str, 0, &resume_delay);
kernel/power/swap.c
1705
int rc = kstrtouint(str, 0, &hibernate_compression_threads);
kernel/reboot.c
1339
rc = kstrtouint(buf, 0, &cpunum);
kernel/sched/cpufreq_schedutil.c
601
if (kstrtouint(buf, 10, &rate_limit_us))
kernel/trace/ftrace.c
6878
if (!str || kstrtouint(str, 0, &fgraph_max_depth))
kernel/trace/trace_events_synth.c
219
err = kstrtouint(buf, 0, &size);
kernel/trace/trace_events_user.c
1033
if (kstrtouint(val, 0, &size))
kernel/trace/trace_kprobe.c
915
ret = kstrtouint(buf, 0, &maxactive);
kernel/trace/trace_probe.c
1314
if (kstrtouint(t2, 0, &parg->count) || !parg->count) {
lib/dynamic_debug.c
347
if (kstrtouint(str, 10, val) < 0) {
lib/fault-inject.c
300
result = kstrtouint(page, 0, &tmp);
lib/kstrtox.c
241
EXPORT_SYMBOL(kstrtouint);
lib/kstrtox.c
430
kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
lib/parser.c
217
return kstrtouint(buf, 10, result);
lib/stackdepot.c
110
rv = kstrtouint(str, 0, &max_pools);
lib/test_kmod.c
881
ret = kstrtouint(buf, 10, &val);
lib/test_kmod.c
915
ret = kstrtouint(buf, 10, &val);
mm/backing-dev.c
296
ret = kstrtouint(buf, 10, &ratio);
mm/backing-dev.c
315
ret = kstrtouint(buf, 10, &ratio);
mm/backing-dev.c
334
ret = kstrtouint(buf, 10, &ratio);
mm/backing-dev.c
353
ret = kstrtouint(buf, 10, &ratio);
mm/backing-dev.c
438
ret = kstrtouint(buf, 10, &strict_limit);
mm/damon/sysfs-schemes.c
1408
int err = kstrtouint(buf, 0, &weights->sz);
mm/damon/sysfs-schemes.c
1427
int err = kstrtouint(buf, 0, &weights->nr_accesses);
mm/damon/sysfs-schemes.c
1446
int err = kstrtouint(buf, 0, &weights->age);
mm/damon/sysfs-schemes.c
1772
int err = kstrtouint(buf, 0, &dest->id);
mm/damon/sysfs-schemes.c
1791
int err = kstrtouint(buf, 0, &dest->weight);
mm/damon/sysfs.c
1852
int err = kstrtouint(buf, 0, &nr);
mm/kasan/hw_tags.c
196
rv = kstrtouint(arg, 0, &kasan_page_alloc_sample_order);
mm/khugepaged.c
139
err = kstrtouint(buf, 10, &msecs);
mm/khugepaged.c
188
err = kstrtouint(buf, 10, &pages);
mm/kmemleak.c
2156
ret = kstrtouint(buf + 5, 0, &secs);
mm/ksm.c
3470
err = kstrtouint(buf, 10, &msecs);
mm/ksm.c
3497
err = kstrtouint(buf, 10, &nr_pages);
mm/ksm.c
3519
err = kstrtouint(buf, 10, &flags);
mm/ksm.c
3776
err = kstrtouint(buf, 10, &msecs);
mm/memtest.c
100
ret = kstrtouint(arg, 0, &memtest_pattern);
mm/slub.c
7973
ret = kstrtouint(str, 0, &slub_min_order);
mm/slub.c
7993
ret = kstrtouint(str, 0, &slub_max_order);
mm/slub.c
8959
err = kstrtouint(buf, 10, &objects);
mm/slub.c
9164
err = kstrtouint(buf, 10, &ratio);
mm/vmscan.c
5233
if (kstrtouint(buf, 0, &msecs))
mm/vmscan.c
5270
else if (kstrtouint(buf, 0, &caps))
mm/vmscan.c
5618
err = kstrtouint(swap_string, 0, &swappiness);
net/core/net-sysfs.c
1551
err = kstrtouint(buf, 10, &value);
net/core/net-sysfs.c
1579
err = kstrtouint(buf, 10, &value);
net/core/net-sysfs.c
1608
err = kstrtouint(buf, 10, &value);
net/core/utils.c
349
} else if (kstrtouint(scope_id, 0, &addr6->sin6_scope_id)) {
net/ipv4/ipconfig.c
1841
ret = kstrtouint(str, 0, &carrier_timeout);
net/ipv4/tcp_metrics.c
1009
ret = kstrtouint(str, 0, &tcpmhash_entries);
net/netfilter/nf_conntrack_core.c
2624
rc = kstrtouint(val, 0, &hashsize);
security/tomoyo/common.c
1732
if (kstrtouint(buf, 10, &pid))
sound/soc/codecs/fs210x.c
1494
ret = kstrtouint(buf, 10, &fs210x->check_interval_ms);
sound/soc/codecs/msm8916-wcd-digital.c
674
ret = kstrtouint(dmic_num, 10, &dmic);
sound/soc/codecs/wcd9335.c
2753
ret = kstrtouint(dec, 10, &decimator);
sound/soc/codecs/wcd9335.c
2880
ret = kstrtouint(wname, 10, &dmic);
sound/soc/codecs/wcd934x.c
4776
ret = kstrtouint(wname, 10, &dmic);
sound/soc/codecs/wcd934x.c
4955
ret = kstrtouint(dec, 10, &decimator);
sound/soc/intel/atom/sst/sst_acpi.c
318
ret = kstrtouint(id->id, 16, &dev_id);