Home
last modified time | relevance | path

Searched refs:kstrtou32 (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Ddebug.c1097 if (kstrtou32(token, 0, &reg_addr)) in ath6kl_regwrite_write()
1103 if (kstrtou32(sptr, 0, &reg_val)) in ath6kl_regwrite_write()
1445 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1452 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1459 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1466 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1473 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1500 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1507 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1514 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
[all …]
/Linux-v5.4/arch/powerpc/platforms/pseries/
Ddlpar.c461 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
472 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
487 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
501 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
/Linux-v5.4/lib/
Dtest-kstrtox.c422 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-v5.4/security/safesetid/
Dsecurityfs.c44 ret = kstrtou32(buf, 0, &parsed_parent); in parse_policy_line()
48 ret = kstrtou32(child_str, 0, &parsed_child); in parse_policy_line()
/Linux-v5.4/drivers/media/cec/
Dcec-pin-error-inj.c131 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()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_sysfs.c313 ret = kstrtou32(buf, 0, &val); in gt_boost_freq_mhz_store()
363 ret = kstrtou32(buf, 0, &val); in gt_max_freq_mhz_store()
419 ret = kstrtou32(buf, 0, &val); in gt_min_freq_mhz_store()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_configfs.c66 rc = kstrtou32(page, 0, &op); in lio_target_np_driver_store()
300 ret = kstrtou32(page, 0, &val); \
633 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store()
748 ret = kstrtou32(page, 0, &val); \
1033 ret = kstrtou32(page, 0, &op); in lio_target_tpg_enable_store()
1274 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
/Linux-v5.4/arch/x86/kernel/cpu/
Dumwait.c178 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
/Linux-v5.4/kernel/power/
Dsuspend_test.c164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Ddebug.c123 if (kstrtou32(begin, 0, &arg[i]) != 0) in write_file_dump()
/Linux-v5.4/drivers/crypto/hisilicon/
Dsgl.c21 ret = kstrtou32(val, 10, &n); in acc_sgl_sge_set()
/Linux-v5.4/drivers/usb/gadget/function/
Df_loopback.c498 ret = kstrtou32(page, 0, &num); in f_lb_opts_qlen_store()
536 ret = kstrtou32(page, 0, &num); in f_lb_opts_bulk_buflen_store()
Df_sourcesink.c1128 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store()
1166 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_qlen_store()
1204 ret = kstrtou32(page, 0, &num); in f_ss_opts_iso_qlen_store()
/Linux-v5.4/arch/mips/loongson64/common/
Denv.c38 tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
/Linux-v5.4/security/
Ddevice_cgroup.c664 rc = kstrtou32(temp, 10, &ex.major); in devcgroup_update_access()
686 rc = kstrtou32(temp, 10, &ex.minor); in devcgroup_update_access()
/Linux-v5.4/drivers/staging/iio/meter/
Dade7854.c146 ret = kstrtou32(buf, 10, &val); in ade7854_write_24bit()
167 ret = kstrtou32(buf, 10, &val); in ade7854_write_32bit()
/Linux-v5.4/drivers/platform/mellanox/
Dmlxreg-io.c126 ret = kstrtou32(buf, len, &input_val); in mlxreg_io_attr_store()
/Linux-v5.4/net/sunrpc/
Daddr.c188 if (kstrtou32(p, 10, &scope_id) == 0) { in rpc_parse_scope_id()
/Linux-v5.4/fs/gfs2/
Dsys.c192 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store()
214 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c241 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
/Linux-v5.4/drivers/nvme/target/
Dconfigfs.c474 ret = kstrtou32(page, 0, &newgrpid); in nvmet_ns_ana_grpid_store()
586 ret = kstrtou32(name, 0, &nsid); in nvmet_ns_make()
1108 ret = kstrtou32(name, 0, &grpid); in nvmet_ana_groups_make_group()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay-sysfs.c218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
/Linux-v5.4/drivers/target/
Dtarget_core_configfs.c558 ret = kstrtou32(page, 0, &val); \
683 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store()
788 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store()
1004 ret = kstrtou32(page, 0, &val); in queue_depth_store()
1040 ret = kstrtou32(page, 0, &val); in optimal_sectors_store()
1070 ret = kstrtou32(page, 0, &val); in block_size_store()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcong.c346 if (kstrtou32(lbuf, 0, &var)) in set_param()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.c393 if (kstrtou32(ptr, 10, &clk)) in parse_clk()

123