| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | debug.c | 1097 if (kstrtou32(token, 0, ®_addr)) in ath6kl_regwrite_write() 1103 if (kstrtou32(sptr, 0, ®_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/ |
| D | dlpar.c | 461 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/ |
| 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-v5.4/security/safesetid/ |
| D | securityfs.c | 44 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/ |
| 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()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_sysfs.c | 313 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/ |
| D | iscsi_target_configfs.c | 66 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/ |
| D | umwait.c | 178 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
| /Linux-v5.4/kernel/power/ |
| D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | debug.c | 123 if (kstrtou32(begin, 0, &arg[i]) != 0) in write_file_dump()
|
| /Linux-v5.4/drivers/crypto/hisilicon/ |
| D | sgl.c | 21 ret = kstrtou32(val, 10, &n); in acc_sgl_sge_set()
|
| /Linux-v5.4/drivers/usb/gadget/function/ |
| D | f_loopback.c | 498 ret = kstrtou32(page, 0, &num); in f_lb_opts_qlen_store() 536 ret = kstrtou32(page, 0, &num); in f_lb_opts_bulk_buflen_store()
|
| D | f_sourcesink.c | 1128 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/ |
| D | env.c | 38 tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
|
| /Linux-v5.4/security/ |
| D | device_cgroup.c | 664 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/ |
| D | ade7854.c | 146 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/ |
| D | mlxreg-io.c | 126 ret = kstrtou32(buf, len, &input_val); in mlxreg_io_attr_store()
|
| /Linux-v5.4/net/sunrpc/ |
| D | addr.c | 188 if (kstrtou32(p, 10, &scope_id) == 0) { in rpc_parse_scope_id()
|
| /Linux-v5.4/fs/gfs2/ |
| D | sys.c | 192 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/ |
| D | debugfs.c | 241 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | configfs.c | 474 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/ |
| D | display-sysfs.c | 218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_configfs.c | 558 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/ |
| D | cong.c | 346 if (kstrtou32(lbuf, 0, &var)) in set_param()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_virt.c | 393 if (kstrtou32(ptr, 10, &clk)) in parse_clk()
|