Home
last modified time | relevance | path

Searched refs:kstrtoull (Results 1 – 25 of 46) sorted by relevance

12

/linux/arch/x86/boot/
H A Dstring.c323 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function
335 rv = kstrtoull(s, base, &tmp); in _kstrtoul()
367 return kstrtoull(s, base, (unsigned long long *)res); in boot_kstrtoul()
/linux/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c166 err = kstrtoull(buf, 0, &duration); in max_spin_store()
217 err = kstrtoull(buf, 0, &duration); in timeslice_store()
272 err = kstrtoull(buf, 0, &duration); in stop_store()
323 err = kstrtoull(buf, 0, &timeout); in preempt_timeout_store()
381 err = kstrtoull(buf, 0, &delay); in heartbeat_store()
/linux/lib/
H A Dtest-kstrtox.c152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); in test_kstrtoull_ok()
234 TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); in test_kstrtoull_fail()
/linux/drivers/s390/scsi/
H A Dzfcp_aux.c108 if (!token || kstrtoull(token, 0, (unsigned long long *) &wwpn)) in zfcp_init_device_setup()
112 if (!token || kstrtoull(token, 0, (unsigned long long *) &lun)) in zfcp_init_device_setup()
H A Dzfcp_sysfs.c310 if (kstrtoull(buf, 0, (unsigned long long *) &wwpn)) in zfcp_sysfs_port_remove_store()
448 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_add_store()
468 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_remove_store()
/linux/drivers/misc/
H A Dds1682.c110 rc = kstrtoull(buf, 0, &val); in ds1682_store()
/linux/arch/um/kernel/
H A Dtime.c678 if (kstrtoull(buf, 0, &id)) { in time_travel_connect_external()
1038 err = kstrtoull(str, 0, &time_travel_start); in setup_time_travel_start()
/linux/drivers/powercap/
H A Dpowercap_sys.c46 err = kstrtoull(buf, 10, &value); \
101 err = kstrtoull(buf, 10, &value); \
/linux/drivers/xen/
H A Dpcpu.c119 if (kstrtoull(buf, 0, &val) < 0) in online_store()
/linux/kernel/trace/
H A Dtrace_events_inject.c97 ret = kstrtoull(num, 0, &val); in parse_field()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c299 err = kstrtoull(page, 0, &value); in cscfg_param_value_store()
/linux/drivers/md/
H A Ddm-switch.c218 if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { in parse_path()
H A Dmd.c3374 if (kstrtoull(buf, 10, &offset) < 0) in offset_store()
3402 if (kstrtoull(buf, 10, &new_offset) < 0) in new_offset_store()
3489 if (kstrtoull(buf, 10, &blocks) < 0) in strict_blocks_to_sectors()
3572 else if (kstrtoull(buf, 10, &recovery_start)) in recovery_start_store()
3638 if (kstrtoull(buf, 10, &sector) < 0) in ppl_sector_store()
4516 err = kstrtoull(buf, 10, &n); in resync_start_store()
5543 if (kstrtoull(buf, 10, &min)) in min_sync_store()
5588 if (kstrtoull(buf, 10, &max)) in max_sync_store()
5632 err = kstrtoull(buf, 10, &new); in suspend_lo_store()
5663 err = kstrtoull(buf, 10, &new); in suspend_hi_store()
[all …]
/linux/drivers/virt/acrn/
H A Dhsm.c441 if (kstrtoull(buf, 0, &cpu) < 0) in remove_cpu_store()
/linux/drivers/iio/frequency/
H A Dadf4371.c393 ret = kstrtoull(buf, 10, &freq); in adf4371_write()
H A Dadf4350.c272 ret = kstrtoull(buf, 10, &readin); in adf4350_write()
H A Dadf4377.c836 ret = kstrtoull(buf, 10, &freq); in adf4377_write()
/linux/arch/powerpc/kernel/
H A Drtas-proc.c271 return kstrtoull(buf, 10, val); in parse_number()
/linux/drivers/scsi/
H A Dscsi_devinfo.c371 int ret = kstrtoull(strflags, 0, &val); in scsi_dev_info_list_add_keyed()
/linux/drivers/block/null_blk/
H A Dzoned.c795 ret = kstrtoull(page, 0, &sector); in zone_cond_store()
/linux/fs/ext4/
H A Dsysfs.c110 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c1305 if (kstrtoull(val.vstr, 10, &enable)) { in rvu_af_npc_defrag_feature_validate()
1361 if (kstrtoull(val.vstr, 10, &enable)) { in rvu_af_npc_exact_feature_validate()
/linux/kernel/power/
H A Dhibernate.c1354 rc = kstrtoull(buf, 0, &offset); in resume_offset_store()
/linux/sound/core/
H A Dcontrol_led.c462 if (kstrtoull(s, 10, &res)) in parse_uint()
/linux/drivers/target/
H A Dtarget_core_file.c739 ret = kstrtoull(arg_p, 0, &fd_dev->fd_dev_size); in fd_set_configfs_dev_params()

12