/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 1100 if (kstrtou32(token, 0, ®_addr)) in ath6kl_regwrite_write() 1106 if (kstrtou32(sptr, 0, ®_val)) in ath6kl_regwrite_write() 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() [all …]
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 444 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type() 455 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 470 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 484 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
|
/openbmc/linux/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()
|
/openbmc/linux/include/linux/ |
H A D | hisi_acc_qm.h | 452 ret = kstrtou32(val, 10, &n); in q_num_set() 467 ret = kstrtou32(val, 10, &n); in vfs_num_set() 485 ret = kstrtou32(val, 10, &n); in mode_set()
|
H A D | kstrtox.h | 84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-pin-error-inj.c | 131 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line() 139 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | debugfs.c | 148 ret = kstrtou32(s, 0, &qp_id); in qm_sqc_dump() 189 ret = kstrtou32(s, 0, &qp_id); in qm_cqc_dump() 270 ret = kstrtou32(presult, 0, q_id); in q_dump_param_parse() 282 ret = kstrtou32(presult, 0, e_id); in q_dump_param_parse() 355 ret = kstrtou32(s, 0, &xeqe_id); in qm_eq_aeq_dump()
|
/openbmc/linux/drivers/net/can/slcan/ |
H A D | slcan-core.c | 211 if (kstrtou32(sl->rbuff + SLCAN_CMD_LEN, 16, &tmpid)) in slcan_bump_frame() 289 if (kstrtou32(cmd, 10, &txerr)) in slcan_bump_state() 294 if (kstrtou32(cmd, 10, &rxerr)) in slcan_bump_state()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | umwait.c | 173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
/openbmc/linux/kernel/power/ |
H A D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | debugfs.c | 137 int ret = kstrtou32(buf, 10, &enabled_severities); in iwl_dbgfs_enabled_severities_write() 195 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
H A D | f_sourcesink.c | 1129 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store() 1167 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_qlen_store() 1205 ret = kstrtou32(page, 0, &num); in f_ss_opts_iso_qlen_store()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_sysfs.c | 210 if (kstrtou32(buf, 0, &num)) in n_vclocks_store() 285 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-wmi.c | 667 result = kstrtou32(buf, 10, &disable); in dgpu_disable_store() 727 err = kstrtou32(buf, 10, &enable); in egpu_enable_store() 809 err = kstrtou32(buf, 10, &optimus); in gpu_mux_mode_store() 993 result = kstrtou32(buf, 10, &value); in ppt_pl2_sppt_store() 1027 result = kstrtou32(buf, 10, &value); in ppt_pl1_spl_store() 1061 result = kstrtou32(buf, 10, &value); in ppt_fppt_store() 1095 result = kstrtou32(buf, 10, &value); in ppt_apu_sppt_store() 1129 result = kstrtou32(buf, 10, &value); in ppt_platform_sppt_store() 1163 result = kstrtou32(buf, 10, &value); in nv_dynamic_boost_store() 1197 result = kstrtou32(buf, 10, &value); in nv_temp_target_store() [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_sysfs_pm.c | 126 ret = kstrtou32(buff, 0, &val); \ 473 err = kstrtou32(buff, 0, &val); in slpc_ignore_eff_freq_store() 625 err = kstrtou32(buff, 0, &factor); in media_freq_factor_store()
|
/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxreg-io.c | 150 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
|
/openbmc/linux/net/sunrpc/ |
H A D | addr.c | 191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
|
/openbmc/linux/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_drv.c | 267 rc = kstrtou32(buf, 0, &val); in dac_mux_store()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_configfs.c | 589 ret = kstrtou32(page, 0, &val); \ 714 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store() 829 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store() 1048 ret = kstrtou32(page, 0, &val); in queue_depth_store() 1084 ret = kstrtou32(page, 0, &val); in optimal_sectors_store() 1114 ret = kstrtou32(page, 0, &val); in block_size_store() 1570 ret = kstrtou32(page, 0, &val); in target_wwn_company_id_store()
|
/openbmc/linux/fs/gfs2/ |
H A D | sys.c | 268 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store() 290 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_rfim.c | 275 ret = kstrtou32(buf, 10, &input); in rfi_restriction_store()
|