Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-error.c67 if (kstrtou64(buf, 0, &val)) in pcie0_errors_store()
112 if (kstrtou64(buf, 0, &val)) in pcie1_errors_store()
226 if (kstrtou64(buf, 0, &val)) in fme_errors_store()
H A Ddfl-afu-error.c137 if (kstrtou64(buff, 0, &value)) in errors_store()
H A Ddfl-afu-main.c303 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store()
324 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
/openbmc/linux/drivers/firmware/xilinx/
H A Dzynqmp-debug.c54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel_epb.c157 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
/openbmc/linux/include/linux/
H A Dkstrtox.h74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
/openbmc/linux/drivers/pwm/
H A Dsysfs.c58 ret = kstrtou64(buf, 0, &val); in period_store()
93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
/openbmc/linux/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/openbmc/linux/kernel/cgroup/
H A Dmisc.c272 ret = kstrtou64(buf, 0, &max); in misc_cg_max_write()
/openbmc/linux/arch/arm64/kernel/
H A Didreg-override.c209 return kstrtou64(cmdline + len, 0, v); in find_field()
/openbmc/linux/drivers/mtd/devices/
H A Dphram.c208 ret = kstrtou64(token, 0, num64); in parse_num64()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c790 rc = kstrtou64(buf, 0, &streamid); in migration_store()
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c368 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time()
490 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
/openbmc/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()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2464 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2489 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2516 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/openbmc/linux/fs/ceph/
H A Dcrypto.c240 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c398 ret = kstrtou64(buf, 0, &val); in diagc_attr_store()
/openbmc/linux/drivers/siox/
H A Dsiox-core.c648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/openbmc/linux/drivers/acpi/
H A Dutils.c816 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c876 ret = kstrtou64(page, 0, &val); \
H A Dpci-epf-ntb.c1982 if (kstrtou64(page, 0, &val) < 0) \
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c988 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
/openbmc/linux/drivers/ptp/
H A Dptp_ocp.c2850 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store()
2862 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
/openbmc/linux/fs/btrfs/
H A Dsysfs.c584 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()

12