Home
last modified time | relevance | path

Searched refs:kstrtou64 (Results 1 – 23 of 23) sorted by relevance

/linux/lib/
H A Dtest-kstrtox.c327 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); in test_kstrtou64_ok()
338 TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail); in test_kstrtou64_fail()
/linux/drivers/edac/
H A Dscrub.c84 EDAC_SCRUB_ATTR_STORE(addr, write_addr, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE() argument
85 EDAC_SCRUB_ATTR_STORE(size, write_size, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE()
H A Dmem_repair.c122 MR_ATTR_STORE(hpa, set_hpa, u64, kstrtou64) in MR_ATTR_STORE()
123 MR_ATTR_STORE(dpa, set_dpa, u64, kstrtou64) in MR_ATTR_STORE()
/linux/arch/x86/kernel/cpu/
H A Dintel_epb.c161 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
/linux/kernel/power/
H A Dwakelock.c226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux/drivers/firmware/xilinx/
H A Dzynqmp-debug.c94 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
/linux/kernel/cgroup/
H A Dmisc.c282 ret = kstrtou64(buf, 0, &max); in misc_cg_max_write()
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c792 rc = kstrtou64(buf, 0, &streamid); in migration_store()
/linux/fs/ceph/
H A Dcrypto.c188 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
/linux/drivers/counter/
H A Dcounter-sysfs.c338 err = kstrtou64(buf, 0, &data); in counter_comp_u64_store()
453 err = kstrtou64(buf, 0, &data); in counter_comp_array_u64_store()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2556 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2581 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2608 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/linux/arch/um/kernel/
H A Dtime.c1064 ret = kstrtou64(buf, 0, &user_bc_message); in bc_store()
/linux/drivers/siox/
H A Dsiox-core.c648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/linux/kernel/bpf/
H A Dinode.c916 err = kstrtou64(p, 0, &msk); in bpf_parse_param()
/linux/drivers/pwm/
H A Dcore.c1147 ret = kstrtou64(buf, 0, &val); in period_store()
1182 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c1982 if (kstrtou64(page, 0, &val) < 0) \
/linux/drivers/dma/idxd/
H A Dsysfs.c988 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
/linux/drivers/ptp/
H A Dptp_ocp.c3218 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store()
3230 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
/linux/fs/btrfs/
H A Dsysfs.c604 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()
/linux/drivers/target/
H A Dtarget_core_user.c2874 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
/linux/drivers/nvme/host/
H A Dfc.c3820 if (kstrtou64(cgrp_id, 16, id) < 0) in fc_parse_cgrpid()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c909 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_features()
/linux/drivers/cxl/core/
H A Dregion.c715 rc = kstrtou64(buf, 0, &val); in size_store()