Home
last modified time | relevance | path

Searched refs:kstrtou32_from_user (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dkstrtox.h122 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.c437 ret = kstrtou32_from_user(userbuf, count, 10, &input); in tl_control_write()
627 ret = kstrtou32_from_user(userbuf, count, 10, &new_rp_num); in tl_rp_data_show()
/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c689 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_pss_trc_verb_write()
737 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_ioss_trc_verb_write()
/linux/drivers/bus/mhi/host/
H A Ddebugfs.c288 if (kstrtou32_from_user(ubuf, count, 0, &timeout_ms)) in mhi_debugfs_timeout_ms_write()
/linux/drivers/ntb/test/
H A Dntb_tool.c1179 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_spad_write()
1220 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_peer_spad_write()
1302 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_outmsg_write()
/linux/drivers/soc/qcom/
H A Dqcom_aoss.c537 ret = kstrtou32_from_user(user_buf, count, 0, &uint_val); in qmp_debugfs_write()
/linux/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c544 ret = kstrtou32_from_user(user_buf, count, 0, &ar->debug.fwlog_mask); in ath6kl_fwlog_mask_write()
846 ret = kstrtou32_from_user(user_buf, count, 0, &val); in ath6kl_endpoint_stats_write()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c570 ret = kstrtou32_from_user(ubuf, count, 10, &versionstrsel); in mwifiex_verext_write()
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c660 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
731 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c378 ret = kstrtou32_from_user(buffer, count, 0, &input); in rtw_debugfs_set_single_input()
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c518 err = kstrtou32_from_user(userbuf, count, 10, &value); in pmc_core_ltr_write()
/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c381 err = kstrtou32_from_user(buf, count, 0, &target); in size_write()
441 err = kstrtou32_from_user(buf, count, 0, &var); in limit_write()
/linux/fs/proc/
H A Dbase.c1348 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()