/linux-4.4.14/drivers/video/fbdev/ |
D | grvga.c | 284 screendata->pixclock = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 288 screendata->xres = screendata->xres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 292 screendata->right_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 296 screendata->hsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 300 screendata->left_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 304 screendata->yres = screendata->yres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 308 screendata->lower_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 312 screendata->vsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 316 screendata->upper_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 320 screendata->bits_per_pixel = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() [all …]
|
D | efifb.c | 104 screen_info.lfb_base = simple_strtoul(this_opt+5, NULL, 0); in efifb_setup() 106 screen_info.lfb_linelength = simple_strtoul(this_opt+7, NULL, 0) * 4; in efifb_setup() 108 screen_info.lfb_height = simple_strtoul(this_opt+7, NULL, 0); in efifb_setup() 110 screen_info.lfb_width = simple_strtoul(this_opt+6, NULL, 0); in efifb_setup()
|
D | acornfb.c | 771 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0); in acornfb_parse_mon() 773 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 780 fb_info.monspecs.vfmin = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 782 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 789 fb_info.monspecs.dpms = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 794 fb_info.var.width = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 799 fb_info.var.height = simple_strtoul(p + 1, NULL, 0); in acornfb_parse_mon() 835 current_par.montype = simple_strtoul(opt, &opt, 0); in acornfb_parse_montype() 857 size = simple_strtoul(opt, &opt, 0); in acornfb_parse_dram()
|
D | atafb.c | 2831 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2838 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2845 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2867 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2873 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2877 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2881 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2898 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2948 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int() 2952 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int() [all …]
|
D | pxafb.c | 1870 bpp = simple_strtoul(&name[i+1], NULL, 0); in parse_opt_mode() 1877 yres = simple_strtoul(&name[i+1], NULL, 0); in parse_opt_mode() 1889 xres = simple_strtoul(name, NULL, 0); in parse_opt_mode() 1927 mode->pixclock = simple_strtoul(this_opt+9, NULL, 0); in parse_opt() 1930 mode->left_margin = simple_strtoul(this_opt+5, NULL, 0); in parse_opt() 1933 mode->right_margin = simple_strtoul(this_opt+6, NULL, 0); in parse_opt() 1936 mode->upper_margin = simple_strtoul(this_opt+6, NULL, 0); in parse_opt() 1939 mode->lower_margin = simple_strtoul(this_opt+6, NULL, 0); in parse_opt() 1942 mode->hsync_len = simple_strtoul(this_opt+9, NULL, 0); in parse_opt() 1945 mode->vsync_len = simple_strtoul(this_opt+9, NULL, 0); in parse_opt() [all …]
|
D | vesafb.c | 224 mtrr = simple_strtoul(this_opt+5, NULL, 0); in vesafb_setup() 228 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup() 230 vram_remap = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
|
D | sa1100fb.c | 1329 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup() 1333 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup() 1336 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup() 1342 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup() 1352 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
|
D | cg3.c | 268 ww = simple_strtoul(params, &p, 10); in cg3_rdi_maybe_fixup_var() 270 hh = simple_strtoul(p + 1, &p, 10); in cg3_rdi_maybe_fixup_var()
|
D | uvesafb.c | 1850 mtrr = simple_strtoul(this_opt+5, NULL, 0); in uvesafb_setup() 1860 vram_total = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup() 1862 vram_remap = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup() 1864 maxhf = simple_strtoul(this_opt + 6, NULL, 0); in uvesafb_setup() 1866 maxvf = simple_strtoul(this_opt + 6, NULL, 0); in uvesafb_setup() 1868 maxclk = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup() 1870 vbemode = simple_strtoul(this_opt + 8, NULL, 0); in uvesafb_setup()
|
D | valkyriefb.c | 572 int vmode = simple_strtoul(this_opt+6, NULL, 0); in valkyriefb_setup() 577 int depth = simple_strtoul(this_opt+6, NULL, 0); in valkyriefb_setup()
|
D | platinumfb.c | 505 int vmode = simple_strtoul(this_opt+6, NULL, 0); in platinumfb_setup() 509 int depth = simple_strtoul(this_opt+6, NULL, 0); in platinumfb_setup()
|
D | tridentfb.c | 1795 bpp = simple_strtoul(opt + 4, NULL, 0); in tridentfb_setup() 1801 memsize = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup() 1803 memdiff = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup() 1805 nativex = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
|
D | sstfb.c | 724 val = simple_strtoul(buf, last, 0); in store_vgapass() 1299 mem = simple_strtoul (this_opt+4, NULL, 0); in sstfb_setup() 1301 gfxclk = simple_strtoul (this_opt+7, NULL, 0); in sstfb_setup()
|
D | controlfb.c | 558 int vmode = simple_strtoul(this_opt+6, NULL, 0); in control_setup() 563 int depth = simple_strtoul(this_opt+6, NULL, 0); in control_setup()
|
D | w100fb.c | 97 flip = simple_strtoul(buf, NULL, 10); in flip_store() 118 regs = simple_strtoul(buf, NULL, 16); in w100fb_reg_read() 155 if (simple_strtoul(buf, NULL, 10) > 0) { in fastpllclk_store()
|
D | amifb.c | 2321 vmin = simple_strtoul(p, NULL, 10); in amifb_setup_mcap() 2326 vmax = simple_strtoul(p, NULL, 10); in amifb_setup_mcap() 2331 hmin = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap() 2336 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap() 2363 min_fstrt = simple_strtoul(this_opt + 7, NULL, 0); in amifb_setup()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_proc.c | 339 host = simple_strtoul(p, &p, 0); in proc_scsi_write() 340 channel = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 341 id = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 342 lun = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 353 host = simple_strtoul(p, &p, 0); in proc_scsi_write() 354 channel = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 355 id = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 356 lun = simple_strtoul(p + 1, &p, 0); in proc_scsi_write()
|
D | wd33c93.c | 1835 *val = simple_strtoul(cp, NULL, 0); in check_setup_args() 2086 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK; in wd33c93_write_info() 2088 x = simple_strtoul(bp+11, &bp, 0); in wd33c93_write_info() 2093 x = simple_strtoul(bp+7, &bp, 0); in wd33c93_write_info() 2098 set_resync(hd, (int)simple_strtoul(bp+7, &bp, 0)); in wd33c93_write_info() 2100 hd->proc = simple_strtoul(bp+5, &bp, 0); in wd33c93_write_info() 2102 hd->no_dma = simple_strtoul(bp+6, &bp, 0); in wd33c93_write_info() 2104 hd->level2 = simple_strtoul(bp+7, &bp, 0); in wd33c93_write_info() 2114 x = simple_strtoul(bp+7, &bp, 0); in wd33c93_write_info()
|
D | in2000.c | 1868 *val = simple_strtoul(cp, NULL, 0); in check_setup_args() 2184 hd->args = simple_strtoul(bp, NULL, 0) & DB_MASK; in in2000_write_info() 2187 x = simple_strtoul(bp, NULL, 0); in in2000_write_info() 2193 x = simple_strtoul(bp, NULL, 0); in in2000_write_info() 2197 x = simple_strtoul(bp, NULL, 0); in in2000_write_info() 2203 hd->proc = simple_strtoul(bp, NULL, 0); in in2000_write_info() 2206 hd->level2 = simple_strtoul(bp, NULL, 0); in in2000_write_info()
|
D | sim710.c | 70 int val = (int)simple_strtoul(++next, NULL, 0); in param_setup()
|
D | NCR_D700.c | 133 int val = (int)simple_strtoul(++next, NULL, 0); in param_setup()
|
D | scsi_transport_spi.c | 304 val = simple_strtoul(buf, NULL, 0); \ 338 val = simple_strtoul(buf, NULL, 0); \ 358 val = simple_strtoul(buf, NULL, 0); \ 460 picosec = simple_strtoul(buf, &endp, 10) * 1000; in store_spi_transport_period_helper()
|
D | ppa.c | 127 x = simple_strtoul(buffer + 5, NULL, 0); in ppa_write_info() 132 x = simple_strtoul(buffer + 10, NULL, 0); in ppa_write_info()
|
D | scsi_transport_fc.c | 730 val = simple_strtoul(buf, &cp, 0); \ 851 *val = simple_strtoul(buf, &cp, 0); in fc_str_to_dev_loss() 985 val = simple_strtoul(buf, &cp, 0); in store_fc_rport_fast_io_fail_tmo() 1096 val = simple_strtoul(buf, &cp, 0); \ 1161 val = simple_strtoul(buf, &cp, 0); \ 1361 val = simple_strtoul(buf, &cp, 0); \
|
D | scsi_sysfs.c | 850 int val = simple_strtoul(buf, NULL, 0); \ 885 depth = simple_strtoul(buf, NULL, 0); in DECLARE_EVT()
|
D | scsi_devinfo.c | 378 devinfo->flags = simple_strtoul(strflags, NULL, 0); in scsi_dev_info_list_add_keyed()
|
D | BusLogic.c | 3665 unsigned long io_addr = simple_strtoul(options, in blogic_parseopts() 3707 unsigned short qdepth = simple_strtoul(options, &options, 0); in blogic_parseopts() 3728 unsigned short qdepth = simple_strtoul(options, &options, 0); in blogic_parseopts() 3775 simple_strtoul(options, &options, 0); in blogic_parseopts()
|
/linux-4.4.14/arch/s390/mm/ |
D | cmm.c | 275 nr = simple_strtoul(p, &p, 0); in cmm_pages_handler() 315 nr = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 317 seconds = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 374 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 381 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 388 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 391 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
|
/linux-4.4.14/lib/ |
D | parser.c | 47 len = simple_strtoul(p, (char **) &p, 10); in match_one() 74 simple_strtoul(s, &args[argc].to, 0); in match_one() 77 simple_strtoul(s, &args[argc].to, 8); in match_one() 80 simple_strtoul(s, &args[argc].to, 16); in match_one()
|
D | vsprintf.c | 75 unsigned long simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() function 79 EXPORT_SYMBOL(simple_strtoul); 92 return -simple_strtoul(cp + 1, endp, base); in simple_strtol() 94 return simple_strtoul(cp, endp, base); in simple_strtol() 2620 simple_strtoul(str, &next, base) : in vsscanf()
|
/linux-4.4.14/arch/um/drivers/ |
D | umcast_kern.c | 90 init->lport = simple_strtoul(port_str, &last, 10); in mcast_setup() 99 init->ttl = simple_strtoul(ttl_str, &last, 10); in mcast_setup() 136 init->lport = simple_strtoul(lport_str, &last, 10); in ucast_setup() 145 init->rport = simple_strtoul(rport_str, &last, 10); in ucast_setup()
|
D | vde_kern.c | 90 init->port = simple_strtoul(port_str, &last, 10); in vde_setup() 99 init->mode = simple_strtoul(mode_str, &last, 8); in vde_setup()
|
D | stderr_console.c | 42 use_stderr_console = simple_strtoul(str,&str,0); in stderr_setup()
|
D | line.c | 445 unsigned n = simple_strtoul(init, &end, 0); in line_setup() 476 n = simple_strtoul(str, &end, 0); in line_config() 496 dev = simple_strtoul(name, &end, 0); in line_get_config() 529 n = simple_strtoul(*str, &end, 0); in line_id()
|
D | net_kern.c | 308 addr[i] = simple_strtoul(str, &end, 16); in setup_etheraddr() 535 n = simple_strtoul(str, &end, 0); in eth_parse() 705 n = simple_strtoul(*str, &end, 0); in net_id()
|
D | ubd_kern.c | 247 n = simple_strtoul(str, &end, 0); in parse_unit() 284 major = simple_strtoul(str, &end, 0); in ubd_setup_common()
|
/linux-4.4.14/arch/tile/lib/ |
D | cpumask.c | 33 a = simple_strtoul(bp, (char **)&bp, 10); in bitmap_parselist_crop() 39 b = simple_strtoul(bp, (char **)&bp, 10); in bitmap_parselist_crop()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | early_printk.c | 44 serial_port = simple_strtoul(buf, &buf, 10); in earlyserial_init() 48 baud = simple_strtoul(buf, &buf, 10); in earlyserial_init() 86 bit = simple_strtoul(buf, &buf, 10); in earlyserial_init()
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_time.c | 53 cpu_rate = simple_strtoul(s, &endp, 10); in plat_time_init() 63 cpu_rate = 1000 * simple_strtoul(s, &endp, 10); in plat_time_init()
|
D | msp_serial.c | 102 if(!(s && *s && (uartclk = simple_strtoul(s, &endp, 10)) && *endp == 0)) in msp_serial_setup()
|
/linux-4.4.14/arch/x86/kernel/ |
D | early_printk.c | 161 early_serial_base = simple_strtoul(s, &e, 16); in early_serial_init() 167 port = simple_strtoul(s, &e, 10); in early_serial_init() 236 bus = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 241 slot = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 246 func = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbsysfs.c | 228 var.bits_per_pixel = simple_strtoul(buf, last, 0); in store_bpp() 251 var.rotate = simple_strtoul(buf, last, 0); in store_rotate() 278 var.xres_virtual = simple_strtoul(buf, &last, 0); in store_virtual() 282 var.yres_virtual = simple_strtoul(last, &last, 0); in store_virtual() 314 err = fb_blank(fb_info, simple_strtoul(buf, &last, 0)); in store_blank() 369 var.xoffset = simple_strtoul(buf, &last, 0); in store_pan() 373 var.yoffset = simple_strtoul(last, &last, 0); in store_pan() 408 state = simple_strtoul(buf, &last, 0); in store_fbstate()
|
/linux-4.4.14/fs/cachefiles/ |
D | daemon.c | 336 frun = simple_strtoul(args, &args, 10); in cachefiles_daemon_frun() 360 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull() 384 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 408 brun = simple_strtoul(args, &args, 10); in cachefiles_daemon_brun() 432 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull() 456 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop() 608 mask = simple_strtoul(args, &args, 0); in cachefiles_daemon_debug()
|
/linux-4.4.14/drivers/tty/serial/ |
D | suncore.c | 119 baud = simple_strtoul(s, NULL, 0); in sunserial_console_termios() 121 bits = simple_strtoul(++s, NULL, 0); in sunserial_console_termios() 125 stop = simple_strtoul(++s, NULL, 0); in sunserial_console_termios()
|
D | earlycon.c | 88 device->baud = simple_strtoul(options, NULL, 0); in parse_options()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 824 value = simple_strtoul(value_ptr, &tmpptr, 0); in iscsi_check_numerical_value() 1008 u32 acceptor_value = simple_strtoul(param->value, &tmpptr, 0); in iscsi_check_acceptor_state() 1009 u32 proposer_value = simple_strtoul(value, &tmpptr, 0); in iscsi_check_acceptor_state() 1310 ErrorRecoveryLevel = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1316 MaxBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1343 FirstBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1565 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1593 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1601 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1661 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_session_parameters() [all …]
|
/linux-4.4.14/drivers/firmware/ |
D | dcdbas.c | 140 buf_size = simple_strtoul(buf, NULL, 10); in smi_data_buf_size_store() 207 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store() 222 host_control_smi_type = simple_strtoul(buf, NULL, 10); in host_control_smi_type_store() 237 host_control_on_shutdown = simple_strtoul(buf, NULL, 10); in host_control_on_shutdown_store() 305 unsigned long val = simple_strtoul(buf, NULL, 10); in smi_request_store()
|
D | dmi_scan.c | 937 year = simple_strtoul(y, &e, 10); in dmi_get_date() 947 month = simple_strtoul(s, &e, 10); in dmi_get_date() 954 day = simple_strtoul(s, &e, 10); in dmi_get_date()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 2331 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup() 2333 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup() 2345 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2347 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2349 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2351 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2353 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2355 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2357 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2359 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() [all …]
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | gunze.c | 70 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10)); in gunze_process_packet() 71 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | overlay-sysfs.c | 154 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store() 159 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store() 193 info.out_width = simple_strtoul(buf, &last, 10); in overlay_output_size_store() 198 info.out_height = simple_strtoul(last, &last, 10); in overlay_output_size_store()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | slram.c | 238 devstart = simple_strtoul(szstart, &buffer, 0); in parse_cmdline() 242 devlength = simple_strtoul(szlength, &buffer, 0); in parse_cmdline() 249 devlength = simple_strtoul(szlength + 1, &buffer, 0); in parse_cmdline()
|
D | block2mtd.c | 333 unsigned long result = simple_strtoul(cp, endp, base); in ustrtoul()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_sys.c | 135 portno = simple_strtoul(buf, &tmp, 16); in qeth_dev_portno_store() 291 cnt = simple_strtoul(buf, &tmp, 10); in qeth_dev_bufcnt_store() 318 i = simple_strtoul(buf, &tmp, 16); in qeth_dev_recover_store() 349 i = simple_strtoul(buf, &tmp, 16); in qeth_dev_performance_stats_store() 397 i = simple_strtoul(buf, &tmp, 16); in qeth_dev_layer2_store() 623 i = simple_strtoul(buf, &tmp, 10); in qeth_dev_blkt_store()
|
D | ctcm_main.h | 271 dev1 = simple_strtoul(id1, &id1, 16); in ctcm_less_than() 272 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
|
D | qeth_l3_sys.c | 162 i = simple_strtoul(buf, &tmp, 16); in qeth_l3_dev_fake_broadcast_store() 511 *mask_bits = simple_strtoul(start, &tmp, 10); in qeth_l3_parse_ipatoe()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpcihp_generic.c | 93 tmp = simple_strtoul(str, &p, 16); in validate_parameters() 105 tmp = simple_strtoul(str, &p, 16); in validate_parameters()
|
D | pci_hotplug_core.c | 106 lpower = simple_strtoul(buf, NULL, 10); in power_write_file() 163 lattention = simple_strtoul(buf, NULL, 10); in attention_write_file() 229 ltest = simple_strtoul (buf, NULL, 10); in test_write_file()
|
D | rpaphp_core.c | 253 value = simple_strtoul(drc_type, &endptr, 10); in is_php_type() 335 slot->type = simple_strtoul(type, NULL, 10); in rpaphp_add_slot()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes.c | 869 ee_flsh_adapter = simple_strtoul(p, &p, 10); in nes_store_adapter() 898 val = simple_strtoul(p, &p, 16); in nes_store_ee_cmd() 936 val = simple_strtoul(p, &p, 16); in nes_store_ee_data() 974 val = simple_strtoul(p, &p, 16); in nes_store_flash_cmd() 1012 val = simple_strtoul(p, &p, 16); in nes_store_flash_data() 1035 sysfs_nonidx_addr = simple_strtoul(p, &p, 16); in nes_store_nonidx_addr() 1066 val = simple_strtoul(p, &p, 16); in nes_store_nonidx_data() 1089 sysfs_idx_addr = simple_strtoul(p, &p, 16); in nes_store_idx_addr() 1120 val = simple_strtoul(p, &p, 16); in nes_store_idx_data()
|
/linux-4.4.14/arch/sh/drivers/dma/ |
D | dma-sysfs.c | 86 config = simple_strtoul(buf, NULL, 0); in dma_store_config() 106 channel->mode = simple_strtoul(buf, NULL, 0); in dma_store_mode()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_debugfs.c | 87 reg = simple_strtoul(buf, &p, 16); in armada_debugfs_write() 90 val = simple_strtoul(p + 1, NULL, 16); in armada_debugfs_write()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup_32.c | 155 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l2cr() 168 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l3cr()
|
D | rtas-proc.c | 295 *val = simple_strtoul(buf, &end, 10); in parse_number() 352 hex = simple_strtoul(progress_led, NULL, 10); in ppc_rtas_progress_write()
|
/linux-4.4.14/arch/mips/sibyte/common/ |
D | cfe.c | 210 initrd_size = simple_strtoul(str, &endptr, 16); in initrd_setup() 216 initrd_start = simple_strtoul(tmp, &endptr, 16); in initrd_setup()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso32-setup.c | 32 vdso32_enabled = simple_strtoul(s, NULL, 0); in vdso32_setup()
|
D | vma.c | 228 vdso64_enabled = simple_strtoul(s, NULL, 0); in vdso_setup()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lparcfg.c | 609 *new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10); in lparcfg_write() 616 *new_weight_ptr = (u8) simple_strtoul(tmp, &endp, 10); in lparcfg_write() 623 *new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10); in lparcfg_write() 630 *new_weight_ptr = (u8) simple_strtoul(tmp, &endp, 10); in lparcfg_write()
|
D | reconfig.c | 142 *length = simple_strtoul(tmp, &tmp, 10); in parse_next_property() 271 handle = simple_strtoul(handle_str, NULL, 0); in parse_node()
|
D | suspend.c | 157 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
|
D | cmm.c | 369 unsigned long val = simple_strtoul (buf, NULL, 10); in store_oom_pages() 713 int disable = simple_strtoul(val, NULL, 10); in cmm_set_disable()
|
/linux-4.4.14/drivers/usb/misc/ |
D | cytherm.c | 109 cytherm->brightness = simple_strtoul(buf, NULL, 10); in set_brightness() 265 tmp = simple_strtoul(buf, NULL, 10); in set_port0() 325 tmp = simple_strtoul(buf, NULL, 10); in set_port1()
|
D | trancevibrator.c | 64 temp = simple_strtoul(buf, NULL, 10); in set_speed()
|
D | usbled.c | 164 int temp = simple_strtoul(buf, NULL, 10); \
|
D | usbsevseg.c | 189 mydev->name = simple_strtoul(buf, NULL, 10); \
|
/linux-4.4.14/drivers/sh/intc/ |
D | userimask.c | 36 level = simple_strtoul(buf, NULL, 10); in store_intc_userimask()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-sysfs.c | 94 unsigned long val = simple_strtoul(buf, NULL, 0); in max_user_freq_store() 178 alarm = simple_strtoul(buf_ptr, NULL, 0); in wakealarm_store()
|
D | rtc-m41t80.c | 276 int val = simple_strtoul(buf, NULL, 0); in m41t80_sysfs_set_sqwfreq()
|
/linux-4.4.14/drivers/parisc/ |
D | pdc_stable.c | 300 hwpath.mod = simple_strtoul(temp+1, NULL, 10); in pdcspath_hwpath_write() 310 hwpath.bc[i] = simple_strtoul(temp+1, NULL, 10); in pdcspath_hwpath_write() 316 hwpath.bc[i] = simple_strtoul(in, NULL, 10); in pdcspath_hwpath_write() 413 layers[0] = simple_strtoul(in, NULL, 10); in pdcspath_layer_write() 420 layers[i] = simple_strtoul(temp, NULL, 10); in pdcspath_layer_write()
|
D | eisa.c | 434 val = (int) simple_strtoul(cur, &pe, 0); in eisa_irq_setup()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_devmap.c | 157 val = simple_strtoul(*str, str, 16); in dasd_busid() 172 val = simple_strtoul(*str, str, 16); in dasd_busid() 178 val = simple_strtoul(*str, str, 16); in dasd_busid() 737 val = simple_strtoul(buf, &endp, 0); in dasd_ff_store() 784 val = simple_strtoul(buf, &endp, 0); in dasd_ro_store() 835 val = simple_strtoul(buf, &endp, 0); in dasd_erplog_store() 883 val = simple_strtoul(buf, &endp, 0); in dasd_use_diag_store() 1185 val = simple_strtoul(buf, &endp, 0); in dasd_eer_store()
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.c | 31 vdso_enabled = simple_strtoul(s, NULL, 0); in vdso_setup()
|
/linux-4.4.14/samples/configfs/ |
D | configfs_sample.c | 84 tmp = simple_strtoul(p, &p, 10); in childless_storeme_store() 168 tmp = simple_strtoul(p, &p, 10); in simple_child_storeme_store()
|
/linux-4.4.14/arch/sparc/prom/ |
D | tree_32.c | 251 which_io = simple_strtoul(s+1, NULL, 16); in prom_finddevice() 252 phys_addr = simple_strtoul(s+3, &d, 16); in prom_finddevice()
|
/linux-4.4.14/init/ |
D | do_mounts.c | 237 res = new_decode_dev(simple_strtoul(name, &p, 16)); in name_to_dev_t() 272 part = simple_strtoul(p, NULL, 10); in name_to_dev_t() 328 root_delay = simple_strtoul(str, NULL, 0); in root_delay_setup()
|
D | calibrate.c | 18 preset_lpj = simple_strtoul(str,NULL,0); in lpj_setup()
|
D | initramfs.c | 171 parsed[i] = simple_strtoul(buf, NULL, 16); in parse_header()
|
/linux-4.4.14/include/acpi/platform/ |
D | aclinux.h | 126 #define strtoul simple_strtoul
|
/linux-4.4.14/drivers/edac/ |
D | edac_device_sysfs.c | 43 ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ue_store() 60 ctl_info->log_ce = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ce_store() 77 ctl_info->panic_on_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_panic_on_ue_store() 100 value = simple_strtoul(data, NULL, 0); in edac_device_ctl_poll_msec_store()
|
D | mpc85xx_edac.c | 96 simple_strtoul(data, NULL, 0)); in mpc85xx_mc_inject_data_hi_store() 110 simple_strtoul(data, NULL, 0)); in mpc85xx_mc_inject_data_lo_store() 124 simple_strtoul(data, NULL, 0)); in mpc85xx_mc_inject_ctrl_store() 428 simple_strtoul(data, NULL, 0)); in mpc85xx_l2_inject_data_hi_store() 441 simple_strtoul(data, NULL, 0)); in mpc85xx_l2_inject_data_lo_store() 454 simple_strtoul(data, NULL, 0)); in mpc85xx_l2_inject_ctrl_store()
|
D | edac_pci_sysfs.c | 225 *value = simple_strtoul(buffer, NULL, 0); in edac_pci_int_store()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_irc.c | 91 *ip = cpu_to_be32(simple_strtoul(data, &data, 10)); in parse_dcc() 100 *port = simple_strtoul(data, &data, 10); in parse_dcc()
|
D | nf_conntrack_sip.c | 263 p = simple_strtoul(end, (char **)&end, 10); in ct_sip_parse_request() 517 p = simple_strtoul(c, (char **)&c, 10); in ct_sip_parse_header_uri() 604 *val = simple_strtoul(start, &end, 0); in ct_sip_parse_numerical_param() 1037 port = simple_strtoul(*dptr + mediaoff, NULL, 10); in process_sdp() 1209 expires = simple_strtoul(*dptr + matchoff, NULL, 10); in process_register_request() 1309 expires = simple_strtoul(*dptr + matchoff, NULL, 10); in process_register_response() 1372 code = simple_strtoul(*dptr + strlen("SIP/2.0 "), NULL, 10); in process_sip_response() 1383 cseq = simple_strtoul(*dptr + matchoff, NULL, 10); in process_sip_response() 1446 cseq = simple_strtoul(*dptr + matchoff, NULL, 10); in process_sip_request() 1522 clen = simple_strtoul(dptr + matchoff, (char **)&end, 10); in sip_help_tcp()
|
D | nf_conntrack_amanda.c | 138 port = htons(simple_strtoul(pbuf, &tmp, 10)); in amanda_help()
|
/linux-4.4.14/drivers/cpufreq/ |
D | elanfreq.c | 187 max_freq = simple_strtoul(str, &str, 0); in elanfreq_setup()
|
/linux-4.4.14/drivers/misc/ |
D | tsl2550.c | 203 unsigned long val = simple_strtoul(buf, NULL, 10); in tsl2550_store_power_state() 235 unsigned long val = simple_strtoul(buf, NULL, 10); in tsl2550_store_operating_mode()
|
D | enclosure.c | 499 int val = simple_strtoul(buf, NULL, 0); in set_component_fault() 557 int val = simple_strtoul(buf, NULL, 0); in set_component_active() 581 int val = simple_strtoul(buf, NULL, 0); in set_component_locate()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | epautoconf.c | 104 u8 num = simple_strtoul(&ep->name[2], NULL, 10); in usb_ep_autoconfig_ss()
|
/linux-4.4.14/arch/mips/rb532/ |
D | prom.c | 67 return simple_strtoul(num, 0, 10); in tag2ul()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | nodemanager.c | 202 tmp = simple_strtoul(p, &p, 0); in o2nm_node_num_store() 246 tmp = simple_strtoul(p, &p, 0); in o2nm_node_ipv4_port_store() 323 tmp = simple_strtoul(p, &p, 0); in o2nm_node_local_store() 409 tmp = simple_strtoul(p, &p, 0); in o2nm_cluster_attr_write()
|
D | heartbeat.c | 1465 bytes = simple_strtoul(p, &p, 0); in o2hb_read_block_input() 1554 tmp = simple_strtoul(p, &p, 0); in o2hb_region_blocks_store() 2085 tmp = simple_strtoul(p, &p, 10); in o2hb_heartbeat_group_threshold_store()
|
/linux-4.4.14/arch/mips/dec/prom/ |
D | identify.c | 120 dec_sysid = simple_strtoul(prom_getenv("systype"), in prom_identify_arch()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | led.c | 97 led_blink(simple_strtoul(buf, NULL, 10)); in led_proc_write()
|
D | setup_32.c | 170 cmdline_memory_size = simple_strtoul(commands + 4, in boot_flags_init()
|
/linux-4.4.14/drivers/net/wan/ |
D | n2.c | 510 io = simple_strtoul(hw, &hw, 0); in n2_init() 514 irq = simple_strtoul(hw, &hw, 0); in n2_init() 518 ram = simple_strtoul(hw, &hw, 0); in n2_init()
|
D | c101.c | 416 irq = simple_strtoul(hw, &hw, 0); in c101_init() 420 ram = simple_strtoul(hw, &hw, 0); in c101_init()
|
/linux-4.4.14/arch/frv/kernel/ |
D | sysctl.c | 147 pid = simple_strtoul(buff, &p, 10); in procctl_frv_pin_cxnr()
|
D | pm.c | 144 ret = simple_strtoul(buf, NULL, 0); in user_atoi()
|
/linux-4.4.14/arch/s390/kernel/ |
D | setup.c | 119 vdev = simple_strtoul(str, &str, 0); in condev_setup() 171 console_devno = simple_strtoul(query_buffer + 5, NULL, 16); in conmode_default() 173 console_irq = simple_strtoul(ptr + 13, NULL, 16); in conmode_default()
|
D | time.c | 1213 value = simple_strtoul(buf, NULL, 0); in etr_online_store() 1755 value = simple_strtoul(buf, NULL, 0); in stp_online_store()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 1977 vram = (simple_strtoul(this_opt+5, NULL, 0)); in i810fb_setup() 1979 voffset = (simple_strtoul(this_opt+8, NULL, 0)); in i810fb_setup() 1981 xres = simple_strtoul(this_opt+5, NULL, 0); in i810fb_setup() 1983 yres = simple_strtoul(this_opt+5, NULL, 0); in i810fb_setup() 1985 vyres = simple_strtoul(this_opt+6, NULL, 0); in i810fb_setup() 1987 bpp = simple_strtoul(this_opt+4, NULL, 0); in i810fb_setup() 1989 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1993 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1997 vsync1 = simple_strtoul(this_opt+7, NULL, 0); in i810fb_setup() 1999 vsync2 = simple_strtoul(this_opt+7, NULL, 0); in i810fb_setup()
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | common.c | 40 mem_fclk_21285 = simple_strtoul(arg, NULL, 0); in early_fclk()
|
/linux-4.4.14/block/ |
D | blk-integrity.c | 295 unsigned long val = simple_strtoul(p, &p, 10); in integrity_verify_store() 314 unsigned long val = simple_strtoul(p, &p, 10); in integrity_generate_store()
|
D | blk-timeout.c | 59 val = simple_strtoul(p, &p, 10); in part_timeout_store()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_procfs.c | 103 val = simple_strtoul(sval, NULL, 0); in setparam()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdsuper.c | 163 mtdnr = simple_strtoul(dev_name + 3, &endptr, 0); in mount_mtd()
|
D | mtdoops.c | 418 mtd_index = simple_strtoul(mtddev, &endp, 0); in mtdoops_init()
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | setup.c | 135 iv->has_cardbus_slot = !!simple_strtoul(buf, NULL, 10); in bcm47xx_get_invariants()
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 243 i = simple_strtoul(source + 3, NULL, 10); in qe_clock_source() 251 i = simple_strtoul(source + 3, NULL, 10); in qe_clock_source()
|
/linux-4.4.14/fs/lockd/ |
D | svc.c | 568 param_set_min_max(grace_period, unsigned long, simple_strtoul, 570 param_set_min_max(timeout, unsigned long, simple_strtoul,
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | debugfs.c | 486 priv->mac_offset = simple_strtoul(buf, NULL, 16); in lbs_rdmac_write() 568 priv->bbp_offset = simple_strtoul(buf, NULL, 16); in lbs_rdbbp_write() 650 priv->rf_offset = simple_strtoul(buf, NULL, 16); in lbs_rdrf_write() 943 r = simple_strtoul(p2, NULL, 0); in lbs_debugfs_write()
|
/linux-4.4.14/drivers/platform/x86/ |
D | tc1100-wmi.c | 156 u32 tmp = simple_strtoul(buf, NULL, 10); \
|
/linux-4.4.14/arch/mips/ar7/ |
D | prom.c | 211 baud = simple_strtoul(s, &p, 10); in console_config()
|
/linux-4.4.14/kernel/ |
D | user_namespace.c | 676 extent->first = simple_strtoul(pos, &pos, 10); in map_write() 681 extent->lower_first = simple_strtoul(pos, &pos, 10); in map_write() 686 extent->count = simple_strtoul(pos, &pos, 10); in map_write()
|
D | sysctl_binary.c | 999 value = simple_strtoul(str, &str, 10); in bin_intvec() 1070 value = simple_strtoul(str, &str, 10); in bin_ulongvec() 1180 area = simple_strtoul(buf, NULL, 10); in bin_dn_node_address() 1181 node = simple_strtoul(nodep, NULL, 10); in bin_dn_node_address()
|
D | watchdog.c | 151 softlockup_panic = simple_strtoul(str, NULL, 0); in softlockup_panic_setup()
|
/linux-4.4.14/arch/s390/lib/ |
D | spinlock.c | 30 spin_retry = simple_strtoul(str, &str, 0); in spin_retry_setup()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | rtc.c | 40 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch()
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote-debug.c | 154 i = simple_strtoul(buf, NULL, 16); in wiidebug_drm_write()
|
/linux-4.4.14/drivers/usb/serial/ |
D | console.c | 74 baud = simple_strtoul(options, NULL, 10); in usb_console_setup()
|
/linux-4.4.14/net/bridge/ |
D | br_sysfs_br.c | 43 val = simple_strtoul(buf, &endp, 0); in store_bridge_parm() 143 val = simple_strtoul(buf, &endp, 0); in stp_state_store() 177 val = simple_strtoul(buf, &endp, 0); in group_fwd_mask_store()
|
D | br_sysfs_if.c | 248 val = simple_strtoul(buf, &endp, 0); in brport_store()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 622 b = simple_strtoul(s, &e, 10); in xen_net_read_rate() 627 u = simple_strtoul(s, &e, 10); in xen_net_read_rate() 652 mac[i] = simple_strtoul(s, &e, 16); in xen_net_read_mac()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nandsim.c | 827 erase_block_no = simple_strtoul(w, &w, 0); in parse_badblocks() 856 erase_block_no = simple_strtoul(w, &w, 0); in parse_weakblocks() 864 max_erases = simple_strtoul(w, &w, 0); in parse_weakblocks() 907 page_no = simple_strtoul(w, &w, 0); in parse_weakpages() 915 max_writes = simple_strtoul(w, &w, 0); in parse_weakpages() 958 page_no = simple_strtoul(g, &g, 0); in parse_gravepages() 966 max_reads = simple_strtoul(g, &g, 0); in parse_gravepages()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_main.c | 299 *value = simple_strtoul(ep, NULL, 0); in kdbgetulenv() 340 val = simple_strtoul(arg, &endp, 0); in kdbgetularg() 347 val = simple_strtoul(arg, &endp, 16); in kdbgetularg() 407 debugflags = simple_strtoul(argv[2], &cp, 0); in kdb_set() 1592 repeat = simple_strtoul(argv[0] + 4, &p, 10); in kdb_md() 2099 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 226 ovlnum = simple_strtoul(p, &p, 0); in store_overlays() 386 rot = simple_strtoul(p, &p, 0); in store_overlays_rotate()
|
/linux-4.4.14/fs/reiserfs/ |
D | bitmap.c | 581 && *value) ? simple_strtoul(value, &value, in reiserfs_parse_alloc_options() 595 && *value) ? simple_strtoul(value, &value, 0) : 16; in reiserfs_parse_alloc_options() 653 && *value) ? simple_strtoul(value, &value, 0) : 4; in reiserfs_parse_alloc_options() 660 && *value) ? simple_strtoul(value, &value, in reiserfs_parse_alloc_options()
|
/linux-4.4.14/security/tomoyo/ |
D | realpath.c | 157 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); in tomoyo_get_local_path()
|
D | util.c | 212 *result = simple_strtoul(cp, &ep, base); in tomoyo_parse_ulong()
|
D | common.c | 669 i = simple_strtoul(data, &cp, 10); in tomoyo_write_profile() 1662 pid = (unsigned int) simple_strtoul(buf, NULL, 10); in tomoyo_read_pid() 1723 group = simple_strtoul(param.data, &data, 10); in tomoyo_write_exception()
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.c | 19 #define simple_strtouint(c, end, base) simple_strtoul(c, end, base)
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 2775 vmembase = simple_strtoul(p, NULL, 0); in store_video_par() 2778 size = simple_strtoul(p, NULL, 0); in store_video_par() 2781 guiregbase = simple_strtoul(p, NULL, 0); in store_video_par() 3848 vram = simple_strtoul(this_opt + 5, NULL, 0); in atyfb_setup() 3850 pll = simple_strtoul(this_opt + 4, NULL, 0); in atyfb_setup() 3852 mclk = simple_strtoul(this_opt + 5, NULL, 0); in atyfb_setup() 3854 xclk = simple_strtoul(this_opt+5, NULL, 0); in atyfb_setup() 3856 comp_sync = simple_strtoul(this_opt+10, NULL, 0); in atyfb_setup() 3858 backlight = simple_strtoul(this_opt+10, NULL, 0); in atyfb_setup() 3862 simple_strtoul(this_opt + 6, NULL, 0); in atyfb_setup() [all …]
|
D | aty128fb.c | 1708 default_lcd_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup() 1711 default_crt_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup() 1715 backlight = simple_strtoul(this_opt+10, NULL, 0); in aty128fb_setup() 1726 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup() 1731 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup()
|
/linux-4.4.14/drivers/oprofile/ |
D | oprofilefs.c | 87 *val = simple_strtoul(tmpbuf, NULL, 0); in oprofilefs_ulong_from_user()
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.c | 486 bw = simple_strtoul(bf + 1, &tail, 0); /* Use simple one */ in __parse_bitfield_probe_arg() 492 bo = simple_strtoul(bf, &tail, 0); in __parse_bitfield_probe_arg()
|
/linux-4.4.14/drivers/video/console/ |
D | sticore.c | 319 font_height[i] = simple_strtoul(str, NULL, 0); in sti_font_setup() 320 font_width[i] = simple_strtoul(x+1, NULL, 0); in sti_font_setup() 322 font_index[i] = simple_strtoul(str, NULL, 0); in sti_font_setup()
|
D | fbcon.c | 456 fbcon_softback_size = simple_strtoul(options, &options, 0); in fb_console_setup() 482 first_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup() 486 last_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup() 494 initial_rotation = simple_strtoul(options, &options, 0); in fb_console_setup() 3379 rotate = simple_strtoul(buf, last, 0); in store_rotate() 3404 rotate = simple_strtoul(buf, last, 0); in store_rotate_all() 3483 blink = simple_strtoul(buf, last, 0); in store_cursor_blink()
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci_gx.c | 637 trio_index = simple_strtoul(str, (char **)&str, 10); in setup_pcie_rc_delay() 647 mac = simple_strtoul(str, (char **)&str, 10); in setup_pcie_rc_delay() 658 delay = simple_strtoul(str, (char **)&str, 10); in setup_pcie_rc_delay()
|
D | setup.c | 145 node = str ? simple_strtoul(str, &endp, 0) : INT_MAX; in setup_maxnodemem() 1150 initrd_size = str ? simple_strtoul(str, &endp, 0) : 0; in setup_initrd() 1154 initrd_start = simple_strtoul(endp+1, &endp, 0); in setup_initrd()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 635 index = simple_strtoul(dash, (char **)endptr, 16); in server_name2index() 921 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse() 925 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse()
|
D | lprocfs_status.c | 198 *val = (int)simple_strtoul(pbuf, &end, 10) * mult; in lprocfs_write_frac_helper() 210 temp_val = (int)simple_strtoul(pbuf, &end, 10) * mult; in lprocfs_write_frac_helper() 351 tmp = simple_strtoul(dummy, &end, 0); in lprocfs_wr_uint()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 1889 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); in omapfb_setup() 1909 def_vxres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup() 1911 def_vyres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup() 1913 def_rotate = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup() 1915 def_mirror = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
|
/linux-4.4.14/drivers/spi/ |
D | spi-tle62x0.c | 159 val = simple_strtoul(buf, &endp, 0); in tle62x0_gpio_store()
|
/linux-4.4.14/drivers/isdn/icn/ |
D | icn.c | 520 simple_strtoul(t, NULL, 10); in icn_parse_status() 527 simple_strtoul(t, NULL, 10); in icn_parse_status() 547 (int) simple_strtoul(status + 7, NULL, 16)); in icn_parse_status() 659 card->fw_rev = (int) simple_strtoul(vstr, NULL, 10); in icn_polldchan()
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 1478 paneltweak = simple_strtoul(this_opt+11, NULL, 0); in nvidiafb_setup() 1480 vram = simple_strtoul(this_opt+5, NULL, 0); in nvidiafb_setup() 1482 backlight = simple_strtoul(this_opt+10, NULL, 0); in nvidiafb_setup() 1488 bpp = simple_strtoul(this_opt+4, NULL, 0); in nvidiafb_setup()
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 114 val = simple_strtoul(str, &str_work, 16); in parse_busid()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 199 val = simple_strtoul(buf, &endp, 0); in wf_store_control()
|
/linux-4.4.14/sound/core/ |
D | pcm_memory.c | 170 size = simple_strtoul(str, NULL, 10) * 1024; in snd_pcm_lib_preallocate_proc_write()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_xs.c | 517 t->id = simple_strtoul(id_str, NULL, 0); in xenbus_transaction_start() 650 cmp = (void *)simple_strtoul(token, NULL, 16); in find_watch()
|
D | xenbus_dev_frontend.c | 332 trans->handle.id = simple_strtoul(reply, NULL, 0); in xenbus_write_transaction()
|
/linux-4.4.14/drivers/char/ |
D | lp.c | 853 int n = simple_strtoul(str+7, NULL, 10); in lp_setup() 1023 unsigned long r = simple_strtoul(parport[n], &ep, 0); in lp_init_module()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.c | 490 if (vid == simple_strtoul(p, &p, 16) && in usb_stor_adjust_quirks() 492 pid == simple_strtoul(p+1, &p, 16) && in usb_stor_adjust_quirks()
|
/linux-4.4.14/drivers/net/irda/ |
D | irda-usb.c | 1101 major = simple_strtoul(fw_version_ptr, NULL, 10); in stir421x_patch_device() 1102 minor = simple_strtoul(fw_version_ptr + 4, NULL, 10); in stir421x_patch_device() 1103 build = simple_strtoul(fw_version_ptr + 8, NULL, 10); in stir421x_patch_device()
|
/linux-4.4.14/drivers/isdn/isdnloop/ |
D | isdnloop.c | 134 cmd->parm.setup.si1 = simple_strtoul(t, NULL, 10); in isdnloop_parse_setup() 141 simple_strtoul(t, NULL, 10); in isdnloop_parse_setup() 235 (int) simple_strtoul(status + 7, NULL, 16)); in isdnloop_parse_status()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 235 *num = simple_strtoul(str, &endp, 0); in cfs_str2num_check()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | varhandlers.c | 328 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
|
D | kobjects.c | 156 index = simple_strtoul(cp, &temp, 10); in chars_chartab_store() 786 index = simple_strtoul(cp, &temp, 10); in message_store_helper()
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 52 mount_dev = simple_strtoul(str, NULL, 0); in mount_param()
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 847 dbgp_num = simple_strtoul(s, &e, 10); in early_dbgp_init() 1059 kgdbdbgp_wait_time = simple_strtoul(ptr, &ptr, 10); in kgdbdbgp_parse_config()
|
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 1299 vendor_id = simple_strtoul(token, NULL, 16); in parse_id() 1301 device_id = simple_strtoul(token, NULL, 16); in parse_id() 1302 flags = simple_strtoul(id, NULL, 16); in parse_id()
|
/linux-4.4.14/arch/x86/mm/ |
D | numa_emulation.c | 342 n = simple_strtoul(emu_cmdline, &emu_cmdline, 0); in numa_emulation()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 519 sn2_flush_opt = simple_strtoul(optstr, NULL, 0); in sn2_ptc_proc_write()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | if.c | 127 reg = simple_strtoul(line + 8, &ptr, 0); in mtrr_write()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | tiocx.c | 467 n = simple_strtoul(buf, NULL, 0); in store_cxdev_control()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 119 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 128 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 137 uid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options() 149 gid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options() 160 variable = simple_strtoul(ov = v, &v, 8); \ in parse_options()
|
/linux-4.4.14/drivers/power/ |
D | ab8500_fg.c | 2603 reg_value = simple_strtoul(buf, NULL, 10); in ab8505_powercut_flagtime_write() 2653 reg_value = simple_strtoul(buf, NULL, 10); in ab8505_powercut_maxtime_write() 2701 reg_value = simple_strtoul(buf, NULL, 10); in ab8505_powercut_restart_write() 2794 reg_value = simple_strtoul(buf, NULL, 10); in ab8505_powercut_write() 2866 reg_value = simple_strtoul(buf, NULL, 10); in ab8505_powercut_debounce_write()
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | sis_main.c | 193 sisfb_search_vesamode(simple_strtoul(name, NULL, 0), quiet); in sisfb_search_mode() 3964 sisfb_search_vesamode(simple_strtoul(this_opt + 5, NULL, 0), false); in sisfb_setup() 3966 sisfb_parm_rate = simple_strtoul(this_opt + 5, NULL, 0); in sisfb_setup() 3968 sisfb_forcecrt1 = (int)simple_strtoul(this_opt + 10, NULL, 0); in sisfb_setup() 3970 sisfb_parm_mem = simple_strtoul(this_opt + 4, NULL, 0); in sisfb_setup() 3972 sisfb_pdc = simple_strtoul(this_opt + 4, NULL, 0); in sisfb_setup() 3974 sisfb_pdca = simple_strtoul(this_opt + 5, NULL, 0); in sisfb_setup() 3988 sisfb_userom = (int)simple_strtoul(this_opt + 7, NULL, 0); in sisfb_setup() 3990 sisfb_useoem = (int)simple_strtoul(this_opt + 7, NULL, 0); in sisfb_setup() 3995 temp = simple_strtoul(this_opt + 9, NULL, 0); in sisfb_setup() [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 712 p->cclk = simple_strtoul(vpd.cclk_data, NULL, 10); in get_vpd_params() 713 p->mclk = simple_strtoul(vpd.mclk_data, NULL, 10); in get_vpd_params() 714 p->uclk = simple_strtoul(vpd.uclk_data, NULL, 10); in get_vpd_params() 715 p->mdc = simple_strtoul(vpd.mdc_data, NULL, 10); in get_vpd_params() 716 p->mem_timing = simple_strtoul(vpd.mt_data, NULL, 10); in get_vpd_params() 726 p->xauicfg[0] = simple_strtoul(vpd.xaui0cfg_data, NULL, 16); in get_vpd_params() 727 p->xauicfg[1] = simple_strtoul(vpd.xaui1cfg_data, NULL, 16); in get_vpd_params()
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 419 crt_option = !!simple_strtoul(this_opt + 4, NULL, 0); in gx1fb_setup()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | debugport.c | 388 port->baudrate = simple_strtoul(options, NULL, 10); in console_setup()
|
/linux-4.4.14/arch/x86/pci/ |
D | common.c | 556 pirq_table_addr = simple_strtoul(str+9, NULL, 0); in pcibios_setup()
|
/linux-4.4.14/fs/9p/ |
D | v9fs.c | 272 uid = simple_strtoul(s, &e, 10); in v9fs_parse_options()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 3159 val = simple_strtoul(p, &p, 10); in il3945_store_tx_power() 3184 u32 flags = simple_strtoul(buf, NULL, 0); in il3945_store_flags() 3219 u32 filter_flags = simple_strtoul(buf, NULL, 0); in il3945_store_filter_flags() 3291 channel = simple_strtoul(p, NULL, 0); in il3945_store_measurement() 3299 type = simple_strtoul(p + 1, NULL, 0); in il3945_store_measurement() 3318 il->retry_rate = simple_strtoul(buf, NULL, 0); in il3945_store_retry_rate()
|
/linux-4.4.14/drivers/watchdog/ |
D | cpwd.c | 574 p->timeout = simple_strtoul(str_prop, NULL, 10); in cpwd_probe()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | build.c | 1187 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device() 1347 result = simple_strtoul(str, &endp, 0); in bytes_str_to_int()
|
/linux-4.4.14/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 564 value = simple_strtoul(buff, NULL, 10); in remote_settings_file_write()
|
/linux-4.4.14/drivers/bluetooth/ |
D | bt3c_cs.c | 507 tmp = simple_strtoul(b, NULL, 16); in bt3c_load_firmware()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_epp.c | 985 bc->cfg.fclk = simple_strtoul(cp+5, NULL, 0); in baycom_setmode() 992 bc->cfg.bps = simple_strtoul(cp+4, NULL, 0); in baycom_setmode()
|
D | baycom_ser_fdx.c | 524 baud = simple_strtoul(modestr+3, NULL, 10); in baycom_setmode()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 75 num = simple_strtoul(desc, &p, 10); in rxrpc_vet_description_s() 78 num = simple_strtoul(p + 1, &p, 10); in rxrpc_vet_description_s()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 393 extern unsigned long simple_strtoul(const char *,char **,unsigned int);
|
/linux-4.4.14/drivers/pcmcia/ |
D | vrc4171_card.c | 643 irq = simple_strtoul(options, &options, 0); in vrc4171_card_setup()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 642 pio = simple_strtoul(buf, NULL, 0); in SYM53C500_store_pio()
|
/linux-4.4.14/drivers/ssb/ |
D | driver_chipcommon_pmu.c | 326 crystalfreq = simple_strtoul(buf, NULL, 0); in ssb_pmu_pll_init()
|
/linux-4.4.14/fs/ |
D | binfmt_misc.c | 373 e->offset = simple_strtoul(p, &p, 10); in create_entry()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap-debugfs.c | 288 reg = simple_strtoul(start, &start, 16); in regmap_map_write_file()
|
/linux-4.4.14/fs/logfs/ |
D | super.c | 588 mtdnr = simple_strtoul(devname+3, &garbage, 0); in logfs_mount()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4idmap.c | 229 ent.id = simple_strtoul(buf1, &bp, 10); in idtoname_parse()
|
/linux-4.4.14/drivers/ide/ |
D | ide-proc.c | 398 val = simple_strtoul(p, &q, 10); in ide_settings_proc_write()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | etherh.c | 536 addr[i] = simple_strtoul(s + 1, &s, 0x10); in etherh_addr()
|