/linux-6.3-rc2/lib/ |
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()
|
/linux-6.3-rc2/drivers/fpga/ |
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()
|
A D | dfl-afu-error.c | 137 if (kstrtou64(buff, 0, &value)) in errors_store()
|
A D | dfl-afu-main.c | 303 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store() 324 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | intel_epb.c | 157 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
/linux-6.3-rc2/drivers/firmware/xilinx/ |
A D | zynqmp-debug.c | 54 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
/linux-6.3-rc2/net/batman-adv/ |
A D | gateway_common.c | 55 ret = kstrtou64(buff, 10, <hroughput); in batadv_parse_throughput()
|
/linux-6.3-rc2/include/linux/ |
A D | kstrtox.h | 74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|
/linux-6.3-rc2/drivers/pwm/ |
A D | sysfs.c | 58 ret = kstrtou64(buf, 0, &val); in period_store() 93 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
/linux-6.3-rc2/kernel/power/ |
A D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | idreg-override.c | 193 return kstrtou64(cmdline + len, 0, v); in find_field()
|
/linux-6.3-rc2/drivers/mtd/devices/ |
A D | phram.c | 208 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
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()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | mobility.c | 797 rc = kstrtou64(buf, 0, &streamid); in migration_store()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/ |
A D | core.c | 2414 if (kstrtou64(buf, 0, &new) < 0) in set_bank() 2437 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce() 2464 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
|
/linux-6.3-rc2/drivers/counter/ |
A D | counter-sysfs.c | 332 err = kstrtou64(buf, 0, &data); in counter_comp_u64_store() 447 err = kstrtou64(buf, 0, &data); in counter_comp_array_u64_store()
|
/linux-6.3-rc2/drivers/siox/ |
A D | siox-core.c | 648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_sysfs.c | 398 ret = kstrtou64(buf, 0, &val); in diagc_attr_store()
|
/linux-6.3-rc2/drivers/acpi/ |
A D | utils.c | 816 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
|
/linux-6.3-rc2/drivers/pci/endpoint/functions/ |
A D | pci-epf-vntb.c | 876 ret = kstrtou64(page, 0, &val); \
|
A D | pci-epf-ntb.c | 1982 if (kstrtou64(page, 0, &val) < 0) \
|
/linux-6.3-rc2/drivers/dma/idxd/ |
A D | sysfs.c | 991 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_ocp.c | 2843 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store() 2855 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | sysfs.c | 577 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | region.c | 565 rc = kstrtou64(buf, 0, &val); in size_store()
|