Home
last modified time | relevance | path

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

/linux/drivers/fpga/
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()
A Ddfl-afu-error.c137 if (kstrtou64(buff, 0, &value)) in errors_store()
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()
/linux/lib/
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/arch/x86/kernel/cpu/
A Dintel_epb.c147 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
/linux/drivers/firmware/xilinx/
A Dzynqmp-debug.c54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
/linux/drivers/pwm/
A Dsysfs.c58 ret = kstrtou64(buf, 0, &val); in period_store()
93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
/linux/include/linux/
A Dkstrtox.h74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
/linux/net/batman-adv/
A Dgateway_common.c55 ret = kstrtou64(buff, 10, &lthroughput); in batadv_parse_throughput()
/linux/arch/arm64/kernel/
A Didreg-override.c120 return kstrtou64(cmdline + len, 0, v); in find_field()
/linux/kernel/power/
A Dwakelock.c226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux/drivers/mtd/devices/
A Dphram.c166 ret = kstrtou64(token, 0, num64); in parse_num64()
/linux/arch/powerpc/kernel/
A Dsysfs.c363 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time()
485 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
/linux/arch/powerpc/platforms/pseries/
A Dmobility.c689 rc = kstrtou64(buf, 0, &streamid); in migration_store()
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c2330 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2353 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2380 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/linux/drivers/infiniband/hw/qib/
A Dqib_sysfs.c398 ret = kstrtou64(buf, 0, &val); in diagc_attr_store()
/linux/drivers/siox/
A Dsiox-core.c648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/linux/drivers/counter/
A Dcounter-sysfs.c316 err = kstrtou64(buf, 0, &data); in counter_comp_u64_store()
/linux/drivers/dma/idxd/
A Dsysfs.c818 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
/linux/drivers/pci/endpoint/functions/
A Dpci-epf-ntb.c1982 if (kstrtou64(page, 0, &val) < 0) \
/linux/fs/btrfs/
A Dsysfs.c568 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()
/linux/drivers/target/
A Dtarget_core_user.c2796 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
/linux/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c968 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_features()
/linux/drivers/nvme/host/
A Dfc.c3853 if (kstrtou64(cgrp_id, 16, id) < 0) in fc_parse_cgrpid()

Completed in 64 milliseconds