Searched refs:kstrtou64 (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/lib/ |
D | test-kstrtox.c | 327 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-v5.4/drivers/fpga/ |
D | dfl-fme-error.c | 66 if (kstrtou64(buf, 0, &val)) in pcie0_errors_store() 111 if (kstrtou64(buf, 0, &val)) in pcie1_errors_store() 225 if (kstrtou64(buf, 0, &val)) in fme_errors_store()
|
D | dfl-afu-error.c | 134 if (kstrtou64(buff, 0, &value)) in errors_store()
|
D | dfl-afu-main.c | 289 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store() 310 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
|
/Linux-v5.4/arch/x86/kernel/cpu/ |
D | intel_epb.c | 147 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
/Linux-v5.4/drivers/firmware/xilinx/ |
D | zynqmp-debug.c | 54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
/Linux-v5.4/net/batman-adv/ |
D | gateway_common.c | 55 ret = kstrtou64(buff, 10, <hroughput); in batadv_parse_throughput()
|
/Linux-v5.4/drivers/mtd/devices/ |
D | phram.c | 165 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/Linux-v5.4/kernel/power/ |
D | wakelock.c | 226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | mobility.c | 384 rc = kstrtou64(buf, 0, &streamid); in migration_store()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | sysfs.c | 222 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time() 344 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
|
/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | core.c | 2134 if (kstrtou64(buf, 0, &new) < 0) in set_bank() 2157 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce() 2184 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
|
/Linux-v5.4/drivers/siox/ |
D | siox-core.c | 644 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
|
/Linux-v5.4/include/linux/ |
D | kernel.h | 406 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|
/Linux-v5.4/drivers/target/ |
D | target_core_user.c | 2423 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pm.c | 773 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_feature_status()
|