Home
last modified time | relevance | path

Searched refs:kstrtoint (Results 1 – 25 of 137) sorted by relevance

123456

/Linux-v5.4/fs/xfs/
Dxfs_sysfs.c88 ret = kstrtoint(buf, 0, &val); in bug_on_assert_store()
120 ret = kstrtoint(buf, 0, &val); in log_recovery_delay_store()
150 ret = kstrtoint(buf, 0, &val); in mount_delay_store()
209 ret = kstrtoint(buf, 0, &val); in pwork_threads_store()
281 ret = kstrtoint(buf, 0, &val); in stats_clear_store()
440 ret = kstrtoint(buf, 0, &val); in max_retries_store()
481 ret = kstrtoint(buf, 0, &val); in retry_timeout_seconds_store()
519 ret = kstrtoint(buf, 0, &val); in fail_at_unmount_store()
Dxfs_message.c45 if (!kstrtoint(kern_level, 0, &level) && \
/Linux-v5.4/samples/kobject/
Dkobject-example.c39 ret = kstrtoint(buf, 10, &foo); in foo_store()
71 ret = kstrtoint(buf, 10, &var); in b_store()
Dkset-example.c123 ret = kstrtoint(buf, 10, &foo_obj->foo); in foo_store()
155 ret = kstrtoint(buf, 10, &var); in b_store()
/Linux-v5.4/drivers/staging/greybus/
Daudio_manager_sysfs.c45 int num = kstrtoint(buf, 10, &id); in manager_sysfs_remove_store()
66 int num = kstrtoint(buf, 10, &id); in manager_sysfs_dump_store()
/Linux-v5.4/drivers/hid/
Dhid-lenovo.c275 if (kstrtoint(buf, 10, &value)) in attr_fn_lock_store_cptkbd()
306 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_cptkbd()
442 if (kstrtoint(buf, 10, &value)) in attr_press_to_select_store_tpkbd()
472 if (kstrtoint(buf, 10, &value)) in attr_dragging_store_tpkbd()
502 if (kstrtoint(buf, 10, &value)) in attr_release_to_select_store_tpkbd()
532 if (kstrtoint(buf, 10, &value)) in attr_select_right_store_tpkbd()
563 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_tpkbd()
592 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_press_speed_store_tpkbd()
/Linux-v5.4/lib/
Dkstrtox.c248 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() function
261 EXPORT_SYMBOL(kstrtoint);
406 kstrto_from_user(kstrtoint_from_user, kstrtoint, int);
/Linux-v5.4/fs/gfs2/
Dsys.c93 error = kstrtoint(buf, 0, &n); in freeze_store()
132 error = kstrtoint(buf, 0, &val); in withdraw_store()
152 error = kstrtoint(buf, 0, &val); in statfs_sync_store()
171 error = kstrtoint(buf, 0, &val); in quota_sync_store()
342 ret = kstrtoint(buf, 0, &val); in block_store()
369 ret = kstrtoint(buf, 0, &val); in wdack_store()
/Linux-v5.4/drivers/platform/x86/
Dtoshiba_haps.c74 ret = kstrtoint(buf, 0, &level); in protection_level_store()
103 ret = kstrtoint(buf, 0, &reset); in reset_protection_store()
Dtoshiba_acpi.c1747 ret = kstrtoint(buf, 0, &state); in fan_store()
1785 ret = kstrtoint(buf, 0, &mode); in kbd_backlight_mode_store()
1898 ret = kstrtoint(buf, 0, &time); in kbd_backlight_timeout_store()
1956 ret = kstrtoint(buf, 0, &state); in touchpad_store()
2007 ret = kstrtoint(buf, 0, &state); in usb_sleep_charge_store()
2072 ret = kstrtoint(buf, 0, &value); in sleep_functions_on_battery_store()
2123 ret = kstrtoint(buf, 0, &state); in usb_rapid_charge_store()
2159 ret = kstrtoint(buf, 0, &state); in usb_sleep_music_store()
2195 ret = kstrtoint(buf, 0, &mode); in kbd_function_keys_store()
2238 ret = kstrtoint(buf, 0, &state); in panel_power_on_store()
[all …]
/Linux-v5.4/kernel/
Dksysfs.c160 if (kstrtoint(buf, 0, &rcu_expedited)) in rcu_expedited_store()
177 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
Dreboot.c558 rc = kstrtoint(str+1, 0, &reboot_cpu); in reboot_setup()
563 rc = kstrtoint(str+3, 0, &reboot_cpu); in reboot_setup()
/Linux-v5.4/drivers/misc/genwqe/
Dcard_sysfs.c191 if (kstrtoint(buf, 0, &partition) < 0) in next_bitstream_store()
217 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store()
/Linux-v5.4/fs/orangefs/
Dorangefs-sysfs.c290 rc = kstrtoint(buf, 0, &op_timeout_secs); in sysfs_int_store()
293 rc = kstrtoint(buf, 0, &slot_timeout_secs); in sysfs_int_store()
296 rc = kstrtoint(buf, 0, &orangefs_cache_timeout_msecs); in sysfs_int_store()
299 rc = kstrtoint(buf, 0, &orangefs_dcache_timeout_msecs); in sysfs_int_store()
302 rc = kstrtoint(buf, 0, &orangefs_getattr_timeout_msecs); in sysfs_int_store()
565 rc = kstrtoint(buf, 0, &val); in sysfs_service_op_store()
/Linux-v5.4/drivers/video/fbdev/via/
Dviafbdev.c1958 if (kstrtoint(this_opt + 15, 0, &viafb_refresh1) < 0) in viafb_setup()
1961 if (kstrtoint(this_opt + 14, 0, &viafb_refresh) < 0) in viafb_setup()
1964 if (kstrtoint(this_opt + 21, 0, in viafb_setup()
1968 if (kstrtoint(this_opt + 19, 0, in viafb_setup()
1972 if (kstrtoint(this_opt + 12, 0, &viafb_accel) < 0) in viafb_setup()
1975 if (kstrtoint(this_opt + 14, 0, &viafb_SAMM_ON) < 0) in viafb_setup()
1981 if (kstrtoint(this_opt + 30, 0, in viafb_setup()
1985 if (kstrtoint(this_opt + 18, 0, &viafb_second_size) < 0) in viafb_setup()
1989 if (kstrtoint(this_opt + 24, 0, in viafb_setup()
1994 if (kstrtoint(this_opt + 26, 0, in viafb_setup()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_debugfs.c54 if (kstrtoint(tmp, 10, &gpu_id)) { in kfd_debugfs_hang_hws_write()
/Linux-v5.4/fs/dlm/
Dconfig.c564 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
580 int rc = kstrtoint(buf, 0, &cm->local); in comm_local_store()
686 int rc = kstrtoint(buf, 0, &nd->nodeid); in node_nodeid_store()
703 int rc = kstrtoint(buf, 0, &config_item_to_node(item)->weight); in node_weight_store()
Dlockspace.c39 int rc = kstrtoint(buf, 0, &n); in dlm_control_store()
63 int rc = kstrtoint(buf, 0, &ls->ls_uevent_result); in dlm_event_store()
94 int rc = kstrtoint(buf, 0, &val); in dlm_nodir_store()
/Linux-v5.4/drivers/usb/misc/
Dtrancevibrator.c49 retval = kstrtoint(buf, 10, &temp); in speed_store()
/Linux-v5.4/arch/arc/plat-eznps/
Dmtm.c154 ret = kstrtoint(ctr_str, 0, &hs_ctr); in set_mtm_hs_ctr()
/Linux-v5.4/drivers/acpi/
Dacpi_tad.c150 if (kstrtoint(s, 10, val)) in acpi_tad_rt_next_field()
209 if (kstrtoint(s, 10, &val)) in time_store()
388 ret = kstrtoint(buf, 0, &value); in acpi_tad_status_write()
/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Dsysfs.c28 ret = kstrtoint(buf, 10, &val); \
/Linux-v5.4/drivers/thermal/
Dthermal_sysfs.c135 if (kstrtoint(buf, 10, &temperature)) in trip_point_temp_store()
183 if (kstrtoint(buf, 10, &temperature)) in trip_point_hyst_store()
302 if (kstrtoint(buf, 10, &temperature)) in emul_temp_store()
996 ret = kstrtoint(buf, 0, &weight); in weight_store()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-psr.c82 ret = kstrtoint(buf, 0, &psr); in psr_store()
/Linux-v5.4/drivers/iio/chemical/
Dsps30.c336 if (kstrtoint(buf, 0, &val) || val != 1) in start_cleaning_store()
375 if (kstrtoint(buf, 0, &val)) in cleaning_period_store()

123456