Home
last modified time | relevance | path

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

12345678

/linux-6.15/fs/xfs/
H A Dxfs_sysfs.c91 ret = kstrtoint(buf, 0, &val); in bug_on_assert_store()
123 ret = kstrtoint(buf, 0, &val); in log_recovery_delay_store()
153 ret = kstrtoint(buf, 0, &val); in mount_delay_store()
211 ret = kstrtoint(buf, 0, &val); in pwork_threads_store()
273 ret = kstrtoint(buf, 0, &val); in bload_leaf_slack_store()
299 ret = kstrtoint(buf, 0, &val); in bload_node_slack_store()
368 ret = kstrtoint(buf, 0, &val); in stats_clear_store()
520 ret = kstrtoint(buf, 0, &val); in max_retries_store()
561 ret = kstrtoint(buf, 0, &val); in retry_timeout_seconds_store()
599 ret = kstrtoint(buf, 0, &val); in fail_at_unmount_store()
/linux-6.15/drivers/staging/greybus/
H A 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-6.15/samples/kobject/
H A Dkobject-example.c39 ret = kstrtoint(buf, 10, &foo); in foo_store()
71 ret = kstrtoint(buf, 10, &var); in b_store()
H A Dkset-example.c123 ret = kstrtoint(buf, 10, &foo_obj->foo); in foo_store()
155 ret = kstrtoint(buf, 10, &var); in b_store()
/linux-6.15/drivers/platform/x86/hp/hp-bioscfg/
H A Dint-attributes.c41 ret = kstrtoint(buf, 10, &in_val); in validate_integer_input()
58 ret = kstrtoint(attr_value, 10, &in_val); in update_integer_value()
188 ret = kstrtoint(str_value, 10, &int_value); in hp_populate_integer_elements_from_package()
331 ret = kstrtoint(dst, 10, &integer_data->current_value); in hp_populate_integer_elements_from_buffer()
/linux-6.15/lib/
H A Dkstrtox.c259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() function
272 EXPORT_SYMBOL(kstrtoint);
427 kstrto_from_user(kstrtoint_from_user, kstrtoint, int);
/linux-6.15/drivers/platform/x86/
H A Dpanasonic-laptop.c558 err = kstrtoint(buf, 0, &val); in mute_store()
588 err = kstrtoint(buf, 0, &val); in sticky_key_store()
639 err = kstrtoint(buf, 0, &state); in eco_mode_store()
688 err = kstrtoint(buf, 0, &val); in ac_brightness_store()
718 err = kstrtoint(buf, 0, &val); in dc_brightness_store()
748 err = kstrtoint(buf, 0, &val); in current_brightness_store()
776 err = kstrtoint(buf, 10, &val); in cdpower_store()
H A Dtoshiba_haps.c74 ret = kstrtoint(buf, 0, &level); in protection_level_store()
103 ret = kstrtoint(buf, 0, &reset); in reset_protection_store()
H A Dtoshiba_acpi.c1834 ret = kstrtoint(buf, 0, &state); in fan_store()
1872 ret = kstrtoint(buf, 0, &mode); in kbd_backlight_mode_store()
1985 ret = kstrtoint(buf, 0, &time); in kbd_backlight_timeout_store()
2043 ret = kstrtoint(buf, 0, &state); in touchpad_store()
2094 ret = kstrtoint(buf, 0, &state); in usb_sleep_charge_store()
2159 ret = kstrtoint(buf, 0, &value); in sleep_functions_on_battery_store()
2210 ret = kstrtoint(buf, 0, &state); in usb_rapid_charge_store()
2246 ret = kstrtoint(buf, 0, &state); in usb_sleep_music_store()
2282 ret = kstrtoint(buf, 0, &mode); in kbd_function_keys_store()
2325 ret = kstrtoint(buf, 0, &state); in panel_power_on_store()
[all …]
/linux-6.15/include/linux/
H A Dkstrtox.h72 int __must_check kstrtoint(const char *s, unsigned int base, int *res);
91 return kstrtoint(s, base, res); in kstrtos32()
/linux-6.15/fs/gfs2/
H A Dsys.c168 error = kstrtoint(buf, 0, &n); in freeze_store()
207 error = kstrtoint(buf, 0, &val); in withdraw_store()
228 error = kstrtoint(buf, 0, &val); in statfs_sync_store()
247 error = kstrtoint(buf, 0, &val); in quota_sync_store()
420 ret = kstrtoint(buf, 0, &val); in block_store()
447 ret = kstrtoint(buf, 0, &val); in wdack_store()
/linux-6.15/drivers/hid/
H A Dhid-lenovo.c590 if (kstrtoint(buf, 10, &value)) in attr_fn_lock_store()
637 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_cptkbd()
666 if (kstrtoint(buf, 10, &value)) in attr_middleclick_workaround_store_cptkbd()
909 if (kstrtoint(buf, 10, &value)) in attr_press_to_select_store_tpkbd()
939 if (kstrtoint(buf, 10, &value)) in attr_dragging_store_tpkbd()
969 if (kstrtoint(buf, 10, &value)) in attr_release_to_select_store_tpkbd()
999 if (kstrtoint(buf, 10, &value)) in attr_select_right_store_tpkbd()
1029 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_tpkbd()
1057 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_press_speed_store_tpkbd()
/linux-6.15/drivers/mtd/parsers/
H A Dofpart_linksys_ns.c21 if (!kstrtoint(buf, 0, &bootpartition)) in ofpart_linksys_ns_bootpartition()
/linux-6.15/drivers/misc/genwqe/
H A 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-6.15/samples/configfs/
H A Dconfigfs_sample.c65 ret = kstrtoint(page, 10, &childless->storeme); in childless_storeme_store()
142 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()
/linux-6.15/kernel/
H A Dksysfs.c210 if (kstrtoint(buf, 0, &rcu_expedited)) in rcu_expedited_store()
227 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
/linux-6.15/fs/orangefs/
H A 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-6.15/drivers/video/fbdev/via/
H A Dviafbdev.c1955 if (kstrtoint(this_opt + 15, 0, &viafb_refresh1) < 0) in viafb_setup()
1958 if (kstrtoint(this_opt + 14, 0, &viafb_refresh) < 0) in viafb_setup()
1961 if (kstrtoint(this_opt + 21, 0, in viafb_setup()
1965 if (kstrtoint(this_opt + 19, 0, in viafb_setup()
1969 if (kstrtoint(this_opt + 12, 0, &viafb_accel) < 0) in viafb_setup()
1972 if (kstrtoint(this_opt + 14, 0, &viafb_SAMM_ON) < 0) in viafb_setup()
1980 if (kstrtoint(this_opt + 30, 0, in viafb_setup()
1988 if (kstrtoint(this_opt + 24, 0, in viafb_setup()
1993 if (kstrtoint(this_opt + 26, 0, in viafb_setup()
1997 if (kstrtoint(this_opt + 16, 0, &viafb_bus_width) < 0) in viafb_setup()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c60 if (kstrtoint(tmp, 10, &gpu_id)) { in kfd_debugfs_hang_hws_write()
/linux-6.15/drivers/iio/chemical/
H A Dsps30.c197 if (kstrtoint(buf, 0, &val) || val != 1) in start_cleaning_store()
234 if (kstrtoint(buf, 0, &val)) in cleaning_period_store()
/linux-6.15/drivers/thermal/
H A Dthermal_sysfs.c108 if (kstrtoint(buf, 10, &temp)) in trip_point_temp_store()
153 if (kstrtoint(buf, 10, &hyst) || hyst < 0) in trip_point_hyst_store()
231 if (kstrtoint(buf, 10, &temperature)) in emul_temp_store()
866 ret = kstrtoint(buf, 0, &weight); in weight_store()
/linux-6.15/drivers/usb/misc/
H A Dtrancevibrator.c49 retval = kstrtoint(buf, 10, &temp); in speed_store()
/linux-6.15/kernel/trace/
H A Dtrace_kdb.c106 if (argc && kstrtoint(argv[1], 0, &skip_entries)) in kdb_ftdump()
/linux-6.15/drivers/acpi/
H A Dacpi_tad.c151 if (kstrtoint(s, 10, val)) in acpi_tad_rt_next_field()
210 if (kstrtoint(s, 10, &val)) in time_store()
389 ret = kstrtoint(buf, 0, &value); in acpi_tad_status_write()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dsysfs.c28 ret = kstrtoint(buf, 10, &val); \

12345678