Searched refs:kstrtou64 (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/drivers/fpga/
H A Ddfl-fme-error.c67 if (kstrtou64(buf, 0, &val))
112 if (kstrtou64(buf, 0, &val))
226 if (kstrtou64(buf, 0, &val))
H A Ddfl-afu-error.c137 if (kstrtou64(buff, 0, &value))
H A Ddfl-afu-main.c303 if (kstrtou64(buf, 0, &userclk_freq_cmd))
324 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd))
/linux-master/lib/
H A Dtest-kstrtox.c327 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok);
338 TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail);
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp-debug.c54 if (!kstrtou64(arg, 0, &value))
/linux-master/include/linux/
H A Dkstrtox.h74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) function
/linux-master/arch/x86/kernel/cpu/
H A Dintel_epb.c157 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB)
/linux-master/drivers/pwm/
H A Dsysfs.c58 ret = kstrtou64(buf, 0, &val);
93 ret = kstrtou64(buf, 0, &val);
/linux-master/fs/bcachefs/
H A Dopts.c333 ret = kstrtou64(val, 10, res);
354 : kstrtou64(val, 10, res);
/linux-master/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns);
/linux-master/kernel/cgroup/
H A Dmisc.c272 ret = kstrtou64(buf, 0, &max);
/linux-master/drivers/mtd/devices/
H A Dphram.c208 ret = kstrtou64(token, 0, num64);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c789 rc = kstrtou64(buf, 0, &streamid);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_rl.c177 err = kstrtou64(buf, 16, &val);
/linux-master/arch/powerpc/kernel/
H A Dsysfs.c368 if (kstrtou64(buf, 0, &value))
490 if (kstrtou64(buf, 0, &value))
/linux-master/drivers/counter/
H A Dcounter-sysfs.c338 err = kstrtou64(buf, 0, &data);
453 err = kstrtou64(buf, 0, &data);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2496 if (kstrtou64(buf, 0, &new) < 0)
2521 if (kstrtou64(buf, 0, &new) < 0)
2548 if (kstrtou64(buf, 0, &new) < 0)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c398 ret = kstrtou64(buf, 0, &val);
/linux-master/fs/ceph/
H A Dcrypto.c242 ret = kstrtou64(inode_number, 10, &vino.ino);
/linux-master/kernel/bpf/
H A Dinode.c920 err = kstrtou64(p, 0, &msk);
/linux-master/drivers/acpi/
H A Dutils.c863 return kstrtou64(uid, 0, integer);
/linux-master/drivers/siox/
H A Dsiox-core.c648 ret = kstrtou64(buf, 0, &val);
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c1982 if (kstrtou64(page, 0, &val) < 0) \
H A Dpci-epf-vntb.c865 ret = kstrtou64(page, 0, &val); \
/linux-master/drivers/dma/idxd/
H A Dsysfs.c988 rc = kstrtou64(buf, 0, val);

Completed in 373 milliseconds

12