Searched refs:kstrtou32_from_user (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | kstrtox.h | 122 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
|
| /Linux-v6.1/drivers/platform/x86/intel/telemetry/ |
| D | debugfs.c | 689 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-v6.1/drivers/bus/mhi/host/ |
| D | debugfs.c | 288 if (kstrtou32_from_user(ubuf, count, 0, &timeout_ms)) in mhi_debugfs_timeout_ms_write()
|
| /Linux-v6.1/drivers/ntb/test/ |
| D | ntb_tool.c | 1184 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_spad_write() 1225 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_peer_spad_write() 1307 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_outmsg_write()
|
| /Linux-v6.1/drivers/net/wireless/ath/ath6kl/ |
| D | debug.c | 544 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-v6.1/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 419 err = kstrtou32_from_user(buf, count, 0, &target); in size_write() 478 err = kstrtou32_from_user(buf, count, 0, &var); in limit_write()
|
| /Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
| D | debug.c | 658 ret = kstrtou32_from_user(user_buf, count, 0, ®_addr); in ath10k_reg_addr_write() 729 ret = kstrtou32_from_user(user_buf, count, 0, ®_val); in ath10k_reg_value_write()
|
| /Linux-v6.1/drivers/platform/x86/intel/pmc/ |
| D | core.c | 1364 err = kstrtou32_from_user(userbuf, buf_size, 10, &value); in pmc_core_ltr_ignore_write()
|
| /Linux-v6.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | trans.c | 2746 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_interrupt_write()
|
| /Linux-v6.1/fs/proc/ |
| D | base.c | 1291 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()
|