/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
D | parser_imagetag.c | 81 if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) || in bcm963xx_parse_imagetag_partitions() 91 if (kstrtouint(buf->kernel_address, 10, &kerneladdr) || in bcm963xx_parse_imagetag_partitions() 101 if (kstrtouint(buf->kernel_length, 10, &kernellen)) { in bcm963xx_parse_imagetag_partitions() 110 if (kstrtouint(buf->total_length, 10, &totallen)) { in bcm963xx_parse_imagetag_partitions()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_drvfs.c | 105 if (kstrtouint(buf, 10, &iunit_debug.dbglvl) in iunit_dbglvl_store() 127 ret = kstrtouint(buf, 10, &opt); in iunit_dbgfun_store() 151 ret = kstrtouint(buf, 10, &opt); in iunit_dbgopt_store()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-unstripe.c | 56 if (kstrtouint(argv[0], 10, &uc->stripes) || !uc->stripes) { in unstripe_ctr() 61 if (kstrtouint(argv[1], 10, &uc->chunk_size) || !uc->chunk_size) { in unstripe_ctr() 66 if (kstrtouint(argv[2], 10, &uc->unstripe)) { in unstripe_ctr()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | pkeys.c | 168 if (kstrtouint(buf, 0, &new_init_pkru)) in init_pkru_write_file() 205 if (kstrtouint(opt, 0, &new_init_pkru)) in setup_init_pkru()
|
/kernel/linux/linux-5.10/lib/ |
D | kstrtox.c | 221 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function 234 EXPORT_SYMBOL(kstrtouint); 408 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
D | bus.c | 55 ret = kstrtouint(buf, 0, &num_vfs); in nsim_bus_dev_numvfs_store() 108 ret = kstrtouint(buf, 0, &port_index); in new_port_store() 137 ret = kstrtouint(buf, 0, &port_index); in del_port_store()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
D | dasd_devmap.c | 152 if (!kstrtouint(str, 16, &val)) { in dasd_busid() 162 if (kstrtouint(tok, 16, &val) || val > 0xff) in dasd_busid() 167 if (kstrtouint(tok, 16, &val) || val > 0xff) in dasd_busid() 172 if (kstrtouint(tok, 16, &val) || val > 0xffff) in dasd_busid() 735 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_ff_store() 781 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_ro_store() 839 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_erplog_store() 879 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_use_diag_store() 1211 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_eer_store() 1370 if ((kstrtouint(buf, 16, &val) != 0) || val > 0xff) in dasd_path_reset_store() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | camera.c | 924 ret = kstrtouint(token, 10, &nstreams); in gb_camera_debugfs_configure_streams() 935 ret = kstrtouint(token, 10, &flags); in gb_camera_debugfs_configure_streams() 953 ret = kstrtouint(token, 10, &stream->width); in gb_camera_debugfs_configure_streams() 962 ret = kstrtouint(token, 10, &stream->height); in gb_camera_debugfs_configure_streams() 971 ret = kstrtouint(token, 16, &stream->format); in gb_camera_debugfs_configure_streams() 1014 ret = kstrtouint(token, 10, &request_id); in gb_camera_debugfs_capture() 1022 ret = kstrtouint(token, 16, &streams_mask); in gb_camera_debugfs_capture() 1030 ret = kstrtouint(token, 10, &num_frames); in gb_camera_debugfs_capture()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | sentelic.c | 430 retval = kstrtouint(rest + 1, 16, &val); in fsp_attr_set_setreg() 469 err = kstrtouint(buf, 16, ®); in fsp_attr_set_getreg() 505 err = kstrtouint(buf, 16, &val); in fsp_attr_set_pagereg() 535 err = kstrtouint(buf, 10, &val); in fsp_attr_set_vscroll() 564 err = kstrtouint(buf, 10, &val); in fsp_attr_set_hscroll()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | device_node.c | 314 ret = kstrtouint(skip_spaces(buf), 0, &precision); in sbi_dcache_precision_store() 472 err = kstrtouint(buf, 10, &val); in sbi_wb_timeout_ms_store() 505 err = kstrtouint(buf, 10, &sbi->h_wb->dirty_writeback_interval); in sbi_dirty_writeback_centisecs_store() 690 err = kstrtouint(buf, 10, &time_limit); in sbi_dirty_writeback_timelimit_store() 790 err = kstrtouint(buf, 10, &dirty_writeback_control); in sbi_dirty_writeback_control_store() 894 err = kstrtouint(buf, 0, &timeout); in sbi_dcache_timeout_store() 925 ret = kstrtouint(buf, 0, &timeout); in sbi_write_cache_timeout_sec_store() 957 err = kstrtouint(buf, 10, &delay); in sbi_node_evt_cb_delay_store() 1048 ret = kstrtouint(buf, 0, &max_active); in sbi_srv_req_max_active_attr_store() 1306 int ret = kstrtouint(skip_spaces(buf), 0, &value); in cmd_timeout_store()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_core_sys.c | 109 rc = kstrtouint(buf, 16, &portno); in qeth_dev_portno_store() 255 rc = kstrtouint(buf, 10, &cnt); in qeth_dev_bufcnt_store() 350 rc = kstrtouint(buf, 16, &input); in qeth_dev_layer2_store() 561 rc = kstrtouint(buf, 10, &input); in qeth_dev_blkt_store()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | intel-wmi-sbl-fw-update.c | 91 ret = kstrtouint(buf, 0, &val); in firmware_update_request_store()
|
/kernel/linux/linux-5.10/fs/ |
D | fs_parser.c | 216 kstrtouint(param->string, base, &result->uint_32) < 0) in fs_param_is_u32() 279 if (kstrtouint(param->string, 0, &result->uint_32) < 0) in fs_param_is_fd()
|
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
D | p_sys-t.c | 186 ret = kstrtouint(page, 10, &ms); in sys_t_policy_ts_interval_store() 217 ret = kstrtouint(page, 10, &ms); in sys_t_policy_clocksync_interval_store()
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
D | pblk-sysfs.c | 461 if (kstrtouint(page, 0, &force)) in pblk_sysfs_gc_force() 479 if (kstrtouint(page, 0, &sec_per_write)) in pblk_sysfs_set_sec_per_write() 509 if (kstrtouint(page, 0, &reset_value)) in pblk_sysfs_set_write_amp_trip() 535 if (kstrtouint(page, 0, &reset_value)) in pblk_sysfs_set_padding_dist()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | ad7877.c | 476 error = kstrtouint(buf, 10, &val); in ad7877_disable_store() 506 error = kstrtouint(buf, 10, &val); in ad7877_dac_store() 536 error = kstrtouint(buf, 10, &val); in ad7877_gpio3_store() 567 error = kstrtouint(buf, 10, &val); in ad7877_gpio4_store()
|
/kernel/linux/linux-5.10/mm/ |
D | memtest.c | 91 ret = kstrtouint(arg, 0, &memtest_pattern); in parse_memtest()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
D | iqs269a.c | 1391 error = kstrtouint(buf, 10, &val); in hall_enable_store() 1421 error = kstrtouint(buf, 10, &val); in ch_number_store() 1450 error = kstrtouint(buf, 10, &val); in rx_enable_store() 1489 error = kstrtouint(buf, 10, &val); in ati_mode_store() 1522 error = kstrtouint(buf, 10, &val); in ati_base_store() 1555 error = kstrtouint(buf, 10, &val); in ati_target_store() 1583 error = kstrtouint(buf, 10, &val); in ati_trigger_store()
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-lm3642.c | 178 ret = kstrtouint(buf, 10, &state); in lm3642_torch_pin_store() 225 ret = kstrtouint(buf, 10, &state); in lm3642_strobe_pin_store()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | super.c | 337 int rc = kstrtouint(uid, 0, &val); in parse_options() 351 int rc = kstrtouint(gid, 0, &val); in parse_options() 364 int rc = kstrtouint(umask, 8, &sbi->umask); in parse_options() 401 rc = kstrtouint(minblks_trim, 0, in parse_options()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
D | acpi_pm.c | 231 ret = kstrtouint(arg, 16, &base); in parse_pmtmr()
|
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
D | zynqmp-debug.c | 80 if (i == ARRAY_SIZE(pm_api_list) && kstrtouint(pm_api_req, 10, pm_id)) in get_pm_api_id()
|
/kernel/linux/linux-5.10/drivers/acpi/dptf/ |
D | dptf_pch_fivr.c | 81 if (kstrtouint(buf, 0, &val) < 0)\
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 26 if (!sram_size || (kstrtouint(sram_size, 0, &size) < 0)) in get_cache_sram_params()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | super.c | 152 err = kstrtouint(name, 10, &user_id); in hmdfs_parse_options()
|