Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/xfs/
Dxfs_sysfs.c103 ret = kstrtoint(buf, 0, &val); in bug_on_assert_store()
135 ret = kstrtoint(buf, 0, &val); in log_recovery_delay_store()
165 ret = kstrtoint(buf, 0, &val); in mount_delay_store()
232 ret = kstrtoint(buf, 0, &val); in stats_clear_store()
391 ret = kstrtoint(buf, 0, &val); in max_retries_store()
432 ret = kstrtoint(buf, 0, &val); in retry_timeout_seconds_store()
470 ret = kstrtoint(buf, 0, &val); in fail_at_unmount_store()
Dxfs_message.c45 if (!kstrtoint(kern_level, 0, &level) && \
/linux-4.19.296/drivers/hid/
Dhid-lenovo.c278 if (kstrtoint(buf, 10, &value)) in attr_fn_lock_store_cptkbd()
309 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_cptkbd()
445 if (kstrtoint(buf, 10, &value)) in attr_press_to_select_store_tpkbd()
475 if (kstrtoint(buf, 10, &value)) in attr_dragging_store_tpkbd()
505 if (kstrtoint(buf, 10, &value)) in attr_release_to_select_store_tpkbd()
535 if (kstrtoint(buf, 10, &value)) in attr_select_right_store_tpkbd()
566 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_sensitivity_store_tpkbd()
595 if (kstrtoint(buf, 10, &value) || value < 1 || value > 255) in attr_press_speed_store_tpkbd()
Dhid-sensor-custom.c245 if (kstrtoint(buf, 0, &value) != 0) in enable_sensor_store()
411 if (kstrtoint(buf, 0, &value) != 0) in store_value()
Dhid-corsair.c389 if (kstrtoint(buf, 10, &profile)) in k90_store_current_profile()
/linux-4.19.296/lib/
Dkstrtox.c255 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() function
268 EXPORT_SYMBOL(kstrtoint);
413 kstrto_from_user(kstrtoint_from_user, kstrtoint, int);
/linux-4.19.296/fs/gfs2/
Dsys.c96 error = kstrtoint(buf, 0, &n); in freeze_store()
135 error = kstrtoint(buf, 0, &val); in withdraw_store()
155 error = kstrtoint(buf, 0, &val); in statfs_sync_store()
174 error = kstrtoint(buf, 0, &val); in quota_sync_store()
344 ret = kstrtoint(buf, 0, &val); in block_store()
371 ret = kstrtoint(buf, 0, &val); in wdack_store()
/linux-4.19.296/drivers/misc/genwqe/
Dcard_sysfs.c199 if (kstrtoint(buf, 0, &partition) < 0) in next_bitstream_store()
225 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store()
/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c275 rc = kstrtoint(buf, 0, &op_timeout_secs); in sysfs_int_store()
278 rc = kstrtoint(buf, 0, &slot_timeout_secs); in sysfs_int_store()
281 rc = kstrtoint(buf, 0, &orangefs_dcache_timeout_msecs); in sysfs_int_store()
284 rc = kstrtoint(buf, 0, &orangefs_getattr_timeout_msecs); in sysfs_int_store()
547 rc = kstrtoint(buf, 0, &val); in sysfs_service_op_store()
/linux-4.19.296/fs/dlm/
Dconfig.c578 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
594 int rc = kstrtoint(buf, 0, &cm->local); in comm_local_store()
700 int rc = kstrtoint(buf, 0, &nd->nodeid); in node_nodeid_store()
717 int rc = kstrtoint(buf, 0, &config_item_to_node(item)->weight); in node_weight_store()
Dlockspace.c41 int rc = kstrtoint(buf, 0, &n); in dlm_control_store()
65 int rc = kstrtoint(buf, 0, &ls->ls_uevent_result); in dlm_event_store()
96 int rc = kstrtoint(buf, 0, &val); in dlm_nodir_store()
/linux-4.19.296/drivers/of/
Dresolver.c106 err = kstrtoint(s, 10, &offset); in update_usages_of_a_phandle_reference()
/linux-4.19.296/drivers/s390/net/
Dctcm_sysfs.c156 rc = kstrtoint(buf, 0, &value); in ctcm_proto_store()
/linux-4.19.296/drivers/rtc/
Drtc-bq32k.c215 if (kstrtoint(buf, 0, &enable)) in bq32k_sysfs_store_tricklecharge_bypass()
/linux-4.19.296/drivers/iio/light/
Dtsl2583.c501 if (kstrtoint(buf, 0, &value) || !value) in in_illuminance_input_target_store()
519 if (kstrtoint(buf, 0, &value) || value != 1) in in_illuminance_calibrate_store()
Disl29018.c350 if (kstrtoint(buf, 10, &val)) in proximity_on_chip_ambient_infrared_suppression_store()
/linux-4.19.296/drivers/bus/
Dbrcmstb_gisb.c172 ret = kstrtoint(buf, 10, &val); in gisb_arb_set_timeout()
/linux-4.19.296/drivers/clk/ti/
Dclk.c176 ret = kstrtoint(tags[i], i ? 10 : 16, clkspec.args + i); in ti_dt_clocks_register()
/linux-4.19.296/include/linux/
Dkernel.h411 int __must_check kstrtoint(const char *s, unsigned int base, int *res);
430 return kstrtoint(s, base, res); in kstrtos32()
/linux-4.19.296/drivers/pwm/
Dsysfs.c135 ret = kstrtoint(buf, 0, &val); in enable_store()
/linux-4.19.296/drivers/misc/mic/cosm/
Dcosm_sysfs.c171 ret = kstrtoint(buf, 10, &enable); in heartbeat_enable_store()
/linux-4.19.296/drivers/s390/char/
Dsclp.c70 rc = kstrtoint(str, 0, &pages); in sclp_setup_console_pages()
82 rc = kstrtoint(str, 0, &drop); in sclp_setup_console_drop()
/linux-4.19.296/drivers/base/power/
Dsysfs.c307 if (kstrtoint(buf, 0, &ret)) in pm_qos_no_power_off_store()
/linux-4.19.296/fs/proc/
Dbase.c1144 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1204 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1344 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1494 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
/linux-4.19.296/fs/
Dbinfmt_misc.c392 int r = kstrtoint(p, 10, &e->offset); in create_entry()

12