| /linux/lib/ |
| A D | kstrtox.c | 128 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 134 EXPORT_SYMBOL(kstrtoull); 164 rv = kstrtoull(s, base, &tmp); in kstrtoll() 181 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 227 rv = kstrtoull(s, base, &tmp); in kstrtouint() 272 rv = kstrtoull(s, base, &tmp); in kstrtou16() 302 rv = kstrtoull(s, base, &tmp); in kstrtou8() 406 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
|
| A D | test-kstrtox.c | 152 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()
|
| A D | parser.c | 174 ret = kstrtoull(buf, base, &val); in match_u64int()
|
| /linux/include/linux/ |
| A D | kstrtox.h | 12 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); 38 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul() 76 return kstrtoull(s, base, res); in kstrtou64()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | sysfs_engines.c | 167 err = kstrtoull(buf, 0, &duration); in max_spin_store() 217 err = kstrtoull(buf, 0, &duration); in timeslice_store() 271 err = kstrtoull(buf, 0, &duration); in stop_store() 321 err = kstrtoull(buf, 0, &timeout); in preempt_timeout_store() 378 err = kstrtoull(buf, 0, &delay); in heartbeat_store()
|
| /linux/drivers/md/ |
| A D | dm-init.c | 131 if (kstrtoull(field[0], 0, &sp->sector_start)) in dm_parse_table_entry() 134 if (kstrtoull(field[1], 0, &sp->length)) in dm_parse_table_entry() 210 if (kstrtoull(field[2], 0, &dev->dmi.dev)) in dm_parse_device_entry()
|
| A D | dm-switch.c | 217 if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { in parse_path()
|
| /linux/arch/x86/boot/ |
| A D | string.c | 331 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 343 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 375 return kstrtoull(s, base, (unsigned long long *)res); in boot_kstrtoul()
|
| A D | string.h | 29 int kstrtoull(const char *s, unsigned int base, unsigned long long *res);
|
| /linux/drivers/misc/habanalabs/common/ |
| A D | hwmgr.c | 75 rc = kstrtoull(buf, 0, &value); in clk_max_freq_mhz_store()
|
| /linux/drivers/base/ |
| A D | memory.c | 496 ret = kstrtoull(buf, 0, &phys_addr); in probe_store() 538 if (kstrtoull(buf, 0, &pfn) < 0) in soft_offline_page_store() 554 if (kstrtoull(buf, 0, &pfn) < 0) in hard_offline_page_store()
|
| /linux/arch/powerpc/sysdev/ |
| A D | fsl_85xx_l2ctlr.c | 29 if (!sram_offset || (kstrtoull(sram_offset, 0, &addr) < 0)) in get_cache_sram_params()
|
| /linux/arch/um/kernel/ |
| A D | time.c | 517 if (kstrtoull(buf, 0, &id)) { in time_travel_connect_external() 847 err = kstrtoull(str, 0, &time_travel_start); in setup_time_travel_start()
|
| /linux/drivers/s390/scsi/ |
| A D | zfcp_aux.c | 109 if (!token || kstrtoull(token, 0, (unsigned long long *) &wwpn)) in zfcp_init_device_setup() 113 if (!token || kstrtoull(token, 0, (unsigned long long *) &lun)) in zfcp_init_device_setup()
|
| A D | zfcp_sysfs.c | 311 if (kstrtoull(buf, 0, (unsigned long long *) &wwpn)) in zfcp_sysfs_port_remove_store() 450 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/ |
| A D | ds1682.c | 109 rc = kstrtoull(buf, 0, &val); in ds1682_store()
|
| /linux/drivers/xen/ |
| A D | pcpu.c | 115 if (kstrtoull(buf, 0, &val) < 0) in online_store()
|
| /linux/drivers/powercap/ |
| A D | powercap_sys.c | 45 err = kstrtoull(buf, 10, &value); \ 100 err = kstrtoull(buf, 10, &value); \
|
| /linux/kernel/trace/ |
| A D | trace_events_inject.c | 97 ret = kstrtoull(num, 0, &val); in parse_field()
|
| /linux/fs/ |
| A D | fs_parser.c | 235 kstrtoull(param->string, 0, &result->uint_64) < 0) in fs_param_is_u64()
|
| /linux/drivers/dax/ |
| A D | bus.c | 1013 rc = kstrtoull(buf, 0, &val); in size_store() 1051 rc = kstrtoull(start, 16, &addr); in range_parse() 1056 rc = kstrtoull(end, 16, &addr); in range_parse()
|
| /linux/drivers/hwtracing/coresight/ |
| A D | coresight-syscfg-configfs.c | 232 err = kstrtoull(page, 0, &value); in cscfg_param_value_store()
|
| /linux/drivers/target/ |
| A D | target_core_fabric_configfs.c | 296 ret = kstrtoull(buf + 4, 0, &mapped_lun); in target_fabric_make_mappedlun() 755 errno = kstrtoull(name + 4, 0, &unpacked_lun); in target_fabric_make_lun()
|
| /linux/drivers/virt/acrn/ |
| A D | hsm.c | 431 if (kstrtoull(buf, 0, &cpu) < 0) in remove_cpu_store()
|
| /linux/drivers/iio/frequency/ |
| A D | adf4371.c | 381 ret = kstrtoull(buf, 10, &freq); in adf4371_write()
|