/Linux-v4.19/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 | 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 | 2828 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2835 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2842 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2864 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2870 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2874 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2878 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2895 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2945 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int() 2949 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_proc.c | 341 host = simple_strtoul(p, &p, 0); in proc_scsi_write() 342 channel = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 343 id = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 344 lun = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 355 host = simple_strtoul(p, &p, 0); in proc_scsi_write() 356 channel = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 357 id = simple_strtoul(p + 1, &p, 0); in proc_scsi_write() 358 lun = simple_strtoul(p + 1, &p, 0); in proc_scsi_write()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/s390/mm/ |
D | cmm.c | 307 nr = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 309 seconds = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 366 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 373 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 380 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 383 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
|
/Linux-v4.19/arch/x86/kernel/ |
D | early_printk.c | 163 early_serial_base = simple_strtoul(s, &e, 16); in early_serial_init() 169 port = simple_strtoul(s, &e, 10); in early_serial_init() 238 bus = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 243 slot = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 248 func = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init()
|
/Linux-v4.19/arch/mips/pmcs-msp71xx/ |
D | msp_time.c | 52 cpu_rate = simple_strtoul(s, &endp, 10); in plat_time_init() 62 cpu_rate = 1000 * simple_strtoul(s, &endp, 10); in plat_time_init()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbsysfs.c | 229 var.bits_per_pixel = simple_strtoul(buf, last, 0); in store_bpp() 252 var.rotate = simple_strtoul(buf, last, 0); in store_rotate() 279 var.xres_virtual = simple_strtoul(buf, &last, 0); in store_virtual() 283 var.yres_virtual = simple_strtoul(last, &last, 0); in store_virtual() 315 err = fb_blank(fb_info, simple_strtoul(buf, &last, 0)); in store_blank() 370 var.xoffset = simple_strtoul(buf, &last, 0); in store_pan() 374 var.yoffset = simple_strtoul(last, &last, 0); in store_pan() 409 state = simple_strtoul(buf, &last, 0); in store_fbstate()
|
/Linux-v4.19/fs/cachefiles/ |
D | daemon.c | 337 frun = simple_strtoul(args, &args, 10); in cachefiles_daemon_frun() 361 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull() 385 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 409 brun = simple_strtoul(args, &args, 10); in cachefiles_daemon_brun() 433 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull() 457 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop() 609 mask = simple_strtoul(args, &args, 0); in cachefiles_daemon_debug()
|
/Linux-v4.19/drivers/tty/serial/ |
D | suncore.c | 120 baud = simple_strtoul(s, NULL, 0); in sunserial_console_termios() 122 bits = simple_strtoul(++s, NULL, 0); in sunserial_console_termios() 126 stop = simple_strtoul(++s, NULL, 0); in sunserial_console_termios()
|
D | earlycon.c | 69 earlycon->index = simple_strtoul(s, NULL, 10); in earlycon_init() 118 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 288 early_console_dev.baud = simple_strtoul(options, NULL, 0); in of_setup_earlycon()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 822 value = simple_strtoul(value_ptr, &tmpptr, 0); in iscsi_check_numerical_value() 1006 u32 acceptor_value = simple_strtoul(param->value, &tmpptr, 0); in iscsi_check_acceptor_state() 1007 u32 proposer_value = simple_strtoul(value, &tmpptr, 0); in iscsi_check_acceptor_state() 1308 ErrorRecoveryLevel = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1314 MaxBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1341 FirstBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1562 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1590 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1598 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1658 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_session_parameters() [all …]
|
/Linux-v4.19/drivers/firmware/ |
D | dcdbas.c | 141 buf_size = simple_strtoul(buf, NULL, 10); in smi_data_buf_size_store() 208 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store() 223 host_control_smi_type = simple_strtoul(buf, NULL, 10); in host_control_smi_type_store() 238 host_control_on_shutdown = simple_strtoul(buf, NULL, 10); in host_control_on_shutdown_store() 306 unsigned long val = simple_strtoul(buf, NULL, 10); in smi_request_store()
|
/Linux-v4.19/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-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 2329 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup() 2331 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup() 2343 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2345 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2347 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2349 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2351 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2353 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2355 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2357 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/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-v4.19/drivers/input/touchscreen/ |
D | gunze.c | 66 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10)); in gunze_process_packet() 67 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup_32.c | 131 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l2cr() 144 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l3cr()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes.c | 839 ee_flsh_adapter = simple_strtoul(p, &p, 10); in adapter_store() 868 val = simple_strtoul(p, &p, 16); in eeprom_cmd_store() 906 val = simple_strtoul(p, &p, 16); in eeprom_data_store() 944 val = simple_strtoul(p, &p, 16); in flash_cmd_store() 982 val = simple_strtoul(p, &p, 16); in flash_data_store() 1005 sysfs_nonidx_addr = simple_strtoul(p, &p, 16); in nonidx_addr_store() 1036 val = simple_strtoul(p, &p, 16); in nonidx_data_store() 1059 sysfs_idx_addr = simple_strtoul(p, &p, 16); in idx_addr_store() 1090 val = simple_strtoul(p, &p, 16); in idx_data_store()
|
/Linux-v4.19/drivers/mtd/devices/ |
D | slram.c | 234 devstart = simple_strtoul(szstart, &buffer, 0); in parse_cmdline() 238 devlength = simple_strtoul(szlength, &buffer, 0); in parse_cmdline() 245 devlength = simple_strtoul(szlength + 1, &buffer, 0); in parse_cmdline()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpcihp_generic.c | 74 tmp = simple_strtoul(str, &p, 16); in validate_parameters() 86 tmp = simple_strtoul(str, &p, 16); in validate_parameters()
|
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_main.h | 272 dev1 = simple_strtoul(id1, &id1, 16); in ctcm_less_than() 273 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
|