kstrtouint_from_user 49 arch/riscv/mm/sifive_l2_cache.c if (kstrtouint_from_user(data, count, 0, &val)) kstrtouint_from_user 394 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c ret = kstrtouint_from_user(user_buf, count, 0, &perf_mode); kstrtouint_from_user 1290 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c ret = kstrtouint_from_user(user_buf, count, 0, &disable_panic); kstrtouint_from_user 5743 drivers/infiniband/hw/mlx5/main.c if (kstrtouint_from_user(buf, count, 0, &var)) kstrtouint_from_user 640 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 16, &value); kstrtouint_from_user 692 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 10, &value); kstrtouint_from_user 748 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 16, &value); kstrtouint_from_user 772 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 10, &value); kstrtouint_from_user 791 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 10, &value); kstrtouint_from_user 810 drivers/misc/habanalabs/debugfs.c rc = kstrtouint_from_user(buf, count, 10, &value); kstrtouint_from_user 1855 drivers/net/wireless/ath/ath10k/debug.c if (kstrtouint_from_user(ubuf, count, 0, &filter)) kstrtouint_from_user 1922 drivers/net/wireless/ath/ath10k/debug.c if (kstrtouint_from_user(ubuf, count, 0, &period)) kstrtouint_from_user 2048 drivers/net/wireless/ath/ath10k/debug.c if (kstrtouint_from_user(ubuf, count, 0, &filter)) kstrtouint_from_user 204 drivers/net/wireless/ath/ath10k/debugfs_sta.c if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) kstrtouint_from_user 711 drivers/ntb/test/ntb_tool.c ret = kstrtouint_from_user(ubuf, size, 0, &val); kstrtouint_from_user 172 drivers/remoteproc/remoteproc_debugfs.c ret = kstrtouint_from_user(user_buf, count, 0, &type); kstrtouint_from_user 3509 drivers/scsi/hisi_sas/hisi_sas_main.c val = kstrtouint_from_user(buf, count, 0, &phy_no); kstrtouint_from_user 3634 drivers/scsi/hisi_sas/hisi_sas_main.c val = kstrtouint_from_user(buf, count, 0, &enable); kstrtouint_from_user 1374 fs/proc/base.c err = kstrtouint_from_user(buf, count, 0, &n); kstrtouint_from_user 2729 fs/proc/base.c ret = kstrtouint_from_user(buf, count, 0, &val); kstrtouint_from_user 436 include/linux/kernel.h int __must_check kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, unsigned int *res); kstrtouint_from_user 456 include/linux/kernel.h return kstrtouint_from_user(s, count, base, res); kstrtouint_from_user 405 lib/kstrtox.c kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);