Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c135 if (kstrtou64(buff, 0, &value)) in errors_store()
H A Ddfl-afu-main.c290 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store()
311 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_timeout.c92 err = kstrtou64(buf, 0, &timeout); in progress_timeout_store()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dintel_epb.c147 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
/OK3568_Linux_fs/kernel/drivers/firmware/xilinx/
H A Dzynqmp-debug.c54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Didreg-override.c108 return kstrtou64(cmdline + len, 0, v); in find_field()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dgateway_common.c55 ret = kstrtou64(buff, 10, &lthroughput); in batadv_parse_throughput()
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dsysfs.c58 ret = kstrtou64(buf, 0, &val); in period_store()
93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dphram.c165 ret = kstrtou64(token, 0, num64); in parse_num64()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmobility.c387 rc = kstrtou64(buf, 0, &streamid); in migration_store()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c2401 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2424 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2451 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h395 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
/OK3568_Linux_fs/kernel/drivers/siox/
H A Dsiox-core.c644 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dsysfs.c1074 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsysfs.c491 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_user.c2619 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c939 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_features()