/linux-6.6.21/drivers/video/fbdev/ |
D | grvga.c | 276 screendata->pixclock = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 280 screendata->xres = screendata->xres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 284 screendata->right_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 288 screendata->hsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 292 screendata->left_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 296 screendata->yres = screendata->yres_virtual = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 300 screendata->lower_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 304 screendata->vsync_len = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 308 screendata->upper_margin = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() 312 screendata->bits_per_pixel = simple_strtoul(this_opt, NULL, 0); in grvga_parse_custom() [all …]
|
D | acornfb.c | 765 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0); in acornfb_parse_mon() 767 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 774 fb_info.monspecs.vfmin = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 776 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 783 fb_info.monspecs.dpms = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 788 fb_info.var.width = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 793 fb_info.var.height = simple_strtoul(p + 1, NULL, 0); in acornfb_parse_mon() 829 current_par.montype = simple_strtoul(opt, &opt, 0); in acornfb_parse_montype() 851 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-6.6.21/drivers/scsi/ |
D | scsi_proc.c | 440 host = (p < end) ? simple_strtoul(p, &p, 0) : 0; in proc_scsi_write() 441 channel = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write() 442 id = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write() 443 lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write() 454 host = (p < end) ? simple_strtoul(p, &p, 0) : 0; in proc_scsi_write() 455 channel = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write() 456 id = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write() 457 lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0; in proc_scsi_write()
|
/linux-6.6.21/lib/ |
D | parser.c | 55 len = simple_strtoul(p, (char **) &p, 10); in match_one() 82 simple_strtoul(s, &args[argc].to, 0); in match_one() 85 simple_strtoul(s, &args[argc].to, 8); in match_one() 88 simple_strtoul(s, &args[argc].to, 16); in match_one()
|
/linux-6.6.21/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-6.6.21/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() 351 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 358 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 365 nr = simple_strtoul(msg, &msg, 0); in cmm_smsg_target() 368 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | fbsysfs.c | 150 var.bits_per_pixel = simple_strtoul(buf, last, 0); in store_bpp() 173 var.rotate = simple_strtoul(buf, last, 0); in store_rotate() 200 var.xres_virtual = simple_strtoul(buf, &last, 0); in store_virtual() 204 var.yres_virtual = simple_strtoul(last, &last, 0); in store_virtual() 234 arg = simple_strtoul(buf, &last, 0); in store_blank() 292 var.xoffset = simple_strtoul(buf, &last, 0); in store_pan() 296 var.yoffset = simple_strtoul(last, &last, 0); in store_pan() 331 state = simple_strtoul(buf, &last, 0); in store_fbstate()
|
/linux-6.6.21/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-6.6.21/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() 125 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 313 early_console_dev.baud = simple_strtoul(options, NULL, 0); in of_setup_earlycon()
|
/linux-6.6.21/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-6.6.21/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() 1302 ErrorRecoveryLevel = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1308 MaxBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1335 FirstBurstLength = simple_strtoul(param->value, in iscsi_enforce_integrity_rules() 1554 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1582 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1590 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_connection_parameters() 1650 simple_strtoul(param->value, &tmpptr, 0); in iscsi_set_session_parameters() [all …]
|
/linux-6.6.21/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-6.6.21/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 2350 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup() 2352 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup() 2364 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2366 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2368 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2370 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2372 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2374 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2376 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2378 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() [all …]
|
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay-sysfs.c | 144 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store() 149 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store() 183 info.out_width = simple_strtoul(buf, &last, 10); in overlay_output_size_store() 188 info.out_height = simple_strtoul(last, &last, 10); in overlay_output_size_store()
|
/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/drivers/s390/net/ |
D | ctcm_main.h | 273 dev1 = simple_strtoul(id1, &id1, 16); in ctcm_less_than() 274 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
|
/linux-6.6.21/arch/sh/drivers/dma/ |
D | dma-sysfs.c | 89 config = simple_strtoul(buf, NULL, 0); in dma_store_config() 109 channel->mode = simple_strtoul(buf, NULL, 0); in dma_store_mode()
|