Symbol: simple_strtoul
arch/alpha/kernel/core_marvel.c
428
pid = simple_strtoul(str, &pchar, 0);
arch/alpha/kernel/rtc.c
39
unsigned long epoch = simple_strtoul(str, NULL, 0);
arch/alpha/kernel/setup.c
250
end = simple_strtoul(from, &from, 0);
arch/arm/mach-footbridge/common.c
122
mem_fclk_21285 = simple_strtoul(arg, NULL, 0);
arch/mips/dec/prom/identify.c
121
dec_sysid = simple_strtoul(prom_getenv("systype"),
arch/mips/rb532/prom.c
46
return simple_strtoul(num, 0, 10);
arch/mips/sibyte/common/cfe.c
180
initrd_size = simple_strtoul(str, &endptr, 16);
arch/mips/sibyte/common/cfe.c
186
initrd_start = simple_strtoul(tmp, &endptr, 16);
arch/powerpc/kernel/rtas-proc.c
324
hex = simple_strtoul(progress_led, NULL, 10);
arch/powerpc/kernel/setup_32.c
106
unsigned long val = simple_strtoul(str, NULL, 0);
arch/powerpc/kernel/setup_32.c
119
unsigned long val = simple_strtoul(str, NULL, 0);
arch/powerpc/platforms/pseries/cmm.c
353
unsigned long val = simple_strtoul (buf, NULL, 10);
arch/powerpc/platforms/pseries/cmm.c
605
int disable = simple_strtoul(val, NULL, 10);
arch/powerpc/platforms/pseries/lparcfg.c
715
*new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10);
arch/powerpc/platforms/pseries/lparcfg.c
732
*new_weight_ptr = (u8) simple_strtoul(tmp, &endp, 10);
arch/powerpc/platforms/pseries/lparcfg.c
739
*new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10);
arch/powerpc/platforms/pseries/lparcfg.c
746
*new_weight_ptr = (u8) simple_strtoul(tmp, &endp, 10);
arch/powerpc/platforms/pseries/reconfig.c
137
*length = simple_strtoul(tmp, &tmp, 10);
arch/powerpc/platforms/pseries/reconfig.c
266
handle = simple_strtoul(handle_str, NULL, 0);
arch/powerpc/platforms/pseries/suspend.c
85
stream_id = simple_strtoul(buf, NULL, 16);
arch/s390/kernel/debug.c
1431
rc = simple_strtoul(buf, &buf, 10);
arch/s390/kernel/setup.c
204
vdev = simple_strtoul(str, &str, 0);
arch/s390/kernel/setup.c
253
console_devno = simple_strtoul(query_buffer + 5, NULL, 16);
arch/s390/kernel/setup.c
255
console_irq = simple_strtoul(ptr + 13, NULL, 16);
arch/s390/kernel/time.c
790
value = simple_strtoul(buf, NULL, 0);
arch/s390/lib/spinlock.c
37
spin_retry = simple_strtoul(str, &str, 0);
arch/s390/mm/cmm.c
318
nr = simple_strtoul(p, &p, 0);
arch/s390/mm/cmm.c
320
seconds = simple_strtoul(p, &p, 0);
arch/s390/mm/cmm.c
366
nr = simple_strtoul(msg, &msg, 0);
arch/s390/mm/cmm.c
373
nr = simple_strtoul(msg, &msg, 0);
arch/s390/mm/cmm.c
380
nr = simple_strtoul(msg, &msg, 0);
arch/s390/mm/cmm.c
383
seconds = simple_strtoul(msg, &msg, 0);
arch/sh/drivers/dma/dma-sysfs.c
109
channel->mode = simple_strtoul(buf, NULL, 0);
arch/sh/drivers/dma/dma-sysfs.c
89
config = simple_strtoul(buf, NULL, 0);
arch/sh/drivers/platform_early.c
89
epdrv->requested_id = simple_strtoul(&buf[n + 1],
arch/sh/kernel/vsyscall/vsyscall.c
29
vdso_enabled = simple_strtoul(s, NULL, 0);
arch/sparc/kernel/led.c
94
led_blink_timer_timeout = simple_strtoul(buf, NULL, 10);
arch/sparc/kernel/setup_32.c
156
cmdline_memory_size = simple_strtoul(commands + 4,
arch/sparc/prom/tree_32.c
252
which_io = simple_strtoul(s+1, NULL, 16);
arch/sparc/prom/tree_32.c
253
phys_addr = simple_strtoul(s+3, &d, 16);
arch/um/drivers/line.c
440
unsigned n = simple_strtoul(init, &end, 0);
arch/um/drivers/line.c
471
n = simple_strtoul(str, &end, 0);
arch/um/drivers/line.c
491
dev = simple_strtoul(name, &end, 0);
arch/um/drivers/line.c
524
n = simple_strtoul(*str, &end, 0);
arch/um/drivers/stderr_console.c
43
use_stderr_console = simple_strtoul(str,&str,0);
arch/um/drivers/ubd_kern.c
209
n = simple_strtoul(str, &end, 0);
arch/um/drivers/vector_kern.c
771
n = simple_strtoul(*str, &end, 0);
arch/x86/entry/vdso/vdso32-setup.c
33
vdso32_enabled = simple_strtoul(s, NULL, 0);
arch/x86/entry/vdso/vma.c
277
vdso64_enabled = simple_strtoul(s, NULL, 0);
arch/x86/kernel/cpu/mtrr/cleanup.c
441
nr_mtrr_spare_reg = simple_strtoul(arg, NULL, 0);
arch/x86/kernel/cpu/mtrr/if.c
115
reg = simple_strtoul(line + 8, &ptr, 0);
arch/x86/kernel/early_printk.c
169
early_serial_base = simple_strtoul(s, &e, 16);
arch/x86/kernel/early_printk.c
175
port = simple_strtoul(s, &e, 10);
arch/x86/kernel/early_printk.c
230
membase = simple_strtoul(s, &e, 16);
arch/x86/kernel/early_printk.c
244
baudrate = simple_strtoul(s, &e, 0);
arch/x86/kernel/early_printk.c
287
bus = (u8)simple_strtoul(s, &e, 16);
arch/x86/kernel/early_printk.c
292
slot = (u8)simple_strtoul(s, &e, 16);
arch/x86/kernel/early_printk.c
297
func = (u8)simple_strtoul(s, &e, 16);
arch/x86/pci/common.c
539
pirq_table_addr = simple_strtoul(str+9, NULL, 0);
block/blk-timeout.c
58
val = simple_strtoul(p, &p, 10);
block/early-lookup.c
181
part = simple_strtoul(p, NULL, 10);
block/early-lookup.c
208
*devt = new_decode_dev(simple_strtoul(name, &p, 16));
drivers/accessibility/speakup/kobjects.c
161
index = simple_strtoul(cp, &temp, 10);
drivers/accessibility/speakup/kobjects.c
795
index = simple_strtoul(cp, &temp, 10);
drivers/accessibility/speakup/main.c
1997
goto_pos = simple_strtoul(goto_buf, &cp, 10);
drivers/accessibility/speakup/varhandlers.c
340
val = simple_strtoul(skip_spaces(start), &start, 10);
drivers/ata/libata-core.c
6639
force_ent->device = simple_strtoul(p, &endp, 10);
drivers/ata/libata-core.c
6646
force_ent->port = simple_strtoul(id, &endp, 10);
drivers/ata/libata-sata.c
1254
val = simple_strtoul(buf, NULL, 0);
drivers/auxdisplay/charlcd.c
171
new_x = simple_strtoul(s + 1, &p, 10);
drivers/auxdisplay/charlcd.c
176
new_y = simple_strtoul(s + 1, &p, 10);
drivers/base/regmap/regmap-debugfs.c
319
reg = simple_strtoul(start, &start, 16);
drivers/block/xen-blkfront.c
1996
info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1, NULL, 0);
drivers/char/ipmi/ipmi_si_hotmod.c
93
*val = simple_strtoul(option, &n, 0);
drivers/char/ipmi/ipmi_watchdog.c
185
l = simple_strtoul(val, &endp, 0);
drivers/char/lp.c
1093
unsigned long r = simple_strtoul(parport[n], &ep, 0);
drivers/char/lp.c
900
int n = simple_strtoul(str+7, NULL, 10);
drivers/cpufreq/elanfreq.c
181
max_freq = simple_strtoul(str, &str, 0);
drivers/crypto/hifn_795x.c
2527
freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10);
drivers/edac/edac_device_sysfs.c
100
value = simple_strtoul(data, NULL, 0);
drivers/edac/edac_device_sysfs.c
43
ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0);
drivers/edac/edac_device_sysfs.c
60
ctl_info->log_ce = (simple_strtoul(data, NULL, 0) != 0);
drivers/edac/edac_device_sysfs.c
77
ctl_info->panic_on_ue = (simple_strtoul(data, NULL, 0) != 0);
drivers/edac/edac_pci_sysfs.c
226
*value = simple_strtoul(buffer, NULL, 0);
drivers/edac/mpc85xx_edac.c
370
simple_strtoul(data, NULL, 0));
drivers/edac/mpc85xx_edac.c
383
simple_strtoul(data, NULL, 0));
drivers/edac/mpc85xx_edac.c
396
simple_strtoul(data, NULL, 0));
drivers/firmware/dmi_scan.c
1057
year = simple_strtoul(y, &e, 10);
drivers/firmware/dmi_scan.c
1067
month = simple_strtoul(s, &e, 10);
drivers/firmware/dmi_scan.c
1074
day = simple_strtoul(s, &e, 10);
drivers/gpio/gpiolib-acpi-quirks.c
101
pin = simple_strtoul(pin_str + 1, &endp, 10);
drivers/hid/hid-lg4ff.c
1024
u16 range = simple_strtoul(buf, NULL, 10);
drivers/hid/hid-lg4ff.c
969
u16 combine = simple_strtoul(buf, NULL, 10);
drivers/hid/hid-logitech-hidpp.c
2776
int range = simple_strtoul(buf, NULL, 10);
drivers/hid/hid-wiimote-debug.c
151
i = simple_strtoul(buf, NULL, 16);
drivers/infiniband/ulp/ipoib/ipoib_main.c
2411
unsigned long umcast_val = simple_strtoul(buf, NULL, 0);
drivers/input/joystick/analog.c
667
analog_options[i] = simple_strtoul(js[i], &end, 0);
drivers/input/mouse/sentelic.c
426
reg = simple_strtoul(buf, &rest, 16);
drivers/input/touchscreen/gunze.c
51
input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10));
drivers/input/touchscreen/gunze.c
52
input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10));
drivers/macintosh/windfarm_core.c
196
val = simple_strtoul(buf, &endp, 0);
drivers/md/bcache/util.c
21
#define simple_strtouint(c, end, base) simple_strtoul(c, end, base)
drivers/md/md.c
4808
int major = simple_strtoul(buf, &e, 10);
drivers/md/md.c
4816
minor = simple_strtoul(e+1, &e, 10);
drivers/md/md.c
4878
chunk = end_chunk = simple_strtoul(buf, &end, 0);
drivers/md/md.c
4884
end_chunk = simple_strtoul(buf, &end, 0);
drivers/md/md.c
5006
major = simple_strtoul(buf, &e, 10);
drivers/md/md.c
5011
minor = simple_strtoul(buf, &e, 10);
drivers/misc/enclosure.c
493
int val = simple_strtoul(buf, NULL, 0);
drivers/misc/enclosure.c
551
int val = simple_strtoul(buf, NULL, 0);
drivers/misc/enclosure.c
575
int val = simple_strtoul(buf, NULL, 0);
drivers/misc/ibmasm/ibmasmfs.c
532
value = simple_strtoul(buff, NULL, 10);
drivers/mtd/devices/block2mtd.c
355
unsigned long result = simple_strtoul(cp, endp, base);
drivers/mtd/devices/slram.c
235
devstart = simple_strtoul(szstart, &buffer, 0);
drivers/mtd/devices/slram.c
239
devlength = simple_strtoul(szlength, &buffer, 0);
drivers/mtd/devices/slram.c
246
devlength = simple_strtoul(szlength + 1, &buffer, 0);
drivers/mtd/mtdoops.c
424
mtd_index = simple_strtoul(mtddev, &endp, 0);
drivers/mtd/mtdsuper.c
137
mtdnr = simple_strtoul(fc->source + 3, &endptr, 0);
drivers/mtd/nand/raw/nandsim.c
813
erase_block_no = simple_strtoul(w, &w, 0);
drivers/mtd/nand/raw/nandsim.c
842
erase_block_no = simple_strtoul(w, &w, 0);
drivers/mtd/nand/raw/nandsim.c
850
max_erases = simple_strtoul(w, &w, 0);
drivers/mtd/nand/raw/nandsim.c
893
page_no = simple_strtoul(w, &w, 0);
drivers/mtd/nand/raw/nandsim.c
901
max_writes = simple_strtoul(w, &w, 0);
drivers/mtd/nand/raw/nandsim.c
944
page_no = simple_strtoul(g, &g, 0);
drivers/mtd/nand/raw/nandsim.c
952
max_reads = simple_strtoul(g, &g, 0);
drivers/mtd/ubi/build.c
1216
mtd_num = simple_strtoul(mtd_dev, &endp, 0);
drivers/mtd/ubi/build.c
1437
result = simple_strtoul(str, &endp, 0);
drivers/net/ethernet/8390/etherh.c
519
addr[i] = simple_strtoul(s + 1, &s, 0x10);
drivers/net/ethernet/broadcom/b44.c
395
if (simple_strtoul(buf, NULL, 0) == 2) {
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
481
simple_strtoul(ptr, &ptr, 16);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
491
mgp->serial_number = simple_strtoul(ptr, &ptr, 10);
drivers/net/ethernet/seeq/ether3.c
204
addr[i] = simple_strtoul(s + 1, &s, 0x10);
drivers/net/ethernet/sun/sunhme.c
2745
int i = simple_strtoul(dev->name + 3, NULL, 10);
drivers/net/hamradio/baycom_epp.c
984
bc->cfg.fclk = simple_strtoul(cp+5, NULL, 0);
drivers/net/hamradio/baycom_epp.c
991
bc->cfg.bps = simple_strtoul(cp+4, NULL, 0);
drivers/net/hamradio/baycom_ser_fdx.c
486
baud = simple_strtoul(modestr+3, NULL, 10);
drivers/net/plip/plip.c
1395
int n = simple_strtoul(str+7, NULL, 10);
drivers/net/usb/pegasus.c
1335
vendor_id = simple_strtoul(token, NULL, 16);
drivers/net/usb/pegasus.c
1337
device_id = simple_strtoul(token, NULL, 16);
drivers/net/usb/pegasus.c
1338
flags = simple_strtoul(id, NULL, 16);
drivers/net/wan/c101.c
403
irq = simple_strtoul(hw, &hw, 0);
drivers/net/wan/c101.c
407
ram = simple_strtoul(hw, &hw, 0);
drivers/net/wan/n2.c
491
io = simple_strtoul(hw, &hw, 0);
drivers/net/wan/n2.c
495
irq = simple_strtoul(hw, &hw, 0);
drivers/net/wan/n2.c
499
ram = simple_strtoul(hw, &hw, 0);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3084
val = simple_strtoul(p, &p, 10);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3108
u32 flags = simple_strtoul(buf, NULL, 0);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3142
u32 filter_flags = simple_strtoul(buf, NULL, 0);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3214
channel = simple_strtoul(p, NULL, 0);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3222
type = simple_strtoul(p + 1, NULL, 0);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3243
il->retry_rate = simple_strtoul(buf, NULL, 0);
drivers/net/wireless/marvell/libertas/debugfs.c
468
priv->mac_offset = simple_strtoul(buf, NULL, 16);
drivers/net/wireless/marvell/libertas/debugfs.c
539
priv->bbp_offset = simple_strtoul(buf, NULL, 16);
drivers/net/wireless/marvell/libertas/debugfs.c
611
priv->rf_offset = simple_strtoul(buf, NULL, 16);
drivers/net/wireless/marvell/libertas/debugfs.c
885
r = simple_strtoul(p2, NULL, 0);
drivers/net/wireless/ralink/rt2x00/rt2x00debug.c
468
value = simple_strtoul(line, NULL, 0); \
drivers/net/xen-netback/xenbus.c
481
b = simple_strtoul(s, &e, 10);
drivers/net/xen-netback/xenbus.c
486
u = simple_strtoul(s, &e, 10);
drivers/net/xen-netback/xenbus.c
511
mac[i] = simple_strtoul(s, &e, 16);
drivers/net/xen-netfront.c
1893
mac[i] = simple_strtoul(s, &e, 16);
drivers/net/xen-netfront.c
2600
simple_strtoul(buf, &endp, 0);
drivers/parisc/eisa.c
442
val = (int) simple_strtoul(cur, &pe, 0);
drivers/parisc/pdc_stable.c
286
hwpath.mod = simple_strtoul(temp+1, NULL, 10);
drivers/parisc/pdc_stable.c
296
hwpath.bc[i] = simple_strtoul(temp+1, NULL, 10);
drivers/parisc/pdc_stable.c
302
hwpath.bc[i] = simple_strtoul(in, NULL, 10);
drivers/parisc/pdc_stable.c
398
layers[0] = simple_strtoul(in, NULL, 10);
drivers/parisc/pdc_stable.c
405
layers[i] = simple_strtoul(temp, NULL, 10);
drivers/parport/parport_pc.c
3162
unsigned long r = simple_strtoul(s, &ep, 0);
drivers/parport/parport_pc.c
3303
val = simple_strtoul(str, &endptr, 0);
drivers/pci/hotplug/cpcihp_generic.c
74
tmp = simple_strtoul(str, &p, 16);
drivers/pci/hotplug/cpcihp_generic.c
86
tmp = simple_strtoul(str, &p, 16);
drivers/pci/hotplug/pci_hotplug_core.c
127
lattention = simple_strtoul(buf, NULL, 10);
drivers/pci/hotplug/pci_hotplug_core.c
187
ltest = simple_strtoul(buf, NULL, 10);
drivers/pci/hotplug/pci_hotplug_core.c
75
lpower = simple_strtoul(buf, NULL, 10);
drivers/pci/hotplug/rpaphp_core.c
296
simple_strtoul(drc_type, &endptr, 10);
drivers/pci/hotplug/rpaphp_core.c
364
slot->type = simple_strtoul(drc.drc_type, NULL, 10);
drivers/pci/hotplug/rpaphp_core.c
401
slot->type = simple_strtoul(type, NULL, 10);
drivers/pci/pci.c
6739
simple_strtoul(str + 10, &str, 0);
drivers/platform/x86/dell/dcdbas.c
153
buf_size = simple_strtoul(buf, NULL, 10);
drivers/platform/x86/dell/dcdbas.c
220
host_control_action = simple_strtoul(buf, NULL, 10);
drivers/platform/x86/dell/dcdbas.c
235
host_control_smi_type = simple_strtoul(buf, NULL, 10);
drivers/platform/x86/dell/dcdbas.c
250
host_control_on_shutdown = simple_strtoul(buf, NULL, 10);
drivers/platform/x86/dell/dcdbas.c
319
unsigned long val = simple_strtoul(buf, NULL, 10);
drivers/platform/x86/hp/tc1100-wmi.c
141
u32 tmp = simple_strtoul(buf, NULL, 10); \
drivers/platform/x86/lenovo/thinkpad_acpi.c
1025
*value = simple_strtoul(skip_spaces(buf), &endp, 0);
drivers/s390/cio/blacklist.c
114
val = simple_strtoul(str, &str_work, 16);
drivers/s390/crypto/ap_bus.c
1251
a = z = simple_strtoul(str, &np, 0);
drivers/s390/crypto/ap_bus.c
1256
z = simple_strtoul(++str, &np, 0);
drivers/s390/net/ctcm_main.h
273
dev1 = simple_strtoul(id1, &id1, 16);
drivers/s390/net/ctcm_main.h
274
dev2 = simple_strtoul(id2, &id2, 16);
drivers/scsi/BusLogic.c
3542
unsigned short qdepth = simple_strtoul(options, &options, 0);
drivers/scsi/BusLogic.c
3563
unsigned short qdepth = simple_strtoul(options, &options, 0);
drivers/scsi/BusLogic.c
3610
simple_strtoul(options, &options, 0);
drivers/scsi/aic7xxx/aic79xx_osm.c
1018
tags = simple_strtoul(p + 1, NULL, 0) & 0xff;
drivers/scsi/aic7xxx/aic79xx_osm.c
1193
*(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0);
drivers/scsi/aic7xxx/aic7xxx_osm.c
1062
*(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0);
drivers/scsi/aic7xxx/aic7xxx_osm.c
902
tags = simple_strtoul(p + 1, NULL, 0) & 0xff;
drivers/scsi/ibmvscsi/ibmvfc.c
3582
vhost->log_level = simple_strtoul(buf, NULL, 10);
drivers/scsi/ibmvscsi/ibmvfc.c
3613
channels = simple_strtoul(buf, NULL, 10);
drivers/scsi/imm.c
137
dev->mode = simple_strtoul(buffer + 5, NULL, 0);
drivers/scsi/ipr.c
3473
ioa_cfg->log_level = simple_strtoul(buf, NULL, 10);
drivers/scsi/ipr.c
4612
res->raw_mode = simple_strtoul(buf, NULL, 10);
drivers/scsi/ipr.c
7346
ioa_cfg->type = simple_strtoul((char *)type, NULL, 16);
drivers/scsi/ips.c
532
simple_strtoul(value, NULL, 0);
drivers/scsi/ncr53c8xx.c
676
val = (int) simple_strtoul(pv, &pe, 0);
drivers/scsi/ncr53c8xx.c
801
v = simple_strtoul(p, &ep, 0);
drivers/scsi/pcmcia/sym53c500_cs.c
639
pio = simple_strtoul(buf, NULL, 0);
drivers/scsi/ppa.c
138
x = simple_strtoul(buffer + 5, NULL, 0);
drivers/scsi/ppa.c
143
x = simple_strtoul(buffer + 10, NULL, 0);
drivers/scsi/qla1280.c
4032
val = simple_strtoul(ptr, &ptr, 0);
drivers/scsi/qla2xxx/qla_dfs.c
675
num_act_qp = simple_strtoul(buf, NULL, 0);
drivers/scsi/scsi_proc.c
440
host = (p < end) ? simple_strtoul(p, &p, 0) : 0;
drivers/scsi/scsi_proc.c
441
channel = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_proc.c
442
id = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_proc.c
443
lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_proc.c
454
host = (p < end) ? simple_strtoul(p, &p, 0) : 0;
drivers/scsi/scsi_proc.c
455
channel = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_proc.c
456
id = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_proc.c
457
lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
drivers/scsi/scsi_sysfs.c
1020
depth = simple_strtoul(buf, NULL, 0);
drivers/scsi/scsi_sysfs.c
985
int val = simple_strtoul(buf, NULL, 0); \
drivers/scsi/scsi_transport_fc.c
1007
val = simple_strtoul(buf, &cp, 0); \
drivers/scsi/scsi_transport_fc.c
1128
*val = simple_strtoul(buf, &cp, 0);
drivers/scsi/scsi_transport_fc.c
1314
val = simple_strtoul(buf, &cp, 0);
drivers/scsi/scsi_transport_fc.c
1526
val = simple_strtoul(buf, &cp, 0); \
drivers/scsi/scsi_transport_fc.c
1591
val = simple_strtoul(buf, &cp, 0); \
drivers/scsi/scsi_transport_fc.c
1791
val = simple_strtoul(buf, &cp, 0); \
drivers/scsi/scsi_transport_iscsi.c
4469
val = simple_strtoul(buf, &cp, 0); \
drivers/scsi/scsi_transport_spi.c
294
val = simple_strtoul(buf, NULL, 0); \
drivers/scsi/scsi_transport_spi.c
328
val = simple_strtoul(buf, NULL, 0); \
drivers/scsi/scsi_transport_spi.c
348
val = simple_strtoul(buf, NULL, 0); \
drivers/scsi/scsi_transport_spi.c
450
picosec = simple_strtoul(buf, &endp, 10) * 1000;
drivers/scsi/sim710.c
57
int val = (int)simple_strtoul(++next, NULL, 0);
drivers/scsi/st.c
4221
simple_strtoul(stp + len + 1, NULL, 0);
drivers/scsi/sym53c8xx_2/sym_glue.c
1036
*pv = simple_strtoul(ptr, &end, 10);
drivers/scsi/sym53c8xx_2/sym_glue.c
88
int val = (int) simple_strtoul(p, &next_p, 0);
drivers/scsi/wd33c93.c
1772
*val = simple_strtoul(cp, NULL, 0);
drivers/scsi/wd33c93.c
2024
hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK;
drivers/scsi/wd33c93.c
2026
x = simple_strtoul(bp+11, &bp, 0);
drivers/scsi/wd33c93.c
2031
x = simple_strtoul(bp+7, &bp, 0);
drivers/scsi/wd33c93.c
2036
set_resync(hd, (int)simple_strtoul(bp+7, &bp, 0));
drivers/scsi/wd33c93.c
2038
hd->proc = simple_strtoul(bp+5, &bp, 0);
drivers/scsi/wd33c93.c
2040
hd->no_dma = simple_strtoul(bp+6, &bp, 0);
drivers/scsi/wd33c93.c
2042
hd->level2 = simple_strtoul(bp+7, &bp, 0);
drivers/scsi/wd33c93.c
2052
x = simple_strtoul(bp+7, &bp, 0);
drivers/soc/fsl/qe/qe.c
260
i = simple_strtoul(source + 3, NULL, 10);
drivers/soc/fsl/qe/qe.c
268
i = simple_strtoul(source + 3, NULL, 10);
drivers/spi/spi-tle62x0.c
156
val = simple_strtoul(buf, &endp, 0);
drivers/ssb/driver_chipcommon_pmu.c
326
crystalfreq = simple_strtoul(buf, NULL, 0);
drivers/ssb/host_soc.c
207
iv->has_cardbus_slot = !!simple_strtoul(buf, NULL, 10);
drivers/target/iscsi/iscsi_target_parameters.c
1254
ErrorRecoveryLevel = simple_strtoul(param->value,
drivers/target/iscsi/iscsi_target_parameters.c
1260
MaxBurstLength = simple_strtoul(param->value,
drivers/target/iscsi/iscsi_target_parameters.c
1287
FirstBurstLength = simple_strtoul(param->value,
drivers/target/iscsi/iscsi_target_parameters.c
1506
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1534
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1542
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1602
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1607
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1620
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1625
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1630
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1635
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1640
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
1653
simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
766
value = simple_strtoul(value_ptr, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
950
u32 acceptor_value = simple_strtoul(param->value, &tmpptr, 0);
drivers/target/iscsi/iscsi_target_parameters.c
951
u32 proposer_value = simple_strtoul(value, &tmpptr, 0);
drivers/tty/serial/earlycon.c
125
device->baud = simple_strtoul(options, NULL, 0);
drivers/tty/serial/earlycon.c
336
early_console_dev.baud = simple_strtoul(options, NULL, 0);
drivers/tty/serial/earlycon.c
68
earlycon->index = simple_strtoul(s, NULL, 10);
drivers/tty/serial/serial_core.c
2168
*baud = simple_strtoul(s, NULL, 10);
drivers/tty/serial/suncore.c
121
baud = simple_strtoul(s, NULL, 0);
drivers/tty/serial/suncore.c
123
bits = simple_strtoul(++s, NULL, 0);
drivers/tty/serial/suncore.c
127
stop = simple_strtoul(++s, NULL, 0);
drivers/tty/tty_io.c
392
tty_line = simple_strtoul(str, &str, 10);
drivers/tty/vt/vt.c
4203
int bind = simple_strtoul(buf, NULL, 0);
drivers/usb/early/ehci-dbgp.c
1053
kgdbdbgp_wait_time = simple_strtoul(ptr, &ptr, 10);
drivers/usb/early/ehci-dbgp.c
841
dbgp_num = simple_strtoul(s, &e, 10);
drivers/usb/early/xhci-dbc.c
617
dbgp_num = simple_strtoul(s, &e, 10);
drivers/usb/gadget/epautoconf.c
97
u8 num = simple_strtoul(&ep->name[2], NULL, 10);
drivers/usb/gadget/legacy/raw_gadget.c
276
return simple_strtoul(&name[2], NULL, 10);
drivers/usb/misc/cytherm.c
220
tmp = simple_strtoul(buf, NULL, 10);
drivers/usb/misc/cytherm.c
275
tmp = simple_strtoul(buf, NULL, 10);
drivers/usb/misc/cytherm.c
88
cytherm->brightness = simple_strtoul(buf, NULL, 10);
drivers/usb/misc/usbsevseg.c
157
mydev->name = simple_strtoul(buf, NULL, 10); \
drivers/usb/serial/console.c
71
baud = simple_strtoul(options, NULL, 10);
drivers/usb/serial/io_ti.c
2626
unsigned int v = simple_strtoul(valbuf, NULL, 0);
drivers/usb/storage/usb.c
578
if (vid == simple_strtoul(p, &p, 16) &&
drivers/usb/storage/usb.c
580
pid == simple_strtoul(p+1, &p, 16) &&
drivers/video/fbdev/acornfb.c
765
fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0);
drivers/video/fbdev/acornfb.c
767
fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0);
drivers/video/fbdev/acornfb.c
774
fb_info.monspecs.vfmin = simple_strtoul(p + 1, &p, 0);
drivers/video/fbdev/acornfb.c
776
fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0);
drivers/video/fbdev/acornfb.c
783
fb_info.monspecs.dpms = simple_strtoul(p + 1, &p, 0);
drivers/video/fbdev/acornfb.c
788
fb_info.var.width = simple_strtoul(p + 1, &p, 0);
drivers/video/fbdev/acornfb.c
793
fb_info.var.height = simple_strtoul(p + 1, NULL, 0);
drivers/video/fbdev/acornfb.c
829
current_par.montype = simple_strtoul(opt, &opt, 0);
drivers/video/fbdev/acornfb.c
851
size = simple_strtoul(opt, &opt, 0);
drivers/video/fbdev/amifb.c
2323
vmin = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/amifb.c
2328
vmax = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/amifb.c
2333
hmin = 1000 * simple_strtoul(p, NULL, 10);
drivers/video/fbdev/amifb.c
2338
hmax = 1000 * simple_strtoul(p, NULL, 10);
drivers/video/fbdev/amifb.c
2365
min_fstrt = simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/atafb.c
2740
xres_virtual = xres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2747
yres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2754
depth = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2776
addr = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2782
len = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2786
external_vgaiobase = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2790
external_bitspercol = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2807
xres_virtual = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2857
xres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2861
tt_yres = st_yres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2863
sttt_xres_virtual = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2865
sttt_yres_virtual = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2867
ovsc_offset = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/atafb.c
2885
vmin = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2890
vmax = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2895
hmin = 1000 * simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2900
hmax = 1000 * simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2921
xres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2925
yres = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2929
depth = simple_strtoul(p, NULL, 10);
drivers/video/fbdev/atafb.c
2956
hwscroll = simple_strtoul(this_opt + 9, NULL, 10);
drivers/video/fbdev/atafb.c
2973
fext.f = simple_strtoul(this_opt + 7, NULL, 10);
drivers/video/fbdev/aty/aty128fb.c
1683
default_lcd_on = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/aty/aty128fb.c
1686
default_crt_on = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/aty/aty128fb.c
1690
backlight = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/aty/aty128fb.c
1701
unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/aty/aty128fb.c
1706
unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
2786
vmembase = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
2789
size = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
2792
guiregbase = simple_strtoul(p, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3854
vram = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3856
pll = simple_strtoul(this_opt + 4, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3858
mclk = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3860
xclk = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3862
comp_sync = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3864
backlight = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3868
simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/aty/atyfb_base.c
3873
simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/aty/radeon_base.c
2574
panel_yres = simple_strtoul((this_opt+11), NULL, 0);
drivers/video/fbdev/aty/radeon_base.c
2576
backlight = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/cg3.c
263
ww = simple_strtoul(params, &p, 10);
drivers/video/fbdev/cg3.c
265
hh = simple_strtoul(p + 1, &p, 10);
drivers/video/fbdev/controlfb.c
806
int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/controlfb.c
811
int depth = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/core/fbcon.c
3207
rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbcon.c
3229
rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbcon.c
3300
blink = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbcon.c
487
first_fb_vc = simple_strtoul(options, &options, 10) - 1;
drivers/video/fbdev/core/fbcon.c
491
last_fb_vc = simple_strtoul(options, &options, 10) - 1;
drivers/video/fbdev/core/fbcon.c
501
initial_rotation = simple_strtoul(options, &options, 0);
drivers/video/fbdev/core/fbcon.c
510
margin_color = simple_strtoul(options, &options, 0);
drivers/video/fbdev/core/fbsysfs.c
148
var.bits_per_pixel = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbsysfs.c
171
var.rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbsysfs.c
198
var.xres_virtual = simple_strtoul(buf, &last, 0);
drivers/video/fbdev/core/fbsysfs.c
202
var.yres_virtual = simple_strtoul(last, &last, 0);
drivers/video/fbdev/core/fbsysfs.c
232
arg = simple_strtoul(buf, &last, 0);
drivers/video/fbdev/core/fbsysfs.c
290
var.xoffset = simple_strtoul(buf, &last, 0);
drivers/video/fbdev/core/fbsysfs.c
294
var.yoffset = simple_strtoul(last, &last, 0);
drivers/video/fbdev/core/fbsysfs.c
329
state = simple_strtoul(buf, &last, 0);
drivers/video/fbdev/efifb.c
289
si->lfb_base = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/efifb.c
291
si->lfb_linelength = simple_strtoul(this_opt+7, NULL, 0) * 4;
drivers/video/fbdev/efifb.c
293
si->lfb_height = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/efifb.c
295
si->lfb_width = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/geode/gx1fb_core.c
416
crt_option = !!simple_strtoul(this_opt + 4, NULL, 0);
drivers/video/fbdev/grvga.c
276
screendata->pixclock = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
280
screendata->xres = screendata->xres_virtual = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
284
screendata->right_margin = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
288
screendata->hsync_len = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
292
screendata->left_margin = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
296
screendata->yres = screendata->yres_virtual = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
300
screendata->lower_margin = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
304
screendata->vsync_len = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
308
screendata->upper_margin = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
312
screendata->bits_per_pixel = simple_strtoul(this_opt, NULL, 0);
drivers/video/fbdev/grvga.c
366
grvga_fix_addr = simple_strtoul(this_opt + 5, NULL, 16);
drivers/video/fbdev/grvga.c
368
grvga_mem_size = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/i740fb.c
1272
mtrr = simple_strtoul(opt + 5, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
1980
vram = (simple_strtoul(this_opt+5, NULL, 0));
drivers/video/fbdev/i810/i810_main.c
1982
voffset = (simple_strtoul(this_opt+8, NULL, 0));
drivers/video/fbdev/i810/i810_main.c
1984
xres = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
1986
yres = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
1988
vyres = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
1990
bpp = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
1992
hsync1 = simple_strtoul(this_opt+7, &suffix, 0);
drivers/video/fbdev/i810/i810_main.c
1996
hsync2 = simple_strtoul(this_opt+7, &suffix, 0);
drivers/video/fbdev/i810/i810_main.c
2000
vsync1 = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/i810/i810_main.c
2002
vsync2 = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/imsttfb.c
1594
int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/imsttfb.c
1598
int cmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2353
dev = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2355
switch (simple_strtoul(this_opt+6, NULL, 0)) {
drivers/video/fbdev/matrox/matroxfb_base.c
2367
xres = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2369
yres = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2371
vslen = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2373
hslen = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2375
left = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2377
right = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2379
upper = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2381
lower = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2383
pixclock = simple_strtoul(this_opt+9, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2385
sync = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2387
vesa = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2389
maxclk = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2391
fh = simple_strtoul(this_opt+3, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2393
fv = simple_strtoul(this_opt+3, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2395
mem = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2401
dfp_type = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2406
unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2410
unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/matrox/matroxfb_base.c
2436
memtype = simple_strtoul(this_opt+8, NULL, 0);
drivers/video/fbdev/nvidia/nvidia.c
1495
paneltweak = simple_strtoul(this_opt+11, NULL, 0);
drivers/video/fbdev/nvidia/nvidia.c
1497
vram = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/nvidia/nvidia.c
1499
backlight = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/nvidia/nvidia.c
1505
bpp = simple_strtoul(this_opt+4, NULL, 0);
drivers/video/fbdev/omap/omapfb_main.c
1868
def_vxres = simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/omap/omapfb_main.c
1870
def_vyres = simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/omap/omapfb_main.c
1872
def_rotate = (simple_strtoul(this_opt + 7, NULL, 0));
drivers/video/fbdev/omap/omapfb_main.c
1874
def_mirror = (simple_strtoul(this_opt + 7, NULL, 0));
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
144
info.pos_x = simple_strtoul(buf, &last, 10);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
149
info.pos_y = simple_strtoul(last, &last, 10);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
183
info.out_width = simple_strtoul(buf, &last, 10);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
188
info.out_height = simple_strtoul(last, &last, 10);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1477
fbnum = simple_strtoul(p, &p, 10);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1496
paddr = simple_strtoul(p + 1, &p, 16);
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
212
ovlnum = simple_strtoul(p, &p, 0);
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
370
rot = simple_strtoul(p, &p, 0);
drivers/video/fbdev/platinumfb.c
495
int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/platinumfb.c
499
int depth = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/pm2fb.c
1791
hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
drivers/video/fbdev/pm3fb.c
1527
hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
drivers/video/fbdev/ps3fb.c
1276
ps3fb_mode = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/pxafb.c
1854
bpp = simple_strtoul(&name[i+1], NULL, 0);
drivers/video/fbdev/pxafb.c
1861
yres = simple_strtoul(&name[i+1], NULL, 0);
drivers/video/fbdev/pxafb.c
1873
xres = simple_strtoul(name, NULL, 0);
drivers/video/fbdev/pxafb.c
1911
mode->pixclock = simple_strtoul(this_opt+9, NULL, 0);
drivers/video/fbdev/pxafb.c
1914
mode->left_margin = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/pxafb.c
1917
mode->right_margin = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/pxafb.c
1920
mode->upper_margin = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/pxafb.c
1923
mode->lower_margin = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/pxafb.c
1926
mode->hsync_len = simple_strtoul(this_opt+9, NULL, 0);
drivers/video/fbdev/pxafb.c
1929
mode->vsync_len = simple_strtoul(this_opt+9, NULL, 0);
drivers/video/fbdev/pxafb.c
1932
if (simple_strtoul(this_opt+6, NULL, 0) == 0) {
drivers/video/fbdev/pxafb.c
1940
if (simple_strtoul(this_opt+6, NULL, 0) == 0) {
drivers/video/fbdev/pxafb.c
1948
if (simple_strtoul(this_opt+4, NULL, 0) == 0) {
drivers/video/fbdev/pxafb.c
1956
if (simple_strtoul(this_opt+9, NULL, 0) == 0) {
drivers/video/fbdev/pxafb.c
1964
if (simple_strtoul(this_opt+12, NULL, 0) == 0) {
drivers/video/fbdev/riva/fbdev.c
2129
backlight = simple_strtoul(this_opt+10, NULL, 0);
drivers/video/fbdev/s3fb.c
1612
mtrr = simple_strtoul(opt + 5, NULL, 0);
drivers/video/fbdev/s3fb.c
1614
fasttext = simple_strtoul(opt + 9, NULL, 0);
drivers/video/fbdev/sh_mobile_lcdcfb.c
1203
alpha = simple_strtoul(buf, &endp, 10);
drivers/video/fbdev/sh_mobile_lcdcfb.c
1241
mode = simple_strtoul(buf, &endp, 10);
drivers/video/fbdev/sh_mobile_lcdcfb.c
1321
rop3 = simple_strtoul(buf, &endp, 10);
drivers/video/fbdev/sis/sis_main.c
230
sisfb_search_vesamode(simple_strtoul(name, NULL, 0), quiet);
drivers/video/fbdev/sis/sis_main.c
3972
sisfb_search_vesamode(simple_strtoul(this_opt + 5, NULL, 0), false);
drivers/video/fbdev/sis/sis_main.c
3974
sisfb_parm_rate = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3976
sisfb_forcecrt1 = (int)simple_strtoul(this_opt + 10, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3978
sisfb_parm_mem = simple_strtoul(this_opt + 4, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3980
sisfb_pdc = simple_strtoul(this_opt + 4, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3982
sisfb_pdca = simple_strtoul(this_opt + 5, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3996
sisfb_userom = (int)simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
3998
sisfb_useoem = (int)simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
4003
temp = simple_strtoul(this_opt + 9, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
4023
temp = simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
4033
sisfb_videoram = simple_strtoul(this_opt + 9, NULL, 0);
drivers/video/fbdev/sstfb.c
1303
mem = simple_strtoul (this_opt+4, NULL, 0);
drivers/video/fbdev/sstfb.c
1305
gfxclk = simple_strtoul (this_opt+7, NULL, 0);
drivers/video/fbdev/sstfb.c
727
val = simple_strtoul(buf, last, 0);
drivers/video/fbdev/stifb.c
1518
stifb_bpp_pref[i] = simple_strtoul(options, &options, 10);
drivers/video/fbdev/tdfxfb.c
1587
hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
drivers/video/fbdev/tridentfb.c
1793
bpp = simple_strtoul(opt + 4, NULL, 0);
drivers/video/fbdev/tridentfb.c
1799
memsize = simple_strtoul(opt + 8, NULL, 0);
drivers/video/fbdev/tridentfb.c
1801
memdiff = simple_strtoul(opt + 8, NULL, 0);
drivers/video/fbdev/tridentfb.c
1803
nativex = simple_strtoul(opt + 8, NULL, 0);
drivers/video/fbdev/uvesafb.c
1824
mtrr = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/uvesafb.c
1834
vram_total = simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/uvesafb.c
1836
vram_remap = simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/uvesafb.c
1838
maxhf = simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/uvesafb.c
1840
maxvf = simple_strtoul(this_opt + 6, NULL, 0);
drivers/video/fbdev/uvesafb.c
1842
maxclk = simple_strtoul(this_opt + 7, NULL, 0);
drivers/video/fbdev/uvesafb.c
1844
vbemode = simple_strtoul(this_opt + 8, NULL, 0);
drivers/video/fbdev/valkyriefb.c
556
int vmode = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/valkyriefb.c
561
int depth = simple_strtoul(this_opt+6, NULL, 0);
drivers/video/fbdev/vesafb.c
233
mtrr = simple_strtoul(this_opt+5, NULL, 0);
drivers/video/fbdev/vesafb.c
237
vram_total = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/vesafb.c
239
vram_remap = simple_strtoul(this_opt+7, NULL, 0);
drivers/video/fbdev/via/viafbdev.c
1651
*xres = simple_strtoul(str, &ptr, 10);
drivers/video/fbdev/via/viafbdev.c
1655
*yres = simple_strtoul(&ptr[1], &ptr, 10);
drivers/video/sticore.c
369
font_height = simple_strtoul(str, NULL, 0);
drivers/video/sticore.c
370
font_width = simple_strtoul(x+1, NULL, 0);
drivers/video/sticore.c
372
font_index = simple_strtoul(str, NULL, 0);
drivers/watchdog/cpwd.c
553
p->timeout = simple_strtoul(str_prop, NULL, 10);
drivers/xen/xenbus/xenbus_xs.c
542
t->id = simple_strtoul(id_str, NULL, 0);
drivers/xen/xenbus/xenbus_xs.c
679
cmp = (void *)simple_strtoul(token, NULL, 16);
fs/afs/addr_prefs.c
121
tmp = simple_strtoul(p, &p, 10);
fs/cachefiles/daemon.c
415
frun = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
439
fcull = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
463
fstop = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
487
brun = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
511
bcull = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
535
bstop = simple_strtoul(args, &args, 10);
fs/cachefiles/daemon.c
686
mask = simple_strtoul(args, &args, 0);
fs/lockd/svc.c
527
param_set_min_max(grace_period, unsigned long, simple_strtoul,
fs/lockd/svc.c
529
param_set_min_max(timeout, unsigned long, simple_strtoul,
fs/nfsd/nfs4idmap.c
238
ent.id = simple_strtoul(buf1, &bp, 10);
fs/ocfs2/cluster/nodemanager.c
193
tmp = simple_strtoul(p, &p, 0);
fs/ocfs2/cluster/nodemanager.c
246
tmp = simple_strtoul(p, &p, 0);
fs/ocfs2/cluster/nodemanager.c
332
tmp = simple_strtoul(p, &p, 0);
fs/ocfs2/cluster/nodemanager.c
431
tmp = simple_strtoul(p, &p, 0);
fs/ubifs/super.c
2058
dev = simple_strtoul(name + 3, &endptr, 0);
fs/ubifs/super.c
2066
vol = simple_strtoul(endptr + 1, &endptr, 0);
include/acpi/platform/aclinux.h
110
#define strtoul simple_strtoul
include/linux/kstrtox.h
145
extern unsigned long simple_strtoul(const char *,char **,unsigned int);
kernel/dma/swiotlb.c
189
ALIGN(simple_strtoul(str, &str, 0), IO_TLB_SEGSIZE);
kernel/dma/swiotlb.c
194
swiotlb_adjust_nareas(simple_strtoul(str, &str, 0));
kernel/fork.c
1022
(simple_strtoul(s, NULL, 0) << MMF_DUMP_FILTER_SHIFT) &
kernel/power/hibernate.c
1319
dev = new_decode_dev(simple_strtoul(name, &p, 16));
kernel/printk/printk.c
2682
idx = simple_strtoul(s, NULL, 10);
kernel/printk/printk.c
786
u = simple_strtoul(line + 1, &endp, 10);
kernel/reboot.c
1137
int cpu = simple_strtoul(str, NULL, 0);
kernel/trace/trace_probe.c
1265
bw = simple_strtoul(bf + 1, &tail, 0); /* Use simple one */
kernel/trace/trace_probe.c
1271
bo = simple_strtoul(bf, &tail, 0);
kernel/trace/trace_probe.c
1778
n = simple_strtoul(argv[i] + 4, &type, 10);
kernel/user_namespace.c
1004
extent.first = simple_strtoul(pos, &pos, 10);
kernel/user_namespace.c
1009
extent.lower_first = simple_strtoul(pos, &pos, 10);
kernel/user_namespace.c
1014
extent.count = simple_strtoul(pos, &pos, 10);
kernel/watchdog.c
403
softlockup_panic = simple_strtoul(str, NULL, 0);
lib/parser.c
55
len = simple_strtoul(p, (char **) &p, 10);
lib/parser.c
82
simple_strtoul(s, &args[argc].to, 0);
lib/parser.c
85
simple_strtoul(s, &args[argc].to, 8);
lib/parser.c
88
simple_strtoul(s, &args[argc].to, 16);
lib/tests/scanf_kunit.c
733
test_simple_strtoxx(unsigned long, simple_strtoul, "%lu", 10);
lib/tests/scanf_kunit.c
734
test_simple_strtoxx(unsigned long, simple_strtoul, "%lu", 0);
lib/tests/scanf_kunit.c
735
test_simple_strtoxx(unsigned long, simple_strtoul, "%lx", 16);
lib/tests/scanf_kunit.c
736
test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 16);
lib/tests/scanf_kunit.c
737
test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 0);
lib/vsprintf.c
130
EXPORT_SYMBOL(simple_strtoul);
lib/vsprintf.c
150
return -simple_strtoul(cp + 1, endp, base);
lib/vsprintf.c
152
return simple_strtoul(cp, endp, base);
mm/memcontrol-v1.c
1093
efd = simple_strtoul(buf, &endp, 10);
mm/memcontrol-v1.c
1098
cfd = simple_strtoul(buf, &endp, 10);
mm/mmap.c
946
val = simple_strtoul(p, &endptr, 10);
mm/numa_emulation.c
403
n = simple_strtoul(emu_cmdline, &emu_cmdline, 0);
mm/numa_emulation.c
435
n = simple_strtoul(emu_cmdline, &emu_cmdline, 0);
net/9p/trans_xen.c
400
if (simple_strtoul(v, &v, 10) == 1) {
net/bridge/br_sysfs_if.c
342
val = simple_strtoul(buf, &endp, 0);
net/netfilter/nf_conntrack_amanda.c
141
port = htons(simple_strtoul(pbuf, &tmp, 10));
net/netfilter/nf_conntrack_irc.c
102
*port = simple_strtoul(data, &data, 10);
net/netfilter/nf_conntrack_irc.c
93
*ip = cpu_to_be32(simple_strtoul(data, &data, 10));
net/netfilter/nf_conntrack_sip.c
1083
port = simple_strtoul(*dptr + mediaoff, NULL, 10);
net/netfilter/nf_conntrack_sip.c
1258
expires = simple_strtoul(*dptr + matchoff, NULL, 10);
net/netfilter/nf_conntrack_sip.c
1362
expires = simple_strtoul(*dptr + matchoff, NULL, 10);
net/netfilter/nf_conntrack_sip.c
1425
code = simple_strtoul(*dptr + strlen("SIP/2.0 "), NULL, 10);
net/netfilter/nf_conntrack_sip.c
1436
cseq = simple_strtoul(*dptr + matchoff, NULL, 10);
net/netfilter/nf_conntrack_sip.c
1502
cseq = simple_strtoul(*dptr + matchoff, NULL, 10);
net/netfilter/nf_conntrack_sip.c
1579
clen = simple_strtoul(dptr + matchoff, (char **)&end, 10);
net/netfilter/nf_conntrack_sip.c
272
p = simple_strtoul(end, (char **)&end, 10);
net/netfilter/nf_conntrack_sip.c
525
p = simple_strtoul(c, (char **)&c, 10);
net/netfilter/nf_conntrack_sip.c
612
*val = simple_strtoul(start, &end, 0);
net/rxrpc/server_key.c
55
service = simple_strtoul(desc, &p, 10);
net/rxrpc/server_key.c
58
sec_class = simple_strtoul(p + 1, &p, 10);
net/sunrpc/auth_gss/svcauth_gss.c
269
rsii.major_status = simple_strtoul(buf, &ep, 10);
net/sunrpc/auth_gss/svcauth_gss.c
275
rsii.minor_status = simple_strtoul(buf, &ep, 10);
net/sunrpc/cache.c
1543
simple_strtoul(tbuf, &ep, 0);
security/tomoyo/common.c
1798
group = simple_strtoul(param.data, &data, 10);
security/tomoyo/common.c
680
i = simple_strtoul(data, &cp, 10);
security/tomoyo/realpath.c
164
const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10);
security/tomoyo/util.c
202
*result = simple_strtoul(cp, &ep, base);
sound/core/oss/mixer_oss.c
1175
idx = simple_strtoul(idxstr, NULL, 10);
sound/core/oss/pcm_oss.c
3008
template.periods = simple_strtoul(str, NULL, 10);
sound/core/oss/pcm_oss.c
3010
template.period_size = simple_strtoul(str, NULL, 10);
sound/core/pcm.c
492
pstr->xrun_debug = simple_strtoul(line, NULL, 10);
sound/pci/ac97/ac97_codec.c
2941
return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10));