| /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() 228 if (kstrtou64(buf, 0, &val)) in fme_errors_store()
|
| A D | dfl-afu-error.c | 136 if (kstrtou64(buff, 0, &value)) in errors_store()
|
| A D | dfl-afu-main.c | 304 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 D | scrub.c | 84 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 D | mem_repair.c | 122 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 D | cppc_cpufreq.c | 854 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 D | zynqmp-debug.c | 92 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
| /drivers/mtd/devices/ |
| A D | phram.c | 209 ret = kstrtou64(token, 0, num64); in parse_num64()
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_sysfs_rl.c | 178 err = kstrtou64(buf, 16, &val); in rp_store()
|
| /drivers/counter/ |
| A D | counter-sysfs.c | 338 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 D | siox-core.c | 648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
|
| /drivers/acpi/ |
| A D | utils.c | 873 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
|
| /drivers/pwm/ |
| A D | core.c | 1139 ret = kstrtou64(buf, 0, &val); in period_store() 1174 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
| /drivers/pci/endpoint/functions/ |
| A D | pci-epf-vntb.c | 903 ret = kstrtou64(page, 0, &val); \
|
| A D | pci-epf-ntb.c | 1982 if (kstrtou64(page, 0, &val) < 0) \
|
| /drivers/dma/idxd/ |
| A D | sysfs.c | 988 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
|
| /drivers/ptp/ |
| A D | ptp_ocp.c | 3218 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store() 3230 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
|
| /drivers/target/ |
| A D | target_core_user.c | 2874 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
|
| /drivers/cxl/core/ |
| A D | region.c | 713 rc = kstrtou64(buf, 0, &val); in size_store()
|
| /drivers/nvme/host/ |
| A D | fc.c | 3806 if (kstrtou64(cgrp_id, 16, id) < 0) in fc_parse_cgrpid()
|
| /drivers/infiniband/ulp/srpt/ |
| A D | ib_srpt.c | 86 return kstrtou64(buffer, 16, (u64 *)kp->arg); in srpt_set_u64_x()
|
| /drivers/gpu/drm/amd/pm/ |
| A D | amdgpu_pm.c | 908 ret = kstrtou64(buf, 0, &featuremask); in amdgpu_set_pp_features()
|