/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_drvfs.c | 100 if (kstrtouint(buf, 10, &iunit_debug.dbglvl) in iunit_dbglvl_store() 122 ret = kstrtouint(buf, 10, &opt); in iunit_dbgfun_store() 146 ret = kstrtouint(buf, 10, &opt); in iunit_dbgopt_store()
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A 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-6.6/drivers/mtd/parsers/ |
H A 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/md/ |
H A 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/drivers/staging/media/atomisp/pci/ |
H A 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-6.6/drivers/md/ |
H A D | dm-unstripe.c | 57 if (kstrtouint(argv[0], 10, &uc->stripes) || !uc->stripes) { in unstripe_ctr() 62 if (kstrtouint(argv[1], 10, &uc->chunk_size) || !uc->chunk_size) { in unstripe_ctr() 67 if (kstrtouint(argv[2], 10, &uc->unstripe)) { in unstripe_ctr()
|
/kernel/linux/linux-5.10/lib/ |
H A D | kstrtox.c | 208 * kstrtouint - convert a string to an unsigned int 222 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function 235 EXPORT_SYMBOL(kstrtouint); variable 409 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
|
/kernel/linux/linux-6.6/lib/ |
H A D | kstrtox.c | 213 * kstrtouint - convert a string to an unsigned int 228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function 241 EXPORT_SYMBOL(kstrtouint); variable 426 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pkeys.c | 166 if (kstrtouint(buf, 0, &new_init_pkru)) in init_pkru_write_file() 199 if (kstrtouint(opt, 0, &new_init_pkru)) in setup_init_pkru()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/ |
H A D | sysfs.c | 70 rc = kstrtouint(buf, 0, &cpu); in run_test_store() 94 rc = kstrtouint(buf, 0, &cur_batch); in current_batch_store()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pkeys.c | 153 if (kstrtouint(buf, 0, &new_init_pkru)) in init_pkru_write_file() 190 if (kstrtouint(opt, 0, &new_init_pkru)) in setup_init_pkru()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kstrtox.h | 71 int __must_check kstrtouint(const char *s, unsigned int base, unsigned int *res); 86 return kstrtouint(s, base, res); in kstrtou32()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kstrtox.h | 71 int __must_check kstrtouint(const char *s, unsigned int base, unsigned int *res); 86 return kstrtouint(s, base, res); in kstrtou32()
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A 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-6.6/drivers/net/netdevsim/ |
H A D | bus.c | 34 ret = kstrtouint(buf, 0, &num_vfs); in nsim_bus_dev_numvfs_store() 71 ret = kstrtouint(buf, 0, &port_index); in new_port_store() 92 ret = kstrtouint(buf, 0, &port_index); in del_port_store()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_devmap.c | 153 if (!kstrtouint(str, 16, &val)) { in dasd_busid() 163 if (kstrtouint(tok, 16, &val) || val > 0xff) in dasd_busid() 168 if (kstrtouint(tok, 16, &val) || val > 0xff) in dasd_busid() 173 if (kstrtouint(tok, 16, &val) || val > 0xffff) in dasd_busid() 988 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_ff_store() 1034 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_ro_store() 1092 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_erplog_store() 1132 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_use_diag_store() 1460 if (kstrtouint(buf, 0, &val) || val > 1) in dasd_eer_store() 1498 if (kstrtouint(bu in dasd_aq_mask_store() [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A 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-6.6/drivers/staging/greybus/ |
H A 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/s390/block/ |
H A 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(bu in dasd_path_reset_store() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A 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-6.6/drivers/s390/net/ |
H A 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() 557 rc = kstrtouint(buf, 10, &input); in qeth_dev_blkt_store()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | iqs269a.c | 1346 error = kstrtouint(buf, 10, &val); in hall_enable_store() 1376 error = kstrtouint(buf, 10, &val); in ch_number_store() 1407 error = kstrtouint(buf, 10, &val); in rx_enable_store() 1446 error = kstrtouint(buf, 10, &val); in ati_mode_store() 1479 error = kstrtouint(buf, 10, &val); in ati_base_store() 1512 error = kstrtouint(buf, 10, &val); in ati_target_store() 1542 error = kstrtouint(buf, 10, &val); in ati_trigger_store()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | iqs269a.c | 1346 error = kstrtouint(buf, 10, &val); in hall_enable_store() 1376 error = kstrtouint(buf, 10, &val); in ch_number_store() 1407 error = kstrtouint(buf, 10, &val); in rx_enable_store() 1446 error = kstrtouint(buf, 10, &val); in ati_mode_store() 1479 error = kstrtouint(buf, 10, &val); in ati_base_store() 1512 error = kstrtouint(buf, 10, &val); in ati_target_store() 1542 error = kstrtouint(buf, 10, &val); in ati_trigger_store()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A 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-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | mesh.c | 191 ret = kstrtouint(buf, 16, &datum); in anycast_mask_store() 395 ret = kstrtouint(buf, 10, &datum); in bootflag_store() 448 ret = kstrtouint(buf, 10, &datum); in boottime_store() 510 ret = kstrtouint(buf, 10, &datum); in channel_store() 641 ret = kstrtouint(buf, 10, &datum); in protocol_id_store()
|