Home
last modified time | relevance | path

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

/drivers/fpga/
A Ddfl-fme-error.c67 if (kstrtou64(buf, 0, &val)) in pcie0_errors_store()
112 if (kstrtou64(buf, 0, &val)) in pcie1_errors_store()
228 if (kstrtou64(buf, 0, &val)) in fme_errors_store()
A Ddfl-afu-error.c136 if (kstrtou64(buff, 0, &value)) in errors_store()
A Ddfl-afu-main.c304 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store()
325 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
/drivers/edac/
A Dscrub.c84 EDAC_SCRUB_ATTR_STORE(addr, write_addr, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE() argument
85 EDAC_SCRUB_ATTR_STORE(size, write_size, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE()
A Dmem_repair.c122 MR_ATTR_STORE(hpa, set_hpa, u64, kstrtou64) in MR_ATTR_STORE()
123 MR_ATTR_STORE(dpa, set_dpa, u64, kstrtou64) in MR_ATTR_STORE()
/drivers/cpufreq/
A Dcppc_cpufreq.c854 ret = kstrtou64(buf, 0, &usec); in store_auto_act_window()
888 ret = kstrtou64(buf, 0, &val); in store_energy_performance_preference_val()
/drivers/firmware/xilinx/
A Dzynqmp-debug.c92 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
/drivers/mtd/devices/
A Dphram.c209 ret = kstrtou64(token, 0, num64); in parse_num64()
/drivers/crypto/intel/qat/qat_common/
A Dadf_sysfs_rl.c178 err = kstrtou64(buf, 16, &val); in rp_store()
/drivers/counter/
A Dcounter-sysfs.c338 err = kstrtou64(buf, 0, &data); in counter_comp_u64_store()
453 err = kstrtou64(buf, 0, &data); in counter_comp_array_u64_store()
/drivers/siox/
A Dsiox-core.c648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/drivers/acpi/
A Dutils.c873 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
/drivers/pwm/
A Dcore.c1139 ret = kstrtou64(buf, 0, &val); in period_store()
1174 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
/drivers/pci/endpoint/functions/
A Dpci-epf-vntb.c903 ret = kstrtou64(page, 0, &val); \
A Dpci-epf-ntb.c1982 if (kstrtou64(page, 0, &val) < 0) \
/drivers/dma/idxd/
A Dsysfs.c988 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
/drivers/ptp/
A Dptp_ocp.c3218 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store()
3230 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
/drivers/target/
A Dtarget_core_user.c2874 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
/drivers/cxl/core/
A Dregion.c713 rc = kstrtou64(buf, 0, &val); in size_store()
/drivers/nvme/host/
A Dfc.c3806 if (kstrtou64(cgrp_id, 16, id) < 0) in fc_parse_cgrpid()
/drivers/infiniband/ulp/srpt/
A Dib_srpt.c86 return kstrtou64(buffer, 16, (u64 *)kp->arg); in srpt_set_u64_x()
/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c908 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_features()

Completed in 111 milliseconds