Symbol: simple_strtol
arch/alpha/kernel/setup.c
485
est_cycle_freq = simple_strtol(p+6, NULL, 0);
arch/alpha/kernel/setup.c
507
alpha_verbose_mcheck = simple_strtol(p+15, NULL, 0);
arch/powerpc/kernel/legacy_serial.c
231
index = simple_strtol(typep+1, NULL, 0) - 1;
arch/powerpc/platforms/cell/spufs/file.c
126
val = simple_strtol(attr->set_buf, NULL, 0);
arch/powerpc/platforms/pseries/setup.c
980
page_order = simple_strtol(value, NULL, 10);
arch/powerpc/platforms/pseries/setup.c
982
CMO_PrPSP = simple_strtol(value, NULL, 10);
arch/powerpc/platforms/pseries/setup.c
984
CMO_SecPSP = simple_strtol(value, NULL, 10);
arch/s390/boot/printk.c
252
pad = simple_strtol(fmt, (char **)&fmt, 10);
arch/um/kernel/exitcode.c
50
tmp = simple_strtol(buf, &end, 0);
arch/x86/boot/string.h
29
long simple_strtol(const char *cp, char **endp, unsigned int base);
arch/x86/kernel/apic/vector.c
672
simple_strtol(fwname+8, NULL, 10) == fwspec->param[0];
arch/x86/kernel/apic/vector.c
687
simple_strtol(fwname+9, NULL, 10) == fwspec->param[0];
arch/x86/kernel/apm_32.c
1837
bounce_interval = simple_strtol(str + 16, NULL, 0);
arch/x86/kernel/apm_32.c
1840
idle_threshold = simple_strtol(str + 15, NULL, 0);
arch/x86/kernel/apm_32.c
1843
idle_period = simple_strtol(str + 12, NULL, 0);
arch/x86/pci/common.c
575
pcibios_irq_mask = simple_strtol(str+8, NULL, 0);
arch/x86/pci/common.c
578
pcibios_last_bus = simple_strtol(str+8, NULL, 0);
drivers/base/devcoredump.c
213
long tmp = simple_strtol(buf, NULL, 10);
drivers/block/loop.c
2325
max_loop = simple_strtol(str, NULL, 0);
drivers/gpu/drm/drm_modes.c
1947
bpp = simple_strtol(str, end_ptr, 10);
drivers/gpu/drm/drm_modes.c
1966
refresh = simple_strtol(str, end_ptr, 10);
drivers/gpu/drm/drm_modes.c
2038
xres = simple_strtol(str, &end_ptr, 10);
drivers/gpu/drm/drm_modes.c
2047
yres = simple_strtol(str, &end_ptr, 10);
drivers/gpu/drm/drm_modes.c
2105
*int_ret = simple_strtol(value, &endp, 10);
drivers/macintosh/therm_adt746x.c
356
val = simple_strtol(buf, NULL, 10); \
drivers/macintosh/therm_adt746x.c
368
val = simple_strtol(buf, NULL, 10); \
drivers/md/bcache/util.c
20
#define simple_strtoint(c, end, base) simple_strtol(c, end, base)
drivers/misc/kgdbts.c
1002
nmi_sleep = simple_strtol(ptr+1, NULL, 10);
drivers/misc/kgdbts.c
1005
sstep_test = simple_strtol(ptr+1, NULL, 10);
drivers/misc/kgdbts.c
400
int go_back = simple_strtol(arg, NULL, 10);
drivers/misc/kgdbts.c
996
clone_test = simple_strtol(ptr + 1, NULL, 10);
drivers/misc/kgdbts.c
999
do_sys_open_test = simple_strtol(ptr + 1, NULL, 10);
drivers/net/ethernet/cirrus/cs89x0.c
174
g_cs89x0_dma = simple_strtol(str, NULL, 0);
drivers/net/ethernet/ibm/ibmveth.c
1986
long value = simple_strtol(buf, NULL, 10);
drivers/net/wireless/broadcom/b43/sysfs.c
32
ret = simple_strtol(tmp, NULL, 10);
drivers/net/wireless/intel/ipw2x00/ipw2200.c
1429
priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
drivers/net/wireless/intel/ipw2x00/ipw2200.c
1808
while ((channel = simple_strtol(p, NULL, 0))) {
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1448
*d++ = simple_strtol(s, NULL, 16);
drivers/scsi/aacraid/commctrl.c
457
version = (simple_strtol(driver_version,
drivers/scsi/aacraid/commctrl.c
459
version += simple_strtol(driver_version + 1, &driver_version, 10) << 16;
drivers/scsi/aacraid/commctrl.c
460
version += simple_strtol(driver_version + 1, NULL, 10);
drivers/scsi/aic7xxx/aic79xx_osm.c
1113
simple_strtol(opt_arg, NULL, 0));
drivers/scsi/aic7xxx/aic7xxx_osm.c
997
simple_strtol(opt_arg, NULL, 0));
drivers/scsi/libsas/sas_init.c
606
sha->event_thres = simple_strtol(buf, NULL, 10);
drivers/scsi/lpfc/lpfc_debugfs.c
3194
idiag_cmd->opcode = simple_strtol(step_str, NULL, 0);
drivers/scsi/lpfc/lpfc_debugfs.c
3202
idiag_cmd->data[i] = simple_strtol(step_str, NULL, 0);
drivers/scsi/qla2xxx/qla_attr.c
707
type = simple_strtol(buf, NULL, 10);
drivers/scsi/qla2xxx/qla_attr.c
72
reading = simple_strtol(buf, NULL, 10);
drivers/scsi/qla2xxx/qla_attr.c
854
type = simple_strtol(buf, NULL, 10);
drivers/scsi/wd33c93.c
2045
simple_strtol(bp+6, &bp, 0) ? CTRL_BURST:CTRL_DMA;
drivers/scsi/wd33c93.c
2047
x = !!simple_strtol(bp+5, &bp, 0);
drivers/tty/hvc/hvcs.c
377
if (simple_strtol(buf, NULL, 0) != 0)
drivers/tty/hvc/hvcs.c
457
if ((simple_strtol(buf, NULL, 0) != 1)
drivers/video/fbdev/au1200fb.c
1604
li = simple_strtol(this_opt, &endptr, 0);
drivers/video/fbdev/au1200fb.c
1627
device_count = simple_strtol(this_opt, &endptr, 0);
drivers/video/fbdev/au1200fb.c
1633
window_index = simple_strtol(this_opt, &endptr, 0);
drivers/video/fbdev/core/fbcon.c
531
fb_logo_count = simple_strtol(options, &options, 0);
drivers/video/fbdev/core/modedb.c
665
refresh = simple_strtol(&name[i+1], NULL,
drivers/video/fbdev/core/modedb.c
676
bpp = simple_strtol(&name[i+1], NULL,
drivers/video/fbdev/core/modedb.c
686
yres = simple_strtol(&name[i+1], NULL,
drivers/video/fbdev/core/modedb.c
723
xres = simple_strtol(name, NULL, 10);
drivers/video/fbdev/geode/gx1fb_core.c
244
x = simple_strtol(panel_option, &s, 10);
drivers/video/fbdev/geode/gx1fb_core.c
247
y = simple_strtol(s + 1, NULL, 10);
drivers/video/fbdev/nvidia/nvidia.c
1503
fpdither = simple_strtol(this_opt+9, NULL, 0);
drivers/video/fbdev/sh_mobile_lcdcfb.c
1281
pos_x = simple_strtol(buf, &endp, 10);
drivers/video/fbdev/sh_mobile_lcdcfb.c
1285
pos_y = simple_strtol(endp + 1, &endp, 10);
drivers/video/fbdev/sis/sis_main.c
4009
temp = (int)simple_strtol(this_opt + 13, NULL, 0);
drivers/video/fbdev/sis/sis_main.c
4015
temp = (int)simple_strtol(this_opt + 13, NULL, 0);
fs/ecryptfs/crypto.c
47
dst[x] = (unsigned char)simple_strtol(tmp, NULL, 16);
fs/lockd/svc.c
526
param_set_min_max(port, int, simple_strtol, 0, 65535)
fs/nfsd/nfsctl.c
589
num = simple_strtol((vers+1), &minorp, 0);
fs/nfsd/nfsctl.c
591
num = simple_strtol(vers, &minorp, 0);
include/linux/kstrtox.h
147
extern long simple_strtol(const char *,char **,unsigned int);
include/linux/sunrpc/cache.h
267
rv = simple_strtol(buf, &ep, 0);
lib/cmdline.c
28
upper_range = simple_strtol((*str), NULL, 0);
lib/parser.c
148
val = simple_strtol(buf, &endp, base);
lib/parser.c
79
simple_strtol(s, &args[argc].to, 0);
lib/tests/scanf_kunit.c
742
test_simple_strtoxx(long, simple_strtol, "%ld", 10);
lib/tests/scanf_kunit.c
743
test_simple_strtoxx(long, simple_strtol, "%ld", 0);
lib/tests/scanf_kunit.c
744
test_simple_strtoxx(long, simple_strtol, "%lx", 16);
lib/tests/scanf_kunit.c
745
test_simple_strtoxx(long, simple_strtol, "0x%lx", 16);
lib/tests/scanf_kunit.c
746
test_simple_strtoxx(long, simple_strtol, "0x%lx", 0);
lib/vsprintf.c
154
EXPORT_SYMBOL(simple_strtol);
net/sunrpc/sysctl.c
94
value = simple_strtol(tmpbuf, &s, 0);