/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-fme-error.c | 67 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 D | dfl-afu-error.c | 135 if (kstrtou64(buff, 0, &value)) in errors_store()
|
H A D | dfl-afu-main.c | 290 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store() 311 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl-fme-error.c | 67 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 D | dfl-afu-error.c | 137 if (kstrtou64(buff, 0, &value)) in errors_store()
|
/kernel/linux/linux-5.10/lib/ |
H A 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()
|
/kernel/linux/linux-6.6/lib/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
H A D | zynqmp-debug.c | 54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | intel_epb.c | 147 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
/kernel/linux/linux-6.6/drivers/firmware/xilinx/ |
H A D | zynqmp-debug.c | 54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | intel_epb.c | 157 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | gateway_common.c | 55 ret = kstrtou64(buff, 10, <hroughput); in batadv_parse_throughput()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kstrtox.h | 74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kstrtox.h | 74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | sysfs.c | 58 ret = kstrtou64(buf, 0, &val); in period_store() 93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | sysfs.c | 58 ret = kstrtou64(buf, 0, &val); in period_store() 93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | phram.c | 165 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 387 rc = kstrtou64(buf, 0, &streamid); in migration_store()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | idreg-override.c | 209 return kstrtou64(cmdline + len, 0, v); in find_field()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | phram.c | 208 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | misc.c | 272 ret = kstrtou64(buf, 0, &max); in misc_cg_max_write()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | sysfs.c | 363 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time() 485 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | sysfs.c | 368 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time() 490 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
|