/Linux-v6.1/drivers/video/fbdev/ |
D | grvga.c | 279 screendata->pixclock = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 283 screendata->xres = screendata->xres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 287 screendata->right_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 291 screendata->hsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 295 screendata->left_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 299 screendata->yres = screendata->yres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 303 screendata->lower_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 307 screendata->vsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 311 screendata->upper_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 315 screendata->bits_per_pixel = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() [all …]
|
D | acornfb.c | 767 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0); in acornfb_parse_mon() 769 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 776 fb_info.monspecs.vfmin = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 778 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 785 fb_info.monspecs.dpms = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 790 fb_info.var.width = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 795 fb_info.var.height = simple_strtoul(p + 1, NULL, 0); in acornfb_parse_mon() 831 current_par.montype = simple_strtoul(opt, &opt, 0); in acornfb_parse_montype() 853 size = simple_strtoul(opt, &opt, 0); in acornfb_parse_dram()
|
D | atafb.c | 2738 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2745 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2752 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2774 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2780 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2784 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2788 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext() 2805 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext() 2855 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int() 2859 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int() [all …]
|
/Linux-v6.1/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-v6.1/lib/ |
D | parser.c | 46 len = simple_strtoul(p, (char **) &p, 10); in match_one() 73 simple_strtoul(s, &args[argc].to, 0); in match_one() 76 simple_strtoul(s, &args[argc].to, 8); in match_one() 79 simple_strtoul(s, &args[argc].to, 16); in match_one()
|
/Linux-v6.1/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-v6.1/arch/s390/mm/ |
D | cmm.c | 302 nr = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 304 seconds = simple_strtoul(p, &p, 0); in cmm_timeout_handler() 361 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 368 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 375 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 378 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
|
/Linux-v6.1/arch/x86/kernel/ |
D | early_printk.c | 160 early_serial_base = simple_strtoul(s, &e, 16); in early_serial_init() 166 port = simple_strtoul(s, &e, 10); in early_serial_init() 242 bus = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 247 slot = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init() 252 func = (u8)simple_strtoul(s, &e, 16); in early_pci_serial_init()
|
/Linux-v6.1/drivers/video/fbdev/core/ |
D | fbsysfs.c | 233 var.bits_per_pixel = simple_strtoul(buf, last, 0); in store_bpp() 256 var.rotate = simple_strtoul(buf, last, 0); in store_rotate() 283 var.xres_virtual = simple_strtoul(buf, &last, 0); in store_virtual() 287 var.yres_virtual = simple_strtoul(last, &last, 0); in store_virtual() 317 arg = simple_strtoul(buf, &last, 0); in store_blank() 375 var.xoffset = simple_strtoul(buf, &last, 0); in store_pan() 379 var.yoffset = simple_strtoul(last, &last, 0); in store_pan() 414 state = simple_strtoul(buf, &last, 0); in store_fbstate()
|
/Linux-v6.1/fs/cachefiles/ |
D | daemon.c | 402 frun = simple_strtoul(args, &args, 10); in cachefiles_daemon_frun() 426 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull() 450 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 474 brun = simple_strtoul(args, &args, 10); in cachefiles_daemon_brun() 498 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull() 522 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop() 673 mask = simple_strtoul(args, &args, 0); in cachefiles_daemon_debug()
|
/Linux-v6.1/drivers/tty/serial/ |
D | suncore.c | 121 baud = simple_strtoul(s, NULL, 0); in sunserial_console_termios() 123 bits = simple_strtoul(++s, NULL, 0); in sunserial_console_termios() 127 stop = simple_strtoul(++s, NULL, 0); in sunserial_console_termios()
|
D | earlycon.c | 68 earlycon->index = simple_strtoul(s, NULL, 10); in earlycon_init() 123 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 306 early_console_dev.baud = simple_strtoul(options, NULL, 0); in of_setup_earlycon()
|
/Linux-v6.1/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 814 value = simple_strtoul(value_ptr, &tmpptr, 0); in iscsi_check_numerical_value() 998 u32 acceptor_value = simple_strtoul(param->value, &tmpptr, 0); in iscsi_check_acceptor_state() 999 u32 proposer_value = simple_strtoul(value, &tmpptr, 0); in iscsi_check_acceptor_state() 1300 ErrorRecoveryLevel = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1306 MaxBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1333 FirstBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1552 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1580 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1588 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1648 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_session_parameters() [all …]
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | setup_32.c | 106 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l2cr() 119 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l3cr()
|
/Linux-v6.1/net/rxrpc/ |
D | server_key.c | 55 service = simple_strtoul(desc, &p, 10); in rxrpc_vet_description_s() 58 sec_class = simple_strtoul(p + 1, &p, 10); in rxrpc_vet_description_s()
|
/Linux-v6.1/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 2347 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup() 2349 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup() 2361 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2363 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2365 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2367 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2369 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2371 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2373 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2375 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() [all …]
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | dcdbas.c | 152 buf_size = simple_strtoul(buf, NULL, 10); in smi_data_buf_size_store() 219 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store() 234 host_control_smi_type = simple_strtoul(buf, NULL, 10); in host_control_smi_type_store() 249 host_control_on_shutdown = simple_strtoul(buf, NULL, 10); in host_control_on_shutdown_store() 318 unsigned long val = simple_strtoul(buf, NULL, 10); in smi_request_store()
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay-sysfs.c | 143 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store() 148 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store() 182 info.out_width = simple_strtoul(buf, &last, 10); in overlay_output_size_store() 187 info.out_height = simple_strtoul(last, &last, 10); in overlay_output_size_store()
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | gunze.c | 51 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10)); in gunze_process_packet() 52 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet()
|
/Linux-v6.1/drivers/mtd/devices/ |
D | slram.c | 235 devstart = simple_strtoul(szstart, &buffer, 0); in parse_cmdline() 239 devlength = simple_strtoul(szlength, &buffer, 0); in parse_cmdline() 246 devlength = simple_strtoul(szlength + 1, &buffer, 0); in parse_cmdline()
|
/Linux-v6.1/drivers/usb/misc/ |
D | cytherm.c | 88 cytherm->brightness = simple_strtoul(buf, NULL, 10); in brightness_store() 220 tmp = simple_strtoul(buf, NULL, 10); in port0_store() 275 tmp = simple_strtoul(buf, NULL, 10); in port1_store()
|
/Linux-v6.1/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-v6.1/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()
|
/Linux-v6.1/arch/mips/sibyte/common/ |
D | cfe.c | 195 initrd_size = simple_strtoul(str, &endptr, 16); in initrd_setup() 201 initrd_start = simple_strtoul(tmp, &endptr, 16); in initrd_setup()
|