/linux-6.1.9/drivers/net/wireless/ath/ath6kl/ |
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 …]
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 470 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type() 481 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 496 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 510 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
|
/linux-6.1.9/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-6.1.9/include/linux/ |
D | hisi_acc_qm.h | 408 ret = kstrtou32(val, 10, &n); in q_num_set() 423 ret = kstrtou32(val, 10, &n); in vfs_num_set() 441 ret = kstrtou32(val, 10, &n); in mode_set()
|
D | kstrtox.h | 84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
|
/linux-6.1.9/drivers/media/cec/core/ |
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-6.1.9/security/safesetid/ |
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.1.9/arch/x86/kernel/cpu/ |
D | umwait.c | 173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
/linux-6.1.9/drivers/net/can/slcan/ |
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()
|
/linux-6.1.9/kernel/power/ |
D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/ |
D | debugfs.c | 159 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.1.9/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 | 1131 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store() 1169 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_qlen_store() 1207 ret = kstrtou32(page, 0, &num); in f_ss_opts_iso_qlen_store()
|
/linux-6.1.9/drivers/target/iscsi/ |
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); \ 1297 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
|
/linux-6.1.9/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-6.1.9/drivers/ptp/ |
D | ptp_sysfs.c | 198 if (kstrtou32(buf, 0, &num)) in n_vclocks_store() 273 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
|
/linux-6.1.9/security/ |
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.1.9/drivers/platform/mellanox/ |
D | mlxreg-io.c | 151 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
|
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_rfim.c | 206 ret = kstrtou32(buf, 10, &input); in rfi_restriction_store()
|
/linux-6.1.9/net/sunrpc/ |
D | addr.c | 191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
|
/linux-6.1.9/drivers/gpu/drm/aspeed/ |
D | aspeed_gfx_drv.c | 268 rc = kstrtou32(buf, 0, &val); in dac_mux_store()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_gt_sysfs_pm.c | 125 ret = kstrtou32(buff, 0, &val); \ 609 err = kstrtou32(buff, 0, &factor); in media_freq_factor_store()
|
/linux-6.1.9/fs/gfs2/ |
D | sys.c | 258 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store() 280 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
|
/linux-6.1.9/drivers/target/ |
D | target_core_configfs.c | 559 ret = kstrtou32(page, 0, &val); \ 684 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store() 799 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store() 1018 ret = kstrtou32(page, 0, &val); in queue_depth_store() 1054 ret = kstrtou32(page, 0, &val); in optimal_sectors_store() 1084 ret = kstrtou32(page, 0, &val); in block_size_store() 1523 ret = kstrtou32(page, 0, &val); in target_wwn_company_id_store()
|