Home
last modified time | relevance | path

Searched refs:simple_strtoul (Results 1 – 25 of 261) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/video/fbdev/
Dgrvga.c279 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 …]
Dacornfb.c767 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()
Datafb.c2806 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2813 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2820 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2842 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2848 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2852 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2856 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2873 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2923 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2927 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_proc.c341 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()
/kernel/linux/linux-5.10/lib/
Dparser.c45 len = simple_strtoul(p, (char **) &p, 10); in match_one()
72 simple_strtoul(s, &args[argc].to, 0); in match_one()
75 simple_strtoul(s, &args[argc].to, 8); in match_one()
78 simple_strtoul(s, &args[argc].to, 16); in match_one()
/kernel/linux/linux-5.10/arch/um/drivers/
Dumcast_kern.c90 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()
Dvde_kern.c90 init->port = simple_strtoul(port_str, &last, 10); in vde_setup()
99 init->mode = simple_strtoul(mode_str, &last, 8); in vde_setup()
/kernel/linux/linux-5.10/arch/s390/mm/
Dcmm.c302 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()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dearly_printk.c160 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbsysfs.c223 var.bits_per_pixel = simple_strtoul(buf, last, 0); in store_bpp()
246 var.rotate = simple_strtoul(buf, last, 0); in store_rotate()
273 var.xres_virtual = simple_strtoul(buf, &last, 0); in store_virtual()
277 var.yres_virtual = simple_strtoul(last, &last, 0); in store_virtual()
307 arg = simple_strtoul(buf, &last, 0); in store_blank()
365 var.xoffset = simple_strtoul(buf, &last, 0); in store_pan()
369 var.yoffset = simple_strtoul(last, &last, 0); in store_pan()
404 state = simple_strtoul(buf, &last, 0); in store_fbstate()
/kernel/linux/linux-5.10/fs/cachefiles/
Ddaemon.c333 frun = simple_strtoul(args, &args, 10); in cachefiles_daemon_frun()
357 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull()
381 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop()
405 brun = simple_strtoul(args, &args, 10); in cachefiles_daemon_brun()
429 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
453 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
605 mask = simple_strtoul(args, &args, 0); in cachefiles_daemon_debug()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dsuncore.c121 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()
Dearlycon.c68 earlycon->index = simple_strtoul(s, NULL, 10); in earlycon_init()
123 device->baud = simple_strtoul(options, NULL, 0); in parse_options()
305 early_console_dev.baud = simple_strtoul(options, NULL, 0); in of_setup_earlycon()
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_parameters.c814 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()
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 …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsetup_32.c105 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l2cr()
118 unsigned long val = simple_strtoul(str, NULL, 0); in ppc_setup_l3cr()
/kernel/linux/linux-5.10/drivers/platform/x86/
Ddcdbas.c139 buf_size = simple_strtoul(buf, NULL, 10); in smi_data_buf_size_store()
206 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store()
221 host_control_smi_type = simple_strtoul(buf, NULL, 10); in host_control_smi_type_store()
236 host_control_on_shutdown = simple_strtoul(buf, NULL, 10); in host_control_on_shutdown_store()
304 unsigned long val = simple_strtoul(buf, NULL, 10); in smi_request_store()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
Dmatroxfb_base.c2346 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2348 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup()
2360 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2362 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2364 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2366 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2368 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2370 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2372 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2374 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c143 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()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dgunze.c54 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10)); in gunze_process_packet()
55 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet()
/kernel/linux/linux-5.10/drivers/mtd/devices/
Dslram.c235 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()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dcpcihp_generic.c74 tmp = simple_strtoul(str, &p, 16); in validate_parameters()
86 tmp = simple_strtoul(str, &p, 16); in validate_parameters()
/kernel/linux/linux-5.10/drivers/usb/misc/
Dcytherm.c88 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()
/kernel/linux/linux-5.10/drivers/s390/net/
Dctcm_main.h272 dev1 = simple_strtoul(id1, &id1, 16); in ctcm_less_than()
273 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
/kernel/linux/linux-5.10/arch/mips/sibyte/common/
Dcfe.c196 initrd_size = simple_strtoul(str, &endptr, 16); in initrd_setup()
202 initrd_start = simple_strtoul(tmp, &endptr, 16); in initrd_setup()
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
Ddma-sysfs.c83 config = simple_strtoul(buf, NULL, 0); in dma_store_config()
103 channel->mode = simple_strtoul(buf, NULL, 0); in dma_store_mode()

1234567891011