| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_class_sysfs.c | 100 err = kstrtou32(buf, 0, &timeout); in job_timeout_max_store() 136 err = kstrtou32(buf, 0, &timeout); in job_timeout_min_store() 174 err = kstrtou32(buf, 0, &timeout); in job_timeout_store() 240 err = kstrtou32(buf, 0, &duration); in timeslice_duration_store() 260 err = kstrtou32(buf, 0, &duration); in timeslice_duration_max_store() 298 err = kstrtou32(buf, 0, &duration); in timeslice_duration_min_store() 383 err = kstrtou32(buf, 0, &timeout); in preempt_timeout_store() 450 err = kstrtou32(buf, 0, &timeout); in preempt_timeout_max_store() 487 err = kstrtou32(buf, 0, &timeout); in preempt_timeout_min_store()
|
| H A D | xe_gt_freq.c | 164 ret = kstrtou32(buff, 0, &freq); in min_freq_store() 201 ret = kstrtou32(buff, 0, &freq); in max_freq_store()
|
| H A D | xe_device_sysfs.c | 51 ret = kstrtou32(buff, 0, &vram_d3cold_threshold); in vram_d3cold_threshold_store()
|
| H A D | xe_gt_ccs_mode.c | 126 ret = kstrtou32(buff, 0, &num_engines); in ccs_mode_store()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.c | 1448 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1455 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1462 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1469 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1476 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1503 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1510 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1517 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1524 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() 1531 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write() [all …]
|
| /linux-6.15/lib/ |
| H A D | test-kstrtox.c | 422 TEST_OK(kstrtou32, u32, "%u", test_u32_ok); in test_kstrtou32_ok() 441 TEST_FAIL(kstrtou32, u32, "%u", test_u32_fail); in test_kstrtou32_fail()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | dlpar.c | 657 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type() 668 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 683 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 697 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
|
| /linux-6.15/drivers/media/cec/core/ |
| H A D | cec-pin-error-inj.c | 132 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line() 140 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
|
| /linux-6.15/security/safesetid/ |
| H A D | securityfs.c | 45 ret = kstrtou32(buf, 0, &parsed_parent); in parse_policy_line() 49 ret = kstrtou32(child_str, 0, &parsed_child); in parse_policy_line()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | sht4x.c | 326 ret = kstrtou32(buf, 10, &power); in heater_power_store() 356 ret = kstrtou32(buf, 10, &time); in heater_time_store()
|
| /linux-6.15/drivers/net/can/slcan/ |
| H A D | slcan-core.c | 223 if (kstrtou32(sl->rbuff + SLCAN_CMD_LEN, 16, &tmpid)) in slcan_bump_frame() 301 if (kstrtou32(cmd, 10, &txerr)) in slcan_bump_state() 306 if (kstrtou32(cmd, 10, &rxerr)) in slcan_bump_state()
|
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | debugfs.c | 178 ret = kstrtou32(s, 0, &qp_id); in qm_sqc_dump() 215 ret = kstrtou32(s, 0, &qp_id); in qm_cqc_dump() 294 ret = kstrtou32(presult, 0, q_id); in q_dump_param_parse() 306 ret = kstrtou32(presult, 0, e_id); in q_dump_param_parse() 378 ret = kstrtou32(s, 0, &xeqe_id); in qm_eq_aeq_dump()
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | umwait.c | 173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
| /linux-6.15/kernel/power/ |
| H A D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
| /linux-6.15/include/linux/ |
| H A D | kstrtox.h | 84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
|
| H A D | hisi_acc_qm.h | 473 ret = kstrtou32(val, 10, &n); in vfs_num_set() 491 ret = kstrtou32(val, 10, &n); in mode_set()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_loopback.c | 496 ret = kstrtou32(page, 0, &num); in f_lb_opts_qlen_store() 534 ret = kstrtou32(page, 0, &num); in f_lb_opts_bulk_buflen_store()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 155 int ret = kstrtou32(buf, 10, &enabled_severities); in iwl_dbgfs_enabled_severities_write() 213 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_configfs.c | 66 rc = kstrtou32(page, 0, &op); in lio_target_np_driver_store() 296 ret = kstrtou32(page, 0, &val); \ 657 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store() 769 ret = kstrtou32(page, 0, &val); \ 1295 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | asus-wmi.c | 795 err = kstrtou32(buf, 10, &enable); in egpu_enable_store() 877 err = kstrtou32(buf, 10, &optimus); in gpu_mux_mode_store() 1055 result = kstrtou32(buf, 10, &value); in ppt_pl2_sppt_store() 1098 result = kstrtou32(buf, 10, &value); in ppt_pl1_spl_store() 1140 result = kstrtou32(buf, 10, &value); in ppt_fppt_store() 1183 result = kstrtou32(buf, 10, &value); in ppt_apu_sppt_store() 1226 result = kstrtou32(buf, 10, &value); in ppt_platform_sppt_store() 1269 result = kstrtou32(buf, 10, &value); in nv_dynamic_boost_store() 1312 result = kstrtou32(buf, 10, &value); in nv_temp_target_store() 2336 result = kstrtou32(buf, 10, &snd); in boot_sound_store() [all …]
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_sysfs.c | 212 if (kstrtou32(buf, 0, &num)) in n_vclocks_store() 287 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
|
| /linux-6.15/security/ |
| H A D | device_cgroup.c | 693 rc = kstrtou32(temp, 10, &ex.major); in devcgroup_update_access() 715 rc = kstrtou32(temp, 10, &ex.minor); in devcgroup_update_access()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_sysfs_pm.c | 126 ret = kstrtou32(buff, 0, &val); \ 459 err = kstrtou32(buff, 0, &val); in slpc_ignore_eff_freq_store() 641 err = kstrtou32(buff, 0, &factor); in media_freq_factor_store()
|
| /linux-6.15/drivers/platform/mellanox/ |
| H A D | mlxreg-io.c | 150 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
|
| /linux-6.15/net/sunrpc/ |
| H A D | addr.c | 191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
|