/linux-4.1.27/drivers/pwm/ |
D | sysfs.c | 60 ret = kstrtouint(buf, 0, &val); in pwm_period_store() 86 ret = kstrtouint(buf, 0, &val); in pwm_duty_cycle_store() 246 ret = kstrtouint(buf, 0, &hwpwm); in pwm_export_store() 273 ret = kstrtouint(buf, 0, &hwpwm); in pwm_unexport_store()
|
/linux-4.1.27/lib/ |
D | kstrtox.c | 218 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function 231 EXPORT_SYMBOL(kstrtouint); 342 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
|
D | dynamic_debug.c | 276 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()
|
/linux-4.1.27/drivers/platform/chrome/ |
D | cros_ec_lightbar.c | 167 if (kstrtouint(buf, 0, &val)) in brightness_store() 309 ret = kstrtouint(buf, 0, &num); in sequence_store()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | ad7877.c | 488 error = kstrtouint(buf, 10, &val); in ad7877_disable_store() 518 error = kstrtouint(buf, 10, &val); in ad7877_dac_store() 548 error = kstrtouint(buf, 10, &val); in ad7877_gpio3_store() 579 error = kstrtouint(buf, 10, &val); in ad7877_gpio4_store()
|
D | ad7879.c | 358 error = kstrtouint(buf, 10, &val); in ad7879_disable_store()
|
D | edt-ft5x06.c | 426 error = kstrtouint(buf, 0, &val); in edt_ft5x06_setting_store()
|
D | ads7846.c | 584 err = kstrtouint(buf, 10, &i); in ads7846_disable_store()
|
/linux-4.1.27/arch/tile/kernel/ |
D | vdso.c | 195 return kstrtouint(s, 0, &vdso_enabled); in vdso_func()
|
D | setup.c | 231 if (str == NULL || kstrtouint(str, 0, &pci_reserve_mb) != 0 || in setup_pci_reserve()
|
/linux-4.1.27/drivers/clocksource/ |
D | acpi_pm.c | 239 ret = kstrtouint(arg, 16, &base); in parse_pmtmr()
|
/linux-4.1.27/kernel/ |
D | hung_task.c | 55 int rc = kstrtouint(str, 0, &sysctl_hung_task_panic); in hung_task_panic_setup()
|
D | params.c | 267 STANDARD_PARAM_DEF(uint, unsigned int, "%u", kstrtouint);
|
D | audit.c | 1201 if (kstrtouint(str, 0, &audit_backlog_limit_arg)) { in audit_backlog_limit_set()
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 336 int rc = kstrtouint(uid, 0, &val); in parse_options() 350 int rc = kstrtouint(gid, 0, &val); in parse_options() 363 int rc = kstrtouint(umask, 8, &sbi->umask); in parse_options() 400 rc = kstrtouint(minblks_trim, 0, in parse_options()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 39 if (!sram_size || (kstrtouint(sram_size, 0, &size) < 0)) in get_cache_sram_params()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sysfs.c | 105 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in store_uframe_periodic_max()
|
D | fusbh200-hcd.c | 4863 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in store_uframe_periodic_max()
|
D | fotg210-hcd.c | 4929 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in store_uframe_periodic_max()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lm3642.c | 188 ret = kstrtouint(buf, 10, &state); in lm3642_torch_pin_store() 245 ret = kstrtouint(buf, 10, &state); in lm3642_strobe_pin_store()
|
D | leds-lm3533.c | 451 if (kstrtouint(buf, 0, &channel)) in store_als_channel() 501 if (kstrtouint(buf, 0, &enable)) in store_als_en()
|
D | leds-lm355x.c | 392 ret = kstrtouint(buf, 10, &state); in lm3556_indicator_pattern_store()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | atkbd.c | 1355 err = kstrtouint(buf, 10, &value); in atkbd_set_extra() 1439 err = kstrtouint(buf, 10, &value); in atkbd_set_scroll() 1491 err = kstrtouint(buf, 10, &value); in atkbd_set_set() 1545 err = kstrtouint(buf, 10, &value); in atkbd_set_softrepeat() 1596 err = kstrtouint(buf, 10, &value); in atkbd_set_softraw()
|
D | lm8323.c | 618 ret = kstrtouint(buf, 10, &i); in lm8323_set_disable()
|
/linux-4.1.27/drivers/md/ |
D | dm-stripe.c | 109 if (kstrtouint(argv[0], 10, &stripes) || !stripes) { in stripe_ctr() 114 if (kstrtouint(argv[1], 10, &chunk_size) || !chunk_size) { in stripe_ctr()
|
D | dm-exception-store.c | 147 if (kstrtouint(chunk_size_arg, 10, &chunk_size)) { in set_chunk_size()
|
D | dm.c | 2056 if (kstrtouint(buf, 10, &deadline)) in dm_attr_rq_based_seq_io_merge_deadline_store()
|
/linux-4.1.27/mm/ |
D | backing-dev.c | 180 ret = kstrtouint(buf, 10, &ratio); in min_ratio_store() 199 ret = kstrtouint(buf, 10, &ratio); in max_ratio_store()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | manager-sysfs.c | 144 r = kstrtouint(buf, 0, &color); in manager_default_color_store() 230 r = kstrtouint(buf, 0, &key_value); in manager_trans_key_value_store()
|
/linux-4.1.27/drivers/staging/iio/trigger/ |
D | iio-trig-periodic-rtc.c | 68 ret = kstrtouint(buf, 10, &val); in iio_trig_periodic_write_freq()
|
D | iio-trig-bfin-timer.c | 90 ret = kstrtouint(buf, 10, &val); in iio_bfin_tmr_frequency_store()
|
/linux-4.1.27/drivers/staging/comedi/kcomedilib/ |
D | kcomedilib_main.c | 44 if (kstrtouint(filename + 11, 0, &minor)) in comedi_open()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | debug.c | 345 if (kstrtouint(buf, 0, &d->power_cut_min) != 0) in dfs_file_write() 349 if (kstrtouint(buf, 0, &d->power_cut_max) != 0) in dfs_file_write()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | cache.h | 261 if (kstrtouint(buf, 0, anint)) in get_uint()
|
/linux-4.1.27/drivers/s390/net/ |
D | ctcm_sysfs.c | 47 rc = kstrtouint(buf, 0, &bs1); in ctcm_buffer_write()
|
D | lcs.c | 2009 rc = kstrtouint(buf, 0, &value); in lcs_timeout_store()
|
/linux-4.1.27/drivers/input/misc/ |
D | adxl34x.c | 457 error = kstrtouint(buf, 10, &val); in adxl34x_disable_store() 581 error = kstrtouint(buf, 10, &val); in adxl34x_autosleep_store() 631 error = kstrtouint(buf, 16, &val); in adxl34x_write_store()
|
D | ati_remote2.c | 51 ret = kstrtouint(val, 0, &mask); in ati_remote2_set_mask() 726 r = kstrtouint(buf, 0, &mask); in ati_remote2_store_channel_mask() 776 err = kstrtouint(buf, 0, &mask); in ati_remote2_store_mode_mask()
|
D | axp20x-pek.c | 118 ret = kstrtouint(val_str, 10, &val); in axp20x_store_ext_attr()
|
D | kxtj9.c | 373 error = kstrtouint(buf, 10, &interval); in kxtj9_set_poll()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_transport.c | 263 if (kstrtouint(val, 10, &ring_num)) { in adf_create_ring() 376 if (kstrtouint(val_buf, 10, value)) in adf_get_cfg_int()
|
/linux-4.1.27/drivers/input/ |
D | input-polldev.c | 90 err = kstrtouint(buf, 0, &interval); in input_polldev_set_poll()
|
/linux-4.1.27/include/linux/ |
D | kernel.h | 331 int __must_check kstrtouint(const char *s, unsigned int base, unsigned int *res); 346 return kstrtouint(s, base, res); in kstrtou32()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 167 ret = kstrtouint(workarea, 16, value); in xgbe_common_write()
|
/linux-4.1.27/drivers/staging/iio/resolver/ |
D | ad2s1210.c | 213 ret = kstrtouint(buf, 10, &fclkin); in ad2s1210_store_fclkin() 251 ret = kstrtouint(buf, 10, &fexcit); in ad2s1210_store_fexcit()
|
/linux-4.1.27/drivers/input/mouse/ |
D | logips2pp.c | 161 err = kstrtouint(buf, 10, &value); in ps2pp_attr_set_smartscroll()
|
D | sentelic.c | 546 err = kstrtouint(buf, 10, &val); in fsp_attr_set_vscroll() 575 err = kstrtouint(buf, 10, &val); in fsp_attr_set_hscroll()
|
D | hgpk.c | 787 err = kstrtouint(buf, 10, &value); in hgpk_set_powered() 882 err = kstrtouint(buf, 10, &value); in hgpk_trigger_recal()
|
D | psmouse-base.c | 1755 err = kstrtouint(buf, 10, &value); in psmouse_set_int_attr() 1867 err = kstrtouint(buf, 10, &value); in psmouse_attr_set_rate() 1880 err = kstrtouint(buf, 10, &value); in psmouse_attr_set_resolution()
|
D | trackpoint.c | 164 err = kstrtouint(buf, 10, &value); in trackpoint_set_bit_attr()
|
D | synaptics.c | 1273 err = kstrtouint(buf, 10, &value); in synaptics_set_disable_gesture()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_acpi.c | 271 ret = kstrtouint(id->id, 16, &dev_id); in sst_acpi_probe()
|
/linux-4.1.27/drivers/video/backlight/ |
D | lm3639_bl.c | 192 ret = kstrtouint(buf, 10, &state); in lm3639_bled_mode_store()
|
D | s6e63m0.c | 665 rc = kstrtouint(buf, 0, &lcd->gamma_mode); in s6e63m0_sysfs_store_gamma_mode()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | hyperv_fb.c | 658 if (!*p || kstrtouint(p, 0, &x) || in hvfb_get_option() 659 !opt || !*opt || kstrtouint(opt, 0, &y)) { in hvfb_get_option()
|
/linux-4.1.27/drivers/iio/gyro/ |
D | adis16136.c | 208 ret = kstrtouint(buf, 10, &val); in adis16136_write_frequency()
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-buffer.c | 463 ret = kstrtouint(buf, 10, &val); in iio_buffer_write_length() 838 ret = kstrtouint(buf, 10, &val); in iio_buffer_store_watermark()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_fops.c | 402 err = kstrtouint(buf, 10, &size); in max_read_buffer_kb_store() 458 err = kstrtouint(buf, 10, &size); in read_buffer_kb_store() 515 err = kstrtouint(buf, 10, &size); in max_write_buffer_kb_store() 571 err = kstrtouint(buf, 10, &size); in write_buffer_kb_store()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | network.c | 625 rc = kstrtouint(str, 0, &n); in iss_net_setup()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 547 r = kstrtouint(buf, 0, &mode); in store_upd_mode()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_sysfs.c | 657 err = kstrtouint(buf, 10, &eh_timeout); in sdev_store_eh_timeout() 897 if (kstrtouint(buf, 10, &period)) in sdev_store_queue_ramp_up_period()
|
D | sd.c | 310 err = kstrtouint(buf, 10, &val); in protection_type_store() 432 err = kstrtouint(buf, 10, &sdkp->max_medium_access_timeouts); in max_medium_access_timeouts_store()
|
/linux-4.1.27/kernel/power/ |
D | hibernate.c | 1140 int rc = kstrtouint(str, 0, &resume_delay); in resumedelay_setup()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_debug.c | 650 rc = kstrtouint(flags_string, 0, &flags); in cifs_security_flags_proc_write()
|
D | netmisc.c | 200 rc = kstrtouint(scope_id, 0, &s6->sin6_scope_id); in cifs_convert_address()
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | isl29018.c | 294 if (kstrtouint(buf, 10, &val)) in store_resolution()
|
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 1060 err = kstrtouint(buf, 10, &value); in bql_set() 1089 err = kstrtouint(buf, 10, &value); in bql_set_hold_time()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 603 ret = kstrtouint(buf, 10, id); in numeric_name_to_id()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_cppi41.c | 645 ret = kstrtouint(str + 2, 0, &port); in cppi41_dma_controller_start()
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 741 if (kstrtouint(buf, 10, &val) || val > 1) in hotplug_enabled_store()
|
/linux-4.1.27/drivers/hid/ |
D | wacom_sys.c | 678 err = kstrtouint(buf, 10, &id); in wacom_led_select_store() 719 err = kstrtouint(buf, 10, &value); in wacom_luminance_store()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 846 if (kstrtouint(buf, 10, &val)) in link_state_store()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 1188 ret = kstrtouint(buf, 0, &bytes); in max_recycle_threshold_store()
|
/linux-4.1.27/fs/dlm/ |
D | lockspace.c | 79 int rc = kstrtouint(buf, 0, &ls->ls_global_id); in dlm_id_store()
|
D | config.c | 164 rc = kstrtouint(buf, 0, &x); in cluster_set()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup.c | 313 if (kstrtouint(str + 10, 10, &val) == 0) in preprocess_cmdline()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | main.c | 78 ret = kstrtouint(val, 0, &x); in ring_order_set()
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset_main.c | 2122 if (kstrtouint(buf, 10, &id) != 0) in devicedisabled_store() 2139 if (kstrtouint(buf, 10, &id) != 0) in deviceenabled_store()
|
/linux-4.1.27/fs/nilfs2/ |
D | sysfs.c | 790 err = kstrtouint(skip_spaces(buf), 0, &val); in nilfs_superblock_sb_update_frequency_store()
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | viafbdev.c | 1984 if (kstrtouint(this_opt + 11, 0, &viafb_bpp1) < 0) in viafb_setup() 1987 if (kstrtouint(this_opt + 10, 0, &viafb_bpp) < 0) in viafb_setup()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdcore.c | 255 retval = kstrtouint(buf, 0, &bitflip_threshold); in mtd_bitflip_threshold_store()
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-debugfs.c | 2718 ret = kstrtouint(b, 0, &loc.bank); in hwreg_common_write() 2734 ret = kstrtouint(b, 0, &val); in hwreg_common_write()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 463 err = kstrtouint(buf, 10, res); in fuse_match_uint()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_metrics.c | 1139 ret = kstrtouint(str, 0, &tcpmhash_entries); in set_tcpmhash_entries()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_core.c | 1553 rc = kstrtouint(val, 0, &hashsize); in nf_conntrack_set_hashsize()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 880 if (kstrtouint(lunp, 10, &lun) || lun >= TRANSPORT_MAX_LUNS_PER_TPG) { in scsiback_add_translation_entry()
|
/linux-4.1.27/drivers/ata/ |
D | libahci.c | 1053 if (kstrtouint(buf, 0, &state) < 0) in ahci_led_store()
|
/linux-4.1.27/net/sunrpc/ |
D | xprtsock.c | 2978 ret = kstrtouint(val, 0, &num); in param_set_uint_minmax()
|